

/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/main.min.css?17500676066642614*/
@charset "UTF-8";

/* base - reset, normalize, tailwind, общие стили, типографика */

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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

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

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

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

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

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

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

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

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

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

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

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

.container{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-red > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cc0a0a !important;
  border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-primary-hover-color > :not(template) ~ :not(template){
  border-color: var(--hover-color) !important;
}

.divide-gray-body > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f2f2f2 !important;
  border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
}

.divide-gray-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ccc !important;
  border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
}

.divide-gray-333 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #333 !important;
  border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
}

.divide-gray-666 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #666 !important;
  border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
}

.divide-gray-888 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #888 !important;
  border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
}

.divide-gray-999 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #999 !important;
  border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
}

.divide-gray-icon > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #9a9a9a !important;
  border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
}

.divide-gray-features > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
}

.divide-slide-border > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e1e1e1 !important;
  border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
}

.divide-sale-color > :not(template) ~ :not(template){
  border-color: var(--primary-color) !important;
}

.divide-hit-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ff9900 !important;
  border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
}

.divide-new-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #0fa3c6 !important;
  border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
}

.divide-fb-hover-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #5959d8 !important;
  border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
}

.divide-fb-active-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #4040b3 !important;
  border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
}

.divide-vk-hover-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #628dd3 !important;
  border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
}

.divide-vk-active-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3768b9 !important;
  border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
}

.divide-insta-hover-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #af35d2 !important;
  border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
}

.divide-insta-active-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #7e47b7 !important;
  border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
}

.divide-gray-dc > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #dcdcdc !important;
  border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
}

.divide-gray-cd > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #cdcdcd !important;
  border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
}

.divide-gray-e7 > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #e7e7e7 !important;
  border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
}

.divide-check-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #ce3a12 !important;
  border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
}

.divide-docx-color > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #1789e9 !important;
  border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
}

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

.divide-green-light > :not(template) ~ :not(template){
  --divide-opacity: 1 !important;
  border-color: #3ab011 !important;
  border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
}

.divide-solid > :not(template) ~ :not(template){
  border-style: solid !important;
}

.divide-dashed > :not(template) ~ :not(template){
  border-style: dashed !important;
}

.divide-dotted > :not(template) ~ :not(template){
  border-style: dotted !important;
}

.divide-double > :not(template) ~ :not(template){
  border-style: double !important;
}

.divide-none > :not(template) ~ :not(template){
  border-style: none !important;
}

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

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

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

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

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

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

.appearance-none{
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !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-transparent{
  background-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bg-red{
  --bg-opacity: 1 !important;
  background-color: #cc0a0a !important;
  background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-color{
  background-color: var(--primary-color) !important;
}

.bg-primary-hover-color{
  background-color: var(--hover-color) !important;
}

.bg-gray-body{
  --bg-opacity: 1 !important;
  background-color: #f2f2f2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.bg-gray-light{
  --bg-opacity: 1 !important;
  background-color: #ccc !important;
  background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
}

.bg-gray-333{
  --bg-opacity: 1 !important;
  background-color: #333 !important;
  background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
}

.bg-gray-666{
  --bg-opacity: 1 !important;
  background-color: #666 !important;
  background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
}

.bg-gray-888{
  --bg-opacity: 1 !important;
  background-color: #888 !important;
  background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
}

.bg-gray-999{
  --bg-opacity: 1 !important;
  background-color: #999 !important;
  background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
}

.bg-gray-icon{
  --bg-opacity: 1 !important;
  background-color: #9a9a9a !important;
  background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
}

.bg-gray-features{
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.bg-slide-border{
  --bg-opacity: 1 !important;
  background-color: #e1e1e1 !important;
  background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
}

.bg-sale-color{
  background-color: var(--primary-color) !important;
}

.bg-hit-color{
  --bg-opacity: 1 !important;
  background-color: #ff9900 !important;
  background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
}

.bg-new-color{
  --bg-opacity: 1 !important;
  background-color: #0fa3c6 !important;
  background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
}

.bg-fb-hover-color{
  --bg-opacity: 1 !important;
  background-color: #5959d8 !important;
  background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
}

.bg-fb-active-color{
  --bg-opacity: 1 !important;
  background-color: #4040b3 !important;
  background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
}

.bg-vk-hover-color{
  --bg-opacity: 1 !important;
  background-color: #628dd3 !important;
  background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
}

.bg-vk-active-color{
  --bg-opacity: 1 !important;
  background-color: #3768b9 !important;
  background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
}

.bg-insta-hover-color{
  --bg-opacity: 1 !important;
  background-color: #af35d2 !important;
  background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
}

.bg-insta-active-color{
  --bg-opacity: 1 !important;
  background-color: #7e47b7 !important;
  background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
}

.bg-gray-dc{
  --bg-opacity: 1 !important;
  background-color: #dcdcdc !important;
  background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
}

.bg-gray-cd{
  --bg-opacity: 1 !important;
  background-color: #cdcdcd !important;
  background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
}

.bg-gray-e7{
  --bg-opacity: 1 !important;
  background-color: #e7e7e7 !important;
  background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
}

.bg-check-color{
  --bg-opacity: 1 !important;
  background-color: #ce3a12 !important;
  background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
}

.bg-docx-color{
  --bg-opacity: 1 !important;
  background-color: #1789e9 !important;
  background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
}

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

.bg-green-light{
  --bg-opacity: 1 !important;
  background-color: #3ab011 !important;
  background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-red:hover{
  --bg-opacity: 1 !important;
  background-color: #cc0a0a !important;
  background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-primary-color:hover{
  background-color: var(--primary-color) !important;
}

.hover\:bg-primary-hover-color:hover{
  background-color: var(--hover-color) !important;
}

.hover\:bg-gray-body:hover{
  --bg-opacity: 1 !important;
  background-color: #f2f2f2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.hover\:bg-gray-light:hover{
  --bg-opacity: 1 !important;
  background-color: #ccc !important;
  background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
}

.hover\:bg-gray-333:hover{
  --bg-opacity: 1 !important;
  background-color: #333 !important;
  background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
}

.hover\:bg-gray-666:hover{
  --bg-opacity: 1 !important;
  background-color: #666 !important;
  background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
}

.hover\:bg-gray-888:hover{
  --bg-opacity: 1 !important;
  background-color: #888 !important;
  background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
}

.hover\:bg-gray-999:hover{
  --bg-opacity: 1 !important;
  background-color: #999 !important;
  background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
}

.hover\:bg-gray-icon:hover{
  --bg-opacity: 1 !important;
  background-color: #9a9a9a !important;
  background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
}

.hover\:bg-gray-features:hover{
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.hover\:bg-slide-border:hover{
  --bg-opacity: 1 !important;
  background-color: #e1e1e1 !important;
  background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
}

.hover\:bg-sale-color:hover{
  background-color: var(--primary-color) !important;
}

.hover\:bg-hit-color:hover{
  --bg-opacity: 1 !important;
  background-color: #ff9900 !important;
  background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
}

.hover\:bg-new-color:hover{
  --bg-opacity: 1 !important;
  background-color: #0fa3c6 !important;
  background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
}

.hover\:bg-fb-hover-color:hover{
  --bg-opacity: 1 !important;
  background-color: #5959d8 !important;
  background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
}

.hover\:bg-fb-active-color:hover{
  --bg-opacity: 1 !important;
  background-color: #4040b3 !important;
  background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
}

.hover\:bg-vk-hover-color:hover{
  --bg-opacity: 1 !important;
  background-color: #628dd3 !important;
  background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
}

.hover\:bg-vk-active-color:hover{
  --bg-opacity: 1 !important;
  background-color: #3768b9 !important;
  background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
}

.hover\:bg-insta-hover-color:hover{
  --bg-opacity: 1 !important;
  background-color: #af35d2 !important;
  background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
}

.hover\:bg-insta-active-color:hover{
  --bg-opacity: 1 !important;
  background-color: #7e47b7 !important;
  background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
}

.hover\:bg-gray-dc:hover{
  --bg-opacity: 1 !important;
  background-color: #dcdcdc !important;
  background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
}

.hover\:bg-gray-cd:hover{
  --bg-opacity: 1 !important;
  background-color: #cdcdcd !important;
  background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
}

.hover\:bg-gray-e7:hover{
  --bg-opacity: 1 !important;
  background-color: #e7e7e7 !important;
  background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
}

.hover\:bg-check-color:hover{
  --bg-opacity: 1 !important;
  background-color: #ce3a12 !important;
  background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
}

.hover\:bg-docx-color:hover{
  --bg-opacity: 1 !important;
  background-color: #1789e9 !important;
  background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
}

.hover\:bg-dark-black:hover{
  --bg-opacity: 1 !important;
  background-color: #010101 !important;
  background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
}

.hover\:bg-green-light:hover{
  --bg-opacity: 1 !important;
  background-color: #3ab011 !important;
  background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-red:focus{
  --bg-opacity: 1 !important;
  background-color: #cc0a0a !important;
  background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-primary-color:focus{
  background-color: var(--primary-color) !important;
}

.focus\:bg-primary-hover-color:focus{
  background-color: var(--hover-color) !important;
}

.focus\:bg-gray-body:focus{
  --bg-opacity: 1 !important;
  background-color: #f2f2f2 !important;
  background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
}

.focus\:bg-gray-light:focus{
  --bg-opacity: 1 !important;
  background-color: #ccc !important;
  background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
}

.focus\:bg-gray-333:focus{
  --bg-opacity: 1 !important;
  background-color: #333 !important;
  background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
}

.focus\:bg-gray-666:focus{
  --bg-opacity: 1 !important;
  background-color: #666 !important;
  background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
}

.focus\:bg-gray-888:focus{
  --bg-opacity: 1 !important;
  background-color: #888 !important;
  background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
}

.focus\:bg-gray-999:focus{
  --bg-opacity: 1 !important;
  background-color: #999 !important;
  background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
}

.focus\:bg-gray-icon:focus{
  --bg-opacity: 1 !important;
  background-color: #9a9a9a !important;
  background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
}

.focus\:bg-gray-features:focus{
  --bg-opacity: 1 !important;
  background-color: #f5f5f5 !important;
  background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
}

.focus\:bg-slide-border:focus{
  --bg-opacity: 1 !important;
  background-color: #e1e1e1 !important;
  background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
}

.focus\:bg-sale-color:focus{
  background-color: var(--primary-color) !important;
}

.focus\:bg-hit-color:focus{
  --bg-opacity: 1 !important;
  background-color: #ff9900 !important;
  background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
}

.focus\:bg-new-color:focus{
  --bg-opacity: 1 !important;
  background-color: #0fa3c6 !important;
  background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
}

.focus\:bg-fb-hover-color:focus{
  --bg-opacity: 1 !important;
  background-color: #5959d8 !important;
  background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
}

.focus\:bg-fb-active-color:focus{
  --bg-opacity: 1 !important;
  background-color: #4040b3 !important;
  background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
}

.focus\:bg-vk-hover-color:focus{
  --bg-opacity: 1 !important;
  background-color: #628dd3 !important;
  background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
}

.focus\:bg-vk-active-color:focus{
  --bg-opacity: 1 !important;
  background-color: #3768b9 !important;
  background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
}

.focus\:bg-insta-hover-color:focus{
  --bg-opacity: 1 !important;
  background-color: #af35d2 !important;
  background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
}

.focus\:bg-insta-active-color:focus{
  --bg-opacity: 1 !important;
  background-color: #7e47b7 !important;
  background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
}

.focus\:bg-gray-dc:focus{
  --bg-opacity: 1 !important;
  background-color: #dcdcdc !important;
  background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
}

.focus\:bg-gray-cd:focus{
  --bg-opacity: 1 !important;
  background-color: #cdcdcd !important;
  background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
}

.focus\:bg-gray-e7:focus{
  --bg-opacity: 1 !important;
  background-color: #e7e7e7 !important;
  background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
}

.focus\:bg-check-color:focus{
  --bg-opacity: 1 !important;
  background-color: #ce3a12 !important;
  background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
}

.focus\:bg-docx-color:focus{
  --bg-opacity: 1 !important;
  background-color: #1789e9 !important;
  background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
}

.focus\:bg-dark-black:focus{
  --bg-opacity: 1 !important;
  background-color: #010101 !important;
  background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
}

.focus\:bg-green-light:focus{
  --bg-opacity: 1 !important;
  background-color: #3ab011 !important;
  background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
}

.bg-none{
  background-image: none !important;
}

.bg-gradient-to-t{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tr{
  background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-r{
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-br{
  background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-b{
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-bl{
  background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-l{
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
}

.bg-gradient-to-tl{
  background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
  background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
}

.from-transparent{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-current{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-black{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.from-white{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray-100{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.from-gray-200{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.from-gray-300{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.from-gray-400{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.from-gray-500{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.from-gray-600{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.from-gray-700{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.from-gray-800{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.from-gray-900{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.from-red{
  --gradient-from-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.from-orange-100{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.from-orange-200{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.from-orange-300{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.from-orange-400{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.from-orange-500{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.from-orange-600{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.from-orange-700{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.from-orange-800{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.from-orange-900{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.from-yellow-100{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.from-yellow-200{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.from-yellow-300{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.from-yellow-400{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.from-yellow-500{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.from-yellow-600{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.from-yellow-700{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.from-yellow-800{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.from-yellow-900{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.from-green-100{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.from-green-200{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.from-green-300{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.from-green-400{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.from-green-500{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.from-green-600{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.from-green-700{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.from-green-800{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.from-green-900{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.from-teal-100{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.from-teal-200{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.from-teal-300{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.from-teal-400{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.from-teal-500{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.from-teal-600{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.from-teal-700{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.from-teal-800{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.from-teal-900{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.from-blue-100{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.from-blue-200{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.from-blue-300{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.from-blue-400{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.from-blue-500{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.from-blue-600{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.from-blue-700{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.from-blue-800{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.from-blue-900{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.from-indigo-100{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.from-indigo-200{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.from-indigo-300{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.from-indigo-400{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.from-indigo-500{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.from-indigo-600{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.from-indigo-700{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.from-indigo-800{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.from-indigo-900{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.from-purple-100{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.from-purple-200{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.from-purple-300{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.from-purple-400{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.from-purple-500{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.from-purple-600{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.from-purple-700{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.from-purple-800{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.from-purple-900{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.from-pink-100{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.from-pink-200{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.from-pink-300{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.from-pink-400{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.from-pink-500{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.from-pink-600{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.from-pink-700{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.from-pink-800{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.from-pink-900{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.from-primary-color{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-primary-hover-color{
  --gradient-from-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-gray-body{
  --gradient-from-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.from-gray-light{
  --gradient-from-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.from-gray-333{
  --gradient-from-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.from-gray-666{
  --gradient-from-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.from-gray-888{
  --gradient-from-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.from-gray-999{
  --gradient-from-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.from-gray-icon{
  --gradient-from-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.from-gray-features{
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.from-slide-border{
  --gradient-from-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.from-sale-color{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.from-hit-color{
  --gradient-from-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.from-new-color{
  --gradient-from-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.from-fb-hover-color{
  --gradient-from-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.from-fb-active-color{
  --gradient-from-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.from-vk-hover-color{
  --gradient-from-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.from-vk-active-color{
  --gradient-from-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.from-insta-hover-color{
  --gradient-from-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.from-insta-active-color{
  --gradient-from-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.from-gray-dc{
  --gradient-from-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.from-gray-cd{
  --gradient-from-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.from-gray-e7{
  --gradient-from-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.from-check-color{
  --gradient-from-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.from-docx-color{
  --gradient-from-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.from-dark-black{
  --gradient-from-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.from-green-light{
  --gradient-from-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.via-transparent{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-current{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-black{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.via-white{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gray-100{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.via-gray-200{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.via-gray-300{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.via-gray-400{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.via-gray-500{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.via-gray-600{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.via-gray-700{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.via-gray-800{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.via-gray-900{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.via-red{
  --gradient-via-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.via-orange-100{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.via-orange-200{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.via-orange-300{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.via-orange-400{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.via-orange-500{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.via-orange-600{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.via-orange-700{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.via-orange-800{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.via-orange-900{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.via-yellow-100{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.via-yellow-200{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.via-yellow-300{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.via-yellow-400{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.via-yellow-500{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.via-yellow-600{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.via-yellow-700{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.via-yellow-800{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.via-yellow-900{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.via-green-100{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.via-green-200{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.via-green-300{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.via-green-400{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.via-green-500{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.via-green-600{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.via-green-700{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.via-green-800{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.via-green-900{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.via-teal-100{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.via-teal-200{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.via-teal-300{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.via-teal-400{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.via-teal-500{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.via-teal-600{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.via-teal-700{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.via-teal-800{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.via-teal-900{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.via-blue-100{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.via-blue-200{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.via-blue-300{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.via-blue-400{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.via-blue-500{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.via-blue-600{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.via-blue-700{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.via-blue-800{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.via-blue-900{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.via-indigo-100{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.via-indigo-200{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.via-indigo-300{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.via-indigo-400{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.via-indigo-500{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.via-indigo-600{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.via-indigo-700{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.via-indigo-800{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.via-indigo-900{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.via-purple-100{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.via-purple-200{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.via-purple-300{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.via-purple-400{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.via-purple-500{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.via-purple-600{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.via-purple-700{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.via-purple-800{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.via-purple-900{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.via-pink-100{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.via-pink-200{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.via-pink-300{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.via-pink-400{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.via-pink-500{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.via-pink-600{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.via-pink-700{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.via-pink-800{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.via-pink-900{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.via-primary-color{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-primary-hover-color{
  --gradient-via-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-gray-body{
  --gradient-via-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.via-gray-light{
  --gradient-via-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.via-gray-333{
  --gradient-via-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.via-gray-666{
  --gradient-via-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.via-gray-888{
  --gradient-via-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.via-gray-999{
  --gradient-via-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.via-gray-icon{
  --gradient-via-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.via-gray-features{
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.via-slide-border{
  --gradient-via-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.via-sale-color{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.via-hit-color{
  --gradient-via-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.via-new-color{
  --gradient-via-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.via-fb-hover-color{
  --gradient-via-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.via-fb-active-color{
  --gradient-via-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.via-vk-hover-color{
  --gradient-via-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.via-vk-active-color{
  --gradient-via-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.via-insta-hover-color{
  --gradient-via-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.via-insta-active-color{
  --gradient-via-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.via-gray-dc{
  --gradient-via-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.via-gray-cd{
  --gradient-via-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.via-gray-e7{
  --gradient-via-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.via-check-color{
  --gradient-via-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.via-docx-color{
  --gradient-via-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.via-dark-black{
  --gradient-via-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.via-green-light{
  --gradient-via-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.to-transparent{
  --gradient-to-color: transparent !important;
}

.to-current{
  --gradient-to-color: currentColor !important;
}

.to-black{
  --gradient-to-color: #000 !important;
}

.to-white{
  --gradient-to-color: #fff !important;
}

.to-gray-100{
  --gradient-to-color: #f7fafc !important;
}

.to-gray-200{
  --gradient-to-color: #edf2f7 !important;
}

.to-gray-300{
  --gradient-to-color: #e2e8f0 !important;
}

.to-gray-400{
  --gradient-to-color: #cbd5e0 !important;
}

.to-gray-500{
  --gradient-to-color: #a0aec0 !important;
}

.to-gray-600{
  --gradient-to-color: #718096 !important;
}

.to-gray-700{
  --gradient-to-color: #4a5568 !important;
}

.to-gray-800{
  --gradient-to-color: #2d3748 !important;
}

.to-gray-900{
  --gradient-to-color: #1a202c !important;
}

.to-red{
  --gradient-to-color: #cc0a0a !important;
}

.to-orange-100{
  --gradient-to-color: #fffaf0 !important;
}

.to-orange-200{
  --gradient-to-color: #feebc8 !important;
}

.to-orange-300{
  --gradient-to-color: #fbd38d !important;
}

.to-orange-400{
  --gradient-to-color: #f6ad55 !important;
}

.to-orange-500{
  --gradient-to-color: #ed8936 !important;
}

.to-orange-600{
  --gradient-to-color: #dd6b20 !important;
}

.to-orange-700{
  --gradient-to-color: #c05621 !important;
}

.to-orange-800{
  --gradient-to-color: #9c4221 !important;
}

.to-orange-900{
  --gradient-to-color: #7b341e !important;
}

.to-yellow-100{
  --gradient-to-color: #fffff0 !important;
}

.to-yellow-200{
  --gradient-to-color: #fefcbf !important;
}

.to-yellow-300{
  --gradient-to-color: #faf089 !important;
}

.to-yellow-400{
  --gradient-to-color: #f6e05e !important;
}

.to-yellow-500{
  --gradient-to-color: #ecc94b !important;
}

.to-yellow-600{
  --gradient-to-color: #d69e2e !important;
}

.to-yellow-700{
  --gradient-to-color: #b7791f !important;
}

.to-yellow-800{
  --gradient-to-color: #975a16 !important;
}

.to-yellow-900{
  --gradient-to-color: #744210 !important;
}

.to-green-100{
  --gradient-to-color: #f0fff4 !important;
}

.to-green-200{
  --gradient-to-color: #c6f6d5 !important;
}

.to-green-300{
  --gradient-to-color: #9ae6b4 !important;
}

.to-green-400{
  --gradient-to-color: #68d391 !important;
}

.to-green-500{
  --gradient-to-color: #48bb78 !important;
}

.to-green-600{
  --gradient-to-color: #38a169 !important;
}

.to-green-700{
  --gradient-to-color: #2f855a !important;
}

.to-green-800{
  --gradient-to-color: #276749 !important;
}

.to-green-900{
  --gradient-to-color: #22543d !important;
}

.to-teal-100{
  --gradient-to-color: #e6fffa !important;
}

.to-teal-200{
  --gradient-to-color: #b2f5ea !important;
}

.to-teal-300{
  --gradient-to-color: #81e6d9 !important;
}

.to-teal-400{
  --gradient-to-color: #4fd1c5 !important;
}

.to-teal-500{
  --gradient-to-color: #38b2ac !important;
}

.to-teal-600{
  --gradient-to-color: #319795 !important;
}

.to-teal-700{
  --gradient-to-color: #2c7a7b !important;
}

.to-teal-800{
  --gradient-to-color: #285e61 !important;
}

.to-teal-900{
  --gradient-to-color: #234e52 !important;
}

.to-blue-100{
  --gradient-to-color: #ebf8ff !important;
}

.to-blue-200{
  --gradient-to-color: #bee3f8 !important;
}

.to-blue-300{
  --gradient-to-color: #90cdf4 !important;
}

.to-blue-400{
  --gradient-to-color: #63b3ed !important;
}

.to-blue-500{
  --gradient-to-color: #4299e1 !important;
}

.to-blue-600{
  --gradient-to-color: #3182ce !important;
}

.to-blue-700{
  --gradient-to-color: #2b6cb0 !important;
}

.to-blue-800{
  --gradient-to-color: #2c5282 !important;
}

.to-blue-900{
  --gradient-to-color: #2a4365 !important;
}

.to-indigo-100{
  --gradient-to-color: #ebf4ff !important;
}

.to-indigo-200{
  --gradient-to-color: #c3dafe !important;
}

.to-indigo-300{
  --gradient-to-color: #a3bffa !important;
}

.to-indigo-400{
  --gradient-to-color: #7f9cf5 !important;
}

.to-indigo-500{
  --gradient-to-color: #667eea !important;
}

.to-indigo-600{
  --gradient-to-color: #5a67d8 !important;
}

.to-indigo-700{
  --gradient-to-color: #4c51bf !important;
}

.to-indigo-800{
  --gradient-to-color: #434190 !important;
}

.to-indigo-900{
  --gradient-to-color: #3c366b !important;
}

.to-purple-100{
  --gradient-to-color: #faf5ff !important;
}

.to-purple-200{
  --gradient-to-color: #e9d8fd !important;
}

.to-purple-300{
  --gradient-to-color: #d6bcfa !important;
}

.to-purple-400{
  --gradient-to-color: #b794f4 !important;
}

.to-purple-500{
  --gradient-to-color: #9f7aea !important;
}

.to-purple-600{
  --gradient-to-color: #805ad5 !important;
}

.to-purple-700{
  --gradient-to-color: #6b46c1 !important;
}

.to-purple-800{
  --gradient-to-color: #553c9a !important;
}

.to-purple-900{
  --gradient-to-color: #44337a !important;
}

.to-pink-100{
  --gradient-to-color: #fff5f7 !important;
}

.to-pink-200{
  --gradient-to-color: #fed7e2 !important;
}

.to-pink-300{
  --gradient-to-color: #fbb6ce !important;
}

.to-pink-400{
  --gradient-to-color: #f687b3 !important;
}

.to-pink-500{
  --gradient-to-color: #ed64a6 !important;
}

.to-pink-600{
  --gradient-to-color: #d53f8c !important;
}

.to-pink-700{
  --gradient-to-color: #b83280 !important;
}

.to-pink-800{
  --gradient-to-color: #97266d !important;
}

.to-pink-900{
  --gradient-to-color: #702459 !important;
}

.to-primary-color{
  --gradient-to-color: var(--primary-color) !important;
}

.to-primary-hover-color{
  --gradient-to-color: var(--hover-color) !important;
}

.to-gray-body{
  --gradient-to-color: #f2f2f2 !important;
}

.to-gray-light{
  --gradient-to-color: #ccc !important;
}

.to-gray-333{
  --gradient-to-color: #333 !important;
}

.to-gray-666{
  --gradient-to-color: #666 !important;
}

.to-gray-888{
  --gradient-to-color: #888 !important;
}

.to-gray-999{
  --gradient-to-color: #999 !important;
}

.to-gray-icon{
  --gradient-to-color: #9a9a9a !important;
}

.to-gray-features{
  --gradient-to-color: #f5f5f5 !important;
}

.to-slide-border{
  --gradient-to-color: #e1e1e1 !important;
}

.to-sale-color{
  --gradient-to-color: var(--primary-color) !important;
}

.to-hit-color{
  --gradient-to-color: #ff9900 !important;
}

.to-new-color{
  --gradient-to-color: #0fa3c6 !important;
}

.to-fb-hover-color{
  --gradient-to-color: #5959d8 !important;
}

.to-fb-active-color{
  --gradient-to-color: #4040b3 !important;
}

.to-vk-hover-color{
  --gradient-to-color: #628dd3 !important;
}

.to-vk-active-color{
  --gradient-to-color: #3768b9 !important;
}

.to-insta-hover-color{
  --gradient-to-color: #af35d2 !important;
}

.to-insta-active-color{
  --gradient-to-color: #7e47b7 !important;
}

.to-gray-dc{
  --gradient-to-color: #dcdcdc !important;
}

.to-gray-cd{
  --gradient-to-color: #cdcdcd !important;
}

.to-gray-e7{
  --gradient-to-color: #e7e7e7 !important;
}

.to-check-color{
  --gradient-to-color: #ce3a12 !important;
}

.to-docx-color{
  --gradient-to-color: #1789e9 !important;
}

.to-dark-black{
  --gradient-to-color: #010101 !important;
}

.to-green-light{
  --gradient-to-color: #3ab011 !important;
}

.hover\:from-transparent:hover{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-current:hover{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-black:hover{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:from-white:hover{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-100:hover{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:from-gray-200:hover{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:from-gray-300:hover{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:from-gray-400:hover{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:from-gray-500:hover{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:from-gray-600:hover{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:from-gray-700:hover{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:from-gray-800:hover{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:from-gray-900:hover{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:from-red:hover{
  --gradient-from-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.hover\:from-orange-100:hover{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:from-orange-200:hover{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:from-orange-300:hover{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:from-orange-400:hover{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:from-orange-500:hover{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:from-orange-600:hover{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:from-orange-700:hover{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:from-orange-800:hover{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:from-orange-900:hover{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:from-yellow-100:hover{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:from-yellow-200:hover{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:from-yellow-300:hover{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:from-yellow-400:hover{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:from-yellow-500:hover{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:from-yellow-600:hover{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:from-yellow-700:hover{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:from-yellow-800:hover{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:from-yellow-900:hover{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:from-green-100:hover{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:from-green-200:hover{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:from-green-300:hover{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:from-green-400:hover{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:from-green-500:hover{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:from-green-600:hover{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:from-green-700:hover{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:from-green-800:hover{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:from-green-900:hover{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:from-teal-100:hover{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:from-teal-200:hover{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:from-teal-300:hover{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:from-teal-400:hover{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:from-teal-500:hover{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:from-teal-600:hover{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:from-teal-700:hover{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:from-teal-800:hover{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:from-teal-900:hover{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:from-blue-100:hover{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:from-blue-200:hover{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:from-blue-300:hover{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:from-blue-400:hover{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:from-blue-500:hover{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:from-blue-600:hover{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:from-blue-700:hover{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:from-blue-800:hover{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:from-blue-900:hover{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:from-indigo-100:hover{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:from-indigo-200:hover{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:from-indigo-300:hover{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:from-indigo-400:hover{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:from-indigo-500:hover{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:from-indigo-600:hover{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:from-indigo-700:hover{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:from-indigo-800:hover{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:from-indigo-900:hover{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:from-purple-100:hover{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:from-purple-200:hover{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:from-purple-300:hover{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:from-purple-400:hover{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:from-purple-500:hover{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:from-purple-600:hover{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:from-purple-700:hover{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:from-purple-800:hover{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:from-purple-900:hover{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:from-pink-100:hover{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:from-pink-200:hover{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:from-pink-300:hover{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:from-pink-400:hover{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:from-pink-500:hover{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:from-pink-600:hover{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:from-pink-700:hover{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:from-pink-800:hover{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:from-pink-900:hover{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:from-primary-color:hover{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-primary-hover-color:hover{
  --gradient-from-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-gray-body:hover{
  --gradient-from-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.hover\:from-gray-light:hover{
  --gradient-from-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.hover\:from-gray-333:hover{
  --gradient-from-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.hover\:from-gray-666:hover{
  --gradient-from-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.hover\:from-gray-888:hover{
  --gradient-from-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.hover\:from-gray-999:hover{
  --gradient-from-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.hover\:from-gray-icon:hover{
  --gradient-from-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.hover\:from-gray-features:hover{
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.hover\:from-slide-border:hover{
  --gradient-from-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.hover\:from-sale-color:hover{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:from-hit-color:hover{
  --gradient-from-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.hover\:from-new-color:hover{
  --gradient-from-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.hover\:from-fb-hover-color:hover{
  --gradient-from-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.hover\:from-fb-active-color:hover{
  --gradient-from-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.hover\:from-vk-hover-color:hover{
  --gradient-from-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.hover\:from-vk-active-color:hover{
  --gradient-from-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.hover\:from-insta-hover-color:hover{
  --gradient-from-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.hover\:from-insta-active-color:hover{
  --gradient-from-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.hover\:from-gray-dc:hover{
  --gradient-from-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.hover\:from-gray-cd:hover{
  --gradient-from-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.hover\:from-gray-e7:hover{
  --gradient-from-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.hover\:from-check-color:hover{
  --gradient-from-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.hover\:from-docx-color:hover{
  --gradient-from-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.hover\:from-dark-black:hover{
  --gradient-from-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.hover\:from-green-light:hover{
  --gradient-from-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.hover\:via-transparent:hover{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-current:hover{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-black:hover{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.hover\:via-white:hover{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-100:hover{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.hover\:via-gray-200:hover{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.hover\:via-gray-300:hover{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.hover\:via-gray-400:hover{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.hover\:via-gray-500:hover{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.hover\:via-gray-600:hover{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.hover\:via-gray-700:hover{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.hover\:via-gray-800:hover{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.hover\:via-gray-900:hover{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.hover\:via-red:hover{
  --gradient-via-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.hover\:via-orange-100:hover{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.hover\:via-orange-200:hover{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.hover\:via-orange-300:hover{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.hover\:via-orange-400:hover{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.hover\:via-orange-500:hover{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.hover\:via-orange-600:hover{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.hover\:via-orange-700:hover{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.hover\:via-orange-800:hover{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.hover\:via-orange-900:hover{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.hover\:via-yellow-100:hover{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.hover\:via-yellow-200:hover{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.hover\:via-yellow-300:hover{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.hover\:via-yellow-400:hover{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.hover\:via-yellow-500:hover{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.hover\:via-yellow-600:hover{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.hover\:via-yellow-700:hover{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.hover\:via-yellow-800:hover{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.hover\:via-yellow-900:hover{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.hover\:via-green-100:hover{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.hover\:via-green-200:hover{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.hover\:via-green-300:hover{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.hover\:via-green-400:hover{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.hover\:via-green-500:hover{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.hover\:via-green-600:hover{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.hover\:via-green-700:hover{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.hover\:via-green-800:hover{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.hover\:via-green-900:hover{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.hover\:via-teal-100:hover{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.hover\:via-teal-200:hover{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.hover\:via-teal-300:hover{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.hover\:via-teal-400:hover{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.hover\:via-teal-500:hover{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.hover\:via-teal-600:hover{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.hover\:via-teal-700:hover{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.hover\:via-teal-800:hover{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.hover\:via-teal-900:hover{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.hover\:via-blue-100:hover{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.hover\:via-blue-200:hover{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.hover\:via-blue-300:hover{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.hover\:via-blue-400:hover{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.hover\:via-blue-500:hover{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.hover\:via-blue-600:hover{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.hover\:via-blue-700:hover{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.hover\:via-blue-800:hover{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.hover\:via-blue-900:hover{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.hover\:via-indigo-100:hover{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.hover\:via-indigo-200:hover{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.hover\:via-indigo-300:hover{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.hover\:via-indigo-400:hover{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.hover\:via-indigo-500:hover{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.hover\:via-indigo-600:hover{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.hover\:via-indigo-700:hover{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.hover\:via-indigo-800:hover{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.hover\:via-indigo-900:hover{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.hover\:via-purple-100:hover{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.hover\:via-purple-200:hover{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.hover\:via-purple-300:hover{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.hover\:via-purple-400:hover{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.hover\:via-purple-500:hover{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.hover\:via-purple-600:hover{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.hover\:via-purple-700:hover{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.hover\:via-purple-800:hover{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.hover\:via-purple-900:hover{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.hover\:via-pink-100:hover{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.hover\:via-pink-200:hover{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.hover\:via-pink-300:hover{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.hover\:via-pink-400:hover{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.hover\:via-pink-500:hover{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.hover\:via-pink-600:hover{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.hover\:via-pink-700:hover{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.hover\:via-pink-800:hover{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.hover\:via-pink-900:hover{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.hover\:via-primary-color:hover{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-primary-hover-color:hover{
  --gradient-via-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-gray-body:hover{
  --gradient-via-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.hover\:via-gray-light:hover{
  --gradient-via-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.hover\:via-gray-333:hover{
  --gradient-via-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.hover\:via-gray-666:hover{
  --gradient-via-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.hover\:via-gray-888:hover{
  --gradient-via-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.hover\:via-gray-999:hover{
  --gradient-via-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.hover\:via-gray-icon:hover{
  --gradient-via-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.hover\:via-gray-features:hover{
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.hover\:via-slide-border:hover{
  --gradient-via-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.hover\:via-sale-color:hover{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.hover\:via-hit-color:hover{
  --gradient-via-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.hover\:via-new-color:hover{
  --gradient-via-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.hover\:via-fb-hover-color:hover{
  --gradient-via-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.hover\:via-fb-active-color:hover{
  --gradient-via-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.hover\:via-vk-hover-color:hover{
  --gradient-via-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.hover\:via-vk-active-color:hover{
  --gradient-via-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.hover\:via-insta-hover-color:hover{
  --gradient-via-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.hover\:via-insta-active-color:hover{
  --gradient-via-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.hover\:via-gray-dc:hover{
  --gradient-via-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.hover\:via-gray-cd:hover{
  --gradient-via-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.hover\:via-gray-e7:hover{
  --gradient-via-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.hover\:via-check-color:hover{
  --gradient-via-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.hover\:via-docx-color:hover{
  --gradient-via-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.hover\:via-dark-black:hover{
  --gradient-via-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.hover\:via-green-light:hover{
  --gradient-via-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.hover\:to-transparent:hover{
  --gradient-to-color: transparent !important;
}

.hover\:to-current:hover{
  --gradient-to-color: currentColor !important;
}

.hover\:to-black:hover{
  --gradient-to-color: #000 !important;
}

.hover\:to-white:hover{
  --gradient-to-color: #fff !important;
}

.hover\:to-gray-100:hover{
  --gradient-to-color: #f7fafc !important;
}

.hover\:to-gray-200:hover{
  --gradient-to-color: #edf2f7 !important;
}

.hover\:to-gray-300:hover{
  --gradient-to-color: #e2e8f0 !important;
}

.hover\:to-gray-400:hover{
  --gradient-to-color: #cbd5e0 !important;
}

.hover\:to-gray-500:hover{
  --gradient-to-color: #a0aec0 !important;
}

.hover\:to-gray-600:hover{
  --gradient-to-color: #718096 !important;
}

.hover\:to-gray-700:hover{
  --gradient-to-color: #4a5568 !important;
}

.hover\:to-gray-800:hover{
  --gradient-to-color: #2d3748 !important;
}

.hover\:to-gray-900:hover{
  --gradient-to-color: #1a202c !important;
}

.hover\:to-red:hover{
  --gradient-to-color: #cc0a0a !important;
}

.hover\:to-orange-100:hover{
  --gradient-to-color: #fffaf0 !important;
}

.hover\:to-orange-200:hover{
  --gradient-to-color: #feebc8 !important;
}

.hover\:to-orange-300:hover{
  --gradient-to-color: #fbd38d !important;
}

.hover\:to-orange-400:hover{
  --gradient-to-color: #f6ad55 !important;
}

.hover\:to-orange-500:hover{
  --gradient-to-color: #ed8936 !important;
}

.hover\:to-orange-600:hover{
  --gradient-to-color: #dd6b20 !important;
}

.hover\:to-orange-700:hover{
  --gradient-to-color: #c05621 !important;
}

.hover\:to-orange-800:hover{
  --gradient-to-color: #9c4221 !important;
}

.hover\:to-orange-900:hover{
  --gradient-to-color: #7b341e !important;
}

.hover\:to-yellow-100:hover{
  --gradient-to-color: #fffff0 !important;
}

.hover\:to-yellow-200:hover{
  --gradient-to-color: #fefcbf !important;
}

.hover\:to-yellow-300:hover{
  --gradient-to-color: #faf089 !important;
}

.hover\:to-yellow-400:hover{
  --gradient-to-color: #f6e05e !important;
}

.hover\:to-yellow-500:hover{
  --gradient-to-color: #ecc94b !important;
}

.hover\:to-yellow-600:hover{
  --gradient-to-color: #d69e2e !important;
}

.hover\:to-yellow-700:hover{
  --gradient-to-color: #b7791f !important;
}

.hover\:to-yellow-800:hover{
  --gradient-to-color: #975a16 !important;
}

.hover\:to-yellow-900:hover{
  --gradient-to-color: #744210 !important;
}

.hover\:to-green-100:hover{
  --gradient-to-color: #f0fff4 !important;
}

.hover\:to-green-200:hover{
  --gradient-to-color: #c6f6d5 !important;
}

.hover\:to-green-300:hover{
  --gradient-to-color: #9ae6b4 !important;
}

.hover\:to-green-400:hover{
  --gradient-to-color: #68d391 !important;
}

.hover\:to-green-500:hover{
  --gradient-to-color: #48bb78 !important;
}

.hover\:to-green-600:hover{
  --gradient-to-color: #38a169 !important;
}

.hover\:to-green-700:hover{
  --gradient-to-color: #2f855a !important;
}

.hover\:to-green-800:hover{
  --gradient-to-color: #276749 !important;
}

.hover\:to-green-900:hover{
  --gradient-to-color: #22543d !important;
}

.hover\:to-teal-100:hover{
  --gradient-to-color: #e6fffa !important;
}

.hover\:to-teal-200:hover{
  --gradient-to-color: #b2f5ea !important;
}

.hover\:to-teal-300:hover{
  --gradient-to-color: #81e6d9 !important;
}

.hover\:to-teal-400:hover{
  --gradient-to-color: #4fd1c5 !important;
}

.hover\:to-teal-500:hover{
  --gradient-to-color: #38b2ac !important;
}

.hover\:to-teal-600:hover{
  --gradient-to-color: #319795 !important;
}

.hover\:to-teal-700:hover{
  --gradient-to-color: #2c7a7b !important;
}

.hover\:to-teal-800:hover{
  --gradient-to-color: #285e61 !important;
}

.hover\:to-teal-900:hover{
  --gradient-to-color: #234e52 !important;
}

.hover\:to-blue-100:hover{
  --gradient-to-color: #ebf8ff !important;
}

.hover\:to-blue-200:hover{
  --gradient-to-color: #bee3f8 !important;
}

.hover\:to-blue-300:hover{
  --gradient-to-color: #90cdf4 !important;
}

.hover\:to-blue-400:hover{
  --gradient-to-color: #63b3ed !important;
}

.hover\:to-blue-500:hover{
  --gradient-to-color: #4299e1 !important;
}

.hover\:to-blue-600:hover{
  --gradient-to-color: #3182ce !important;
}

.hover\:to-blue-700:hover{
  --gradient-to-color: #2b6cb0 !important;
}

.hover\:to-blue-800:hover{
  --gradient-to-color: #2c5282 !important;
}

.hover\:to-blue-900:hover{
  --gradient-to-color: #2a4365 !important;
}

.hover\:to-indigo-100:hover{
  --gradient-to-color: #ebf4ff !important;
}

.hover\:to-indigo-200:hover{
  --gradient-to-color: #c3dafe !important;
}

.hover\:to-indigo-300:hover{
  --gradient-to-color: #a3bffa !important;
}

.hover\:to-indigo-400:hover{
  --gradient-to-color: #7f9cf5 !important;
}

.hover\:to-indigo-500:hover{
  --gradient-to-color: #667eea !important;
}

.hover\:to-indigo-600:hover{
  --gradient-to-color: #5a67d8 !important;
}

.hover\:to-indigo-700:hover{
  --gradient-to-color: #4c51bf !important;
}

.hover\:to-indigo-800:hover{
  --gradient-to-color: #434190 !important;
}

.hover\:to-indigo-900:hover{
  --gradient-to-color: #3c366b !important;
}

.hover\:to-purple-100:hover{
  --gradient-to-color: #faf5ff !important;
}

.hover\:to-purple-200:hover{
  --gradient-to-color: #e9d8fd !important;
}

.hover\:to-purple-300:hover{
  --gradient-to-color: #d6bcfa !important;
}

.hover\:to-purple-400:hover{
  --gradient-to-color: #b794f4 !important;
}

.hover\:to-purple-500:hover{
  --gradient-to-color: #9f7aea !important;
}

.hover\:to-purple-600:hover{
  --gradient-to-color: #805ad5 !important;
}

.hover\:to-purple-700:hover{
  --gradient-to-color: #6b46c1 !important;
}

.hover\:to-purple-800:hover{
  --gradient-to-color: #553c9a !important;
}

.hover\:to-purple-900:hover{
  --gradient-to-color: #44337a !important;
}

.hover\:to-pink-100:hover{
  --gradient-to-color: #fff5f7 !important;
}

.hover\:to-pink-200:hover{
  --gradient-to-color: #fed7e2 !important;
}

.hover\:to-pink-300:hover{
  --gradient-to-color: #fbb6ce !important;
}

.hover\:to-pink-400:hover{
  --gradient-to-color: #f687b3 !important;
}

.hover\:to-pink-500:hover{
  --gradient-to-color: #ed64a6 !important;
}

.hover\:to-pink-600:hover{
  --gradient-to-color: #d53f8c !important;
}

.hover\:to-pink-700:hover{
  --gradient-to-color: #b83280 !important;
}

.hover\:to-pink-800:hover{
  --gradient-to-color: #97266d !important;
}

.hover\:to-pink-900:hover{
  --gradient-to-color: #702459 !important;
}

.hover\:to-primary-color:hover{
  --gradient-to-color: var(--primary-color) !important;
}

.hover\:to-primary-hover-color:hover{
  --gradient-to-color: var(--hover-color) !important;
}

.hover\:to-gray-body:hover{
  --gradient-to-color: #f2f2f2 !important;
}

.hover\:to-gray-light:hover{
  --gradient-to-color: #ccc !important;
}

.hover\:to-gray-333:hover{
  --gradient-to-color: #333 !important;
}

.hover\:to-gray-666:hover{
  --gradient-to-color: #666 !important;
}

.hover\:to-gray-888:hover{
  --gradient-to-color: #888 !important;
}

.hover\:to-gray-999:hover{
  --gradient-to-color: #999 !important;
}

.hover\:to-gray-icon:hover{
  --gradient-to-color: #9a9a9a !important;
}

.hover\:to-gray-features:hover{
  --gradient-to-color: #f5f5f5 !important;
}

.hover\:to-slide-border:hover{
  --gradient-to-color: #e1e1e1 !important;
}

.hover\:to-sale-color:hover{
  --gradient-to-color: var(--primary-color) !important;
}

.hover\:to-hit-color:hover{
  --gradient-to-color: #ff9900 !important;
}

.hover\:to-new-color:hover{
  --gradient-to-color: #0fa3c6 !important;
}

.hover\:to-fb-hover-color:hover{
  --gradient-to-color: #5959d8 !important;
}

.hover\:to-fb-active-color:hover{
  --gradient-to-color: #4040b3 !important;
}

.hover\:to-vk-hover-color:hover{
  --gradient-to-color: #628dd3 !important;
}

.hover\:to-vk-active-color:hover{
  --gradient-to-color: #3768b9 !important;
}

.hover\:to-insta-hover-color:hover{
  --gradient-to-color: #af35d2 !important;
}

.hover\:to-insta-active-color:hover{
  --gradient-to-color: #7e47b7 !important;
}

.hover\:to-gray-dc:hover{
  --gradient-to-color: #dcdcdc !important;
}

.hover\:to-gray-cd:hover{
  --gradient-to-color: #cdcdcd !important;
}

.hover\:to-gray-e7:hover{
  --gradient-to-color: #e7e7e7 !important;
}

.hover\:to-check-color:hover{
  --gradient-to-color: #ce3a12 !important;
}

.hover\:to-docx-color:hover{
  --gradient-to-color: #1789e9 !important;
}

.hover\:to-dark-black:hover{
  --gradient-to-color: #010101 !important;
}

.hover\:to-green-light:hover{
  --gradient-to-color: #3ab011 !important;
}

.focus\:from-transparent:focus{
  --gradient-from-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-current:focus{
  --gradient-from-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-black:focus{
  --gradient-from-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:from-white:focus{
  --gradient-from-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-100:focus{
  --gradient-from-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:from-gray-200:focus{
  --gradient-from-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:from-gray-300:focus{
  --gradient-from-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:from-gray-400:focus{
  --gradient-from-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:from-gray-500:focus{
  --gradient-from-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:from-gray-600:focus{
  --gradient-from-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:from-gray-700:focus{
  --gradient-from-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:from-gray-800:focus{
  --gradient-from-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:from-gray-900:focus{
  --gradient-from-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:from-red:focus{
  --gradient-from-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.focus\:from-orange-100:focus{
  --gradient-from-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:from-orange-200:focus{
  --gradient-from-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:from-orange-300:focus{
  --gradient-from-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:from-orange-400:focus{
  --gradient-from-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:from-orange-500:focus{
  --gradient-from-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:from-orange-600:focus{
  --gradient-from-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:from-orange-700:focus{
  --gradient-from-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:from-orange-800:focus{
  --gradient-from-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:from-orange-900:focus{
  --gradient-from-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:from-yellow-100:focus{
  --gradient-from-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:from-yellow-200:focus{
  --gradient-from-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:from-yellow-300:focus{
  --gradient-from-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:from-yellow-400:focus{
  --gradient-from-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:from-yellow-500:focus{
  --gradient-from-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:from-yellow-600:focus{
  --gradient-from-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:from-yellow-700:focus{
  --gradient-from-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:from-yellow-800:focus{
  --gradient-from-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:from-yellow-900:focus{
  --gradient-from-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:from-green-100:focus{
  --gradient-from-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:from-green-200:focus{
  --gradient-from-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:from-green-300:focus{
  --gradient-from-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:from-green-400:focus{
  --gradient-from-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:from-green-500:focus{
  --gradient-from-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:from-green-600:focus{
  --gradient-from-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:from-green-700:focus{
  --gradient-from-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:from-green-800:focus{
  --gradient-from-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:from-green-900:focus{
  --gradient-from-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:from-teal-100:focus{
  --gradient-from-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:from-teal-200:focus{
  --gradient-from-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:from-teal-300:focus{
  --gradient-from-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:from-teal-400:focus{
  --gradient-from-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:from-teal-500:focus{
  --gradient-from-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:from-teal-600:focus{
  --gradient-from-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:from-teal-700:focus{
  --gradient-from-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:from-teal-800:focus{
  --gradient-from-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:from-teal-900:focus{
  --gradient-from-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:from-blue-100:focus{
  --gradient-from-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:from-blue-200:focus{
  --gradient-from-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:from-blue-300:focus{
  --gradient-from-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:from-blue-400:focus{
  --gradient-from-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:from-blue-500:focus{
  --gradient-from-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:from-blue-600:focus{
  --gradient-from-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:from-blue-700:focus{
  --gradient-from-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:from-blue-800:focus{
  --gradient-from-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:from-blue-900:focus{
  --gradient-from-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:from-indigo-100:focus{
  --gradient-from-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:from-indigo-200:focus{
  --gradient-from-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:from-indigo-300:focus{
  --gradient-from-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:from-indigo-400:focus{
  --gradient-from-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:from-indigo-500:focus{
  --gradient-from-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:from-indigo-600:focus{
  --gradient-from-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:from-indigo-700:focus{
  --gradient-from-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:from-indigo-800:focus{
  --gradient-from-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:from-indigo-900:focus{
  --gradient-from-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:from-purple-100:focus{
  --gradient-from-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:from-purple-200:focus{
  --gradient-from-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:from-purple-300:focus{
  --gradient-from-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:from-purple-400:focus{
  --gradient-from-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:from-purple-500:focus{
  --gradient-from-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:from-purple-600:focus{
  --gradient-from-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:from-purple-700:focus{
  --gradient-from-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:from-purple-800:focus{
  --gradient-from-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:from-purple-900:focus{
  --gradient-from-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:from-pink-100:focus{
  --gradient-from-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:from-pink-200:focus{
  --gradient-from-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:from-pink-300:focus{
  --gradient-from-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:from-pink-400:focus{
  --gradient-from-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:from-pink-500:focus{
  --gradient-from-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:from-pink-600:focus{
  --gradient-from-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:from-pink-700:focus{
  --gradient-from-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:from-pink-800:focus{
  --gradient-from-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:from-pink-900:focus{
  --gradient-from-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:from-primary-color:focus{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-primary-hover-color:focus{
  --gradient-from-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-gray-body:focus{
  --gradient-from-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.focus\:from-gray-light:focus{
  --gradient-from-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.focus\:from-gray-333:focus{
  --gradient-from-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.focus\:from-gray-666:focus{
  --gradient-from-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.focus\:from-gray-888:focus{
  --gradient-from-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.focus\:from-gray-999:focus{
  --gradient-from-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.focus\:from-gray-icon:focus{
  --gradient-from-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.focus\:from-gray-features:focus{
  --gradient-from-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.focus\:from-slide-border:focus{
  --gradient-from-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.focus\:from-sale-color:focus{
  --gradient-from-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:from-hit-color:focus{
  --gradient-from-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.focus\:from-new-color:focus{
  --gradient-from-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.focus\:from-fb-hover-color:focus{
  --gradient-from-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.focus\:from-fb-active-color:focus{
  --gradient-from-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.focus\:from-vk-hover-color:focus{
  --gradient-from-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.focus\:from-vk-active-color:focus{
  --gradient-from-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.focus\:from-insta-hover-color:focus{
  --gradient-from-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.focus\:from-insta-active-color:focus{
  --gradient-from-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.focus\:from-gray-dc:focus{
  --gradient-from-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.focus\:from-gray-cd:focus{
  --gradient-from-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.focus\:from-gray-e7:focus{
  --gradient-from-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.focus\:from-check-color:focus{
  --gradient-from-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.focus\:from-docx-color:focus{
  --gradient-from-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.focus\:from-dark-black:focus{
  --gradient-from-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.focus\:from-green-light:focus{
  --gradient-from-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.focus\:via-transparent:focus{
  --gradient-via-color: transparent !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-current:focus{
  --gradient-via-color: currentColor !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-black:focus{
  --gradient-via-color: #000 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
}

.focus\:via-white:focus{
  --gradient-via-color: #fff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-100:focus{
  --gradient-via-color: #f7fafc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
}

.focus\:via-gray-200:focus{
  --gradient-via-color: #edf2f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
}

.focus\:via-gray-300:focus{
  --gradient-via-color: #e2e8f0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
}

.focus\:via-gray-400:focus{
  --gradient-via-color: #cbd5e0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
}

.focus\:via-gray-500:focus{
  --gradient-via-color: #a0aec0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
}

.focus\:via-gray-600:focus{
  --gradient-via-color: #718096 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
}

.focus\:via-gray-700:focus{
  --gradient-via-color: #4a5568 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
}

.focus\:via-gray-800:focus{
  --gradient-via-color: #2d3748 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
}

.focus\:via-gray-900:focus{
  --gradient-via-color: #1a202c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
}

.focus\:via-red:focus{
  --gradient-via-color: #cc0a0a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
}

.focus\:via-orange-100:focus{
  --gradient-via-color: #fffaf0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
}

.focus\:via-orange-200:focus{
  --gradient-via-color: #feebc8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
}

.focus\:via-orange-300:focus{
  --gradient-via-color: #fbd38d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
}

.focus\:via-orange-400:focus{
  --gradient-via-color: #f6ad55 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
}

.focus\:via-orange-500:focus{
  --gradient-via-color: #ed8936 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
}

.focus\:via-orange-600:focus{
  --gradient-via-color: #dd6b20 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
}

.focus\:via-orange-700:focus{
  --gradient-via-color: #c05621 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
}

.focus\:via-orange-800:focus{
  --gradient-via-color: #9c4221 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
}

.focus\:via-orange-900:focus{
  --gradient-via-color: #7b341e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
}

.focus\:via-yellow-100:focus{
  --gradient-via-color: #fffff0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
}

.focus\:via-yellow-200:focus{
  --gradient-via-color: #fefcbf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
}

.focus\:via-yellow-300:focus{
  --gradient-via-color: #faf089 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
}

.focus\:via-yellow-400:focus{
  --gradient-via-color: #f6e05e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
}

.focus\:via-yellow-500:focus{
  --gradient-via-color: #ecc94b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
}

.focus\:via-yellow-600:focus{
  --gradient-via-color: #d69e2e !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
}

.focus\:via-yellow-700:focus{
  --gradient-via-color: #b7791f !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
}

.focus\:via-yellow-800:focus{
  --gradient-via-color: #975a16 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
}

.focus\:via-yellow-900:focus{
  --gradient-via-color: #744210 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
}

.focus\:via-green-100:focus{
  --gradient-via-color: #f0fff4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
}

.focus\:via-green-200:focus{
  --gradient-via-color: #c6f6d5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
}

.focus\:via-green-300:focus{
  --gradient-via-color: #9ae6b4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
}

.focus\:via-green-400:focus{
  --gradient-via-color: #68d391 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
}

.focus\:via-green-500:focus{
  --gradient-via-color: #48bb78 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
}

.focus\:via-green-600:focus{
  --gradient-via-color: #38a169 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
}

.focus\:via-green-700:focus{
  --gradient-via-color: #2f855a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
}

.focus\:via-green-800:focus{
  --gradient-via-color: #276749 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
}

.focus\:via-green-900:focus{
  --gradient-via-color: #22543d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
}

.focus\:via-teal-100:focus{
  --gradient-via-color: #e6fffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
}

.focus\:via-teal-200:focus{
  --gradient-via-color: #b2f5ea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
}

.focus\:via-teal-300:focus{
  --gradient-via-color: #81e6d9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
}

.focus\:via-teal-400:focus{
  --gradient-via-color: #4fd1c5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
}

.focus\:via-teal-500:focus{
  --gradient-via-color: #38b2ac !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
}

.focus\:via-teal-600:focus{
  --gradient-via-color: #319795 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
}

.focus\:via-teal-700:focus{
  --gradient-via-color: #2c7a7b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
}

.focus\:via-teal-800:focus{
  --gradient-via-color: #285e61 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
}

.focus\:via-teal-900:focus{
  --gradient-via-color: #234e52 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
}

.focus\:via-blue-100:focus{
  --gradient-via-color: #ebf8ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
}

.focus\:via-blue-200:focus{
  --gradient-via-color: #bee3f8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
}

.focus\:via-blue-300:focus{
  --gradient-via-color: #90cdf4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
}

.focus\:via-blue-400:focus{
  --gradient-via-color: #63b3ed !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
}

.focus\:via-blue-500:focus{
  --gradient-via-color: #4299e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
}

.focus\:via-blue-600:focus{
  --gradient-via-color: #3182ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
}

.focus\:via-blue-700:focus{
  --gradient-via-color: #2b6cb0 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
}

.focus\:via-blue-800:focus{
  --gradient-via-color: #2c5282 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
}

.focus\:via-blue-900:focus{
  --gradient-via-color: #2a4365 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
}

.focus\:via-indigo-100:focus{
  --gradient-via-color: #ebf4ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
}

.focus\:via-indigo-200:focus{
  --gradient-via-color: #c3dafe !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
}

.focus\:via-indigo-300:focus{
  --gradient-via-color: #a3bffa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
}

.focus\:via-indigo-400:focus{
  --gradient-via-color: #7f9cf5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
}

.focus\:via-indigo-500:focus{
  --gradient-via-color: #667eea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
}

.focus\:via-indigo-600:focus{
  --gradient-via-color: #5a67d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
}

.focus\:via-indigo-700:focus{
  --gradient-via-color: #4c51bf !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
}

.focus\:via-indigo-800:focus{
  --gradient-via-color: #434190 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
}

.focus\:via-indigo-900:focus{
  --gradient-via-color: #3c366b !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
}

.focus\:via-purple-100:focus{
  --gradient-via-color: #faf5ff !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
}

.focus\:via-purple-200:focus{
  --gradient-via-color: #e9d8fd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
}

.focus\:via-purple-300:focus{
  --gradient-via-color: #d6bcfa !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
}

.focus\:via-purple-400:focus{
  --gradient-via-color: #b794f4 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
}

.focus\:via-purple-500:focus{
  --gradient-via-color: #9f7aea !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
}

.focus\:via-purple-600:focus{
  --gradient-via-color: #805ad5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
}

.focus\:via-purple-700:focus{
  --gradient-via-color: #6b46c1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
}

.focus\:via-purple-800:focus{
  --gradient-via-color: #553c9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
}

.focus\:via-purple-900:focus{
  --gradient-via-color: #44337a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
}

.focus\:via-pink-100:focus{
  --gradient-via-color: #fff5f7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
}

.focus\:via-pink-200:focus{
  --gradient-via-color: #fed7e2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
}

.focus\:via-pink-300:focus{
  --gradient-via-color: #fbb6ce !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
}

.focus\:via-pink-400:focus{
  --gradient-via-color: #f687b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
}

.focus\:via-pink-500:focus{
  --gradient-via-color: #ed64a6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
}

.focus\:via-pink-600:focus{
  --gradient-via-color: #d53f8c !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
}

.focus\:via-pink-700:focus{
  --gradient-via-color: #b83280 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
}

.focus\:via-pink-800:focus{
  --gradient-via-color: #97266d !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
}

.focus\:via-pink-900:focus{
  --gradient-via-color: #702459 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
}

.focus\:via-primary-color:focus{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-primary-hover-color:focus{
  --gradient-via-color: var(--hover-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-gray-body:focus{
  --gradient-via-color: #f2f2f2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
}

.focus\:via-gray-light:focus{
  --gradient-via-color: #ccc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
}

.focus\:via-gray-333:focus{
  --gradient-via-color: #333 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
}

.focus\:via-gray-666:focus{
  --gradient-via-color: #666 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
}

.focus\:via-gray-888:focus{
  --gradient-via-color: #888 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
}

.focus\:via-gray-999:focus{
  --gradient-via-color: #999 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
}

.focus\:via-gray-icon:focus{
  --gradient-via-color: #9a9a9a !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
}

.focus\:via-gray-features:focus{
  --gradient-via-color: #f5f5f5 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
}

.focus\:via-slide-border:focus{
  --gradient-via-color: #e1e1e1 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
}

.focus\:via-sale-color:focus{
  --gradient-via-color: var(--primary-color) !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
}

.focus\:via-hit-color:focus{
  --gradient-via-color: #ff9900 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
}

.focus\:via-new-color:focus{
  --gradient-via-color: #0fa3c6 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
}

.focus\:via-fb-hover-color:focus{
  --gradient-via-color: #5959d8 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
}

.focus\:via-fb-active-color:focus{
  --gradient-via-color: #4040b3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
}

.focus\:via-vk-hover-color:focus{
  --gradient-via-color: #628dd3 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
}

.focus\:via-vk-active-color:focus{
  --gradient-via-color: #3768b9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
}

.focus\:via-insta-hover-color:focus{
  --gradient-via-color: #af35d2 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
}

.focus\:via-insta-active-color:focus{
  --gradient-via-color: #7e47b7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
}

.focus\:via-gray-dc:focus{
  --gradient-via-color: #dcdcdc !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
}

.focus\:via-gray-cd:focus{
  --gradient-via-color: #cdcdcd !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
}

.focus\:via-gray-e7:focus{
  --gradient-via-color: #e7e7e7 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
}

.focus\:via-check-color:focus{
  --gradient-via-color: #ce3a12 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
}

.focus\:via-docx-color:focus{
  --gradient-via-color: #1789e9 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
}

.focus\:via-dark-black:focus{
  --gradient-via-color: #010101 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
}

.focus\:via-green-light:focus{
  --gradient-via-color: #3ab011 !important;
  --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
}

.focus\:to-transparent:focus{
  --gradient-to-color: transparent !important;
}

.focus\:to-current:focus{
  --gradient-to-color: currentColor !important;
}

.focus\:to-black:focus{
  --gradient-to-color: #000 !important;
}

.focus\:to-white:focus{
  --gradient-to-color: #fff !important;
}

.focus\:to-gray-100:focus{
  --gradient-to-color: #f7fafc !important;
}

.focus\:to-gray-200:focus{
  --gradient-to-color: #edf2f7 !important;
}

.focus\:to-gray-300:focus{
  --gradient-to-color: #e2e8f0 !important;
}

.focus\:to-gray-400:focus{
  --gradient-to-color: #cbd5e0 !important;
}

.focus\:to-gray-500:focus{
  --gradient-to-color: #a0aec0 !important;
}

.focus\:to-gray-600:focus{
  --gradient-to-color: #718096 !important;
}

.focus\:to-gray-700:focus{
  --gradient-to-color: #4a5568 !important;
}

.focus\:to-gray-800:focus{
  --gradient-to-color: #2d3748 !important;
}

.focus\:to-gray-900:focus{
  --gradient-to-color: #1a202c !important;
}

.focus\:to-red:focus{
  --gradient-to-color: #cc0a0a !important;
}

.focus\:to-orange-100:focus{
  --gradient-to-color: #fffaf0 !important;
}

.focus\:to-orange-200:focus{
  --gradient-to-color: #feebc8 !important;
}

.focus\:to-orange-300:focus{
  --gradient-to-color: #fbd38d !important;
}

.focus\:to-orange-400:focus{
  --gradient-to-color: #f6ad55 !important;
}

.focus\:to-orange-500:focus{
  --gradient-to-color: #ed8936 !important;
}

.focus\:to-orange-600:focus{
  --gradient-to-color: #dd6b20 !important;
}

.focus\:to-orange-700:focus{
  --gradient-to-color: #c05621 !important;
}

.focus\:to-orange-800:focus{
  --gradient-to-color: #9c4221 !important;
}

.focus\:to-orange-900:focus{
  --gradient-to-color: #7b341e !important;
}

.focus\:to-yellow-100:focus{
  --gradient-to-color: #fffff0 !important;
}

.focus\:to-yellow-200:focus{
  --gradient-to-color: #fefcbf !important;
}

.focus\:to-yellow-300:focus{
  --gradient-to-color: #faf089 !important;
}

.focus\:to-yellow-400:focus{
  --gradient-to-color: #f6e05e !important;
}

.focus\:to-yellow-500:focus{
  --gradient-to-color: #ecc94b !important;
}

.focus\:to-yellow-600:focus{
  --gradient-to-color: #d69e2e !important;
}

.focus\:to-yellow-700:focus{
  --gradient-to-color: #b7791f !important;
}

.focus\:to-yellow-800:focus{
  --gradient-to-color: #975a16 !important;
}

.focus\:to-yellow-900:focus{
  --gradient-to-color: #744210 !important;
}

.focus\:to-green-100:focus{
  --gradient-to-color: #f0fff4 !important;
}

.focus\:to-green-200:focus{
  --gradient-to-color: #c6f6d5 !important;
}

.focus\:to-green-300:focus{
  --gradient-to-color: #9ae6b4 !important;
}

.focus\:to-green-400:focus{
  --gradient-to-color: #68d391 !important;
}

.focus\:to-green-500:focus{
  --gradient-to-color: #48bb78 !important;
}

.focus\:to-green-600:focus{
  --gradient-to-color: #38a169 !important;
}

.focus\:to-green-700:focus{
  --gradient-to-color: #2f855a !important;
}

.focus\:to-green-800:focus{
  --gradient-to-color: #276749 !important;
}

.focus\:to-green-900:focus{
  --gradient-to-color: #22543d !important;
}

.focus\:to-teal-100:focus{
  --gradient-to-color: #e6fffa !important;
}

.focus\:to-teal-200:focus{
  --gradient-to-color: #b2f5ea !important;
}

.focus\:to-teal-300:focus{
  --gradient-to-color: #81e6d9 !important;
}

.focus\:to-teal-400:focus{
  --gradient-to-color: #4fd1c5 !important;
}

.focus\:to-teal-500:focus{
  --gradient-to-color: #38b2ac !important;
}

.focus\:to-teal-600:focus{
  --gradient-to-color: #319795 !important;
}

.focus\:to-teal-700:focus{
  --gradient-to-color: #2c7a7b !important;
}

.focus\:to-teal-800:focus{
  --gradient-to-color: #285e61 !important;
}

.focus\:to-teal-900:focus{
  --gradient-to-color: #234e52 !important;
}

.focus\:to-blue-100:focus{
  --gradient-to-color: #ebf8ff !important;
}

.focus\:to-blue-200:focus{
  --gradient-to-color: #bee3f8 !important;
}

.focus\:to-blue-300:focus{
  --gradient-to-color: #90cdf4 !important;
}

.focus\:to-blue-400:focus{
  --gradient-to-color: #63b3ed !important;
}

.focus\:to-blue-500:focus{
  --gradient-to-color: #4299e1 !important;
}

.focus\:to-blue-600:focus{
  --gradient-to-color: #3182ce !important;
}

.focus\:to-blue-700:focus{
  --gradient-to-color: #2b6cb0 !important;
}

.focus\:to-blue-800:focus{
  --gradient-to-color: #2c5282 !important;
}

.focus\:to-blue-900:focus{
  --gradient-to-color: #2a4365 !important;
}

.focus\:to-indigo-100:focus{
  --gradient-to-color: #ebf4ff !important;
}

.focus\:to-indigo-200:focus{
  --gradient-to-color: #c3dafe !important;
}

.focus\:to-indigo-300:focus{
  --gradient-to-color: #a3bffa !important;
}

.focus\:to-indigo-400:focus{
  --gradient-to-color: #7f9cf5 !important;
}

.focus\:to-indigo-500:focus{
  --gradient-to-color: #667eea !important;
}

.focus\:to-indigo-600:focus{
  --gradient-to-color: #5a67d8 !important;
}

.focus\:to-indigo-700:focus{
  --gradient-to-color: #4c51bf !important;
}

.focus\:to-indigo-800:focus{
  --gradient-to-color: #434190 !important;
}

.focus\:to-indigo-900:focus{
  --gradient-to-color: #3c366b !important;
}

.focus\:to-purple-100:focus{
  --gradient-to-color: #faf5ff !important;
}

.focus\:to-purple-200:focus{
  --gradient-to-color: #e9d8fd !important;
}

.focus\:to-purple-300:focus{
  --gradient-to-color: #d6bcfa !important;
}

.focus\:to-purple-400:focus{
  --gradient-to-color: #b794f4 !important;
}

.focus\:to-purple-500:focus{
  --gradient-to-color: #9f7aea !important;
}

.focus\:to-purple-600:focus{
  --gradient-to-color: #805ad5 !important;
}

.focus\:to-purple-700:focus{
  --gradient-to-color: #6b46c1 !important;
}

.focus\:to-purple-800:focus{
  --gradient-to-color: #553c9a !important;
}

.focus\:to-purple-900:focus{
  --gradient-to-color: #44337a !important;
}

.focus\:to-pink-100:focus{
  --gradient-to-color: #fff5f7 !important;
}

.focus\:to-pink-200:focus{
  --gradient-to-color: #fed7e2 !important;
}

.focus\:to-pink-300:focus{
  --gradient-to-color: #fbb6ce !important;
}

.focus\:to-pink-400:focus{
  --gradient-to-color: #f687b3 !important;
}

.focus\:to-pink-500:focus{
  --gradient-to-color: #ed64a6 !important;
}

.focus\:to-pink-600:focus{
  --gradient-to-color: #d53f8c !important;
}

.focus\:to-pink-700:focus{
  --gradient-to-color: #b83280 !important;
}

.focus\:to-pink-800:focus{
  --gradient-to-color: #97266d !important;
}

.focus\:to-pink-900:focus{
  --gradient-to-color: #702459 !important;
}

.focus\:to-primary-color:focus{
  --gradient-to-color: var(--primary-color) !important;
}

.focus\:to-primary-hover-color:focus{
  --gradient-to-color: var(--hover-color) !important;
}

.focus\:to-gray-body:focus{
  --gradient-to-color: #f2f2f2 !important;
}

.focus\:to-gray-light:focus{
  --gradient-to-color: #ccc !important;
}

.focus\:to-gray-333:focus{
  --gradient-to-color: #333 !important;
}

.focus\:to-gray-666:focus{
  --gradient-to-color: #666 !important;
}

.focus\:to-gray-888:focus{
  --gradient-to-color: #888 !important;
}

.focus\:to-gray-999:focus{
  --gradient-to-color: #999 !important;
}

.focus\:to-gray-icon:focus{
  --gradient-to-color: #9a9a9a !important;
}

.focus\:to-gray-features:focus{
  --gradient-to-color: #f5f5f5 !important;
}

.focus\:to-slide-border:focus{
  --gradient-to-color: #e1e1e1 !important;
}

.focus\:to-sale-color:focus{
  --gradient-to-color: var(--primary-color) !important;
}

.focus\:to-hit-color:focus{
  --gradient-to-color: #ff9900 !important;
}

.focus\:to-new-color:focus{
  --gradient-to-color: #0fa3c6 !important;
}

.focus\:to-fb-hover-color:focus{
  --gradient-to-color: #5959d8 !important;
}

.focus\:to-fb-active-color:focus{
  --gradient-to-color: #4040b3 !important;
}

.focus\:to-vk-hover-color:focus{
  --gradient-to-color: #628dd3 !important;
}

.focus\:to-vk-active-color:focus{
  --gradient-to-color: #3768b9 !important;
}

.focus\:to-insta-hover-color:focus{
  --gradient-to-color: #af35d2 !important;
}

.focus\:to-insta-active-color:focus{
  --gradient-to-color: #7e47b7 !important;
}

.focus\:to-gray-dc:focus{
  --gradient-to-color: #dcdcdc !important;
}

.focus\:to-gray-cd:focus{
  --gradient-to-color: #cdcdcd !important;
}

.focus\:to-gray-e7:focus{
  --gradient-to-color: #e7e7e7 !important;
}

.focus\:to-check-color:focus{
  --gradient-to-color: #ce3a12 !important;
}

.focus\:to-docx-color:focus{
  --gradient-to-color: #1789e9 !important;
}

.focus\:to-dark-black:focus{
  --gradient-to-color: #010101 !important;
}

.focus\:to-green-light:focus{
  --gradient-to-color: #3ab011 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:bg-opacity-100:focus{
  --bg-opacity: 1 !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-auto{
  background-size: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-red{
  --border-opacity: 1 !important;
  border-color: #cc0a0a !important;
  border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary-color{
  border-color: var(--primary-color) !important;
}

.border-primary-hover-color{
  border-color: var(--hover-color) !important;
}

.border-gray-body{
  --border-opacity: 1 !important;
  border-color: #f2f2f2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.border-gray-light{
  --border-opacity: 1 !important;
  border-color: #ccc !important;
  border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
}

.border-gray-333{
  --border-opacity: 1 !important;
  border-color: #333 !important;
  border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
}

.border-gray-666{
  --border-opacity: 1 !important;
  border-color: #666 !important;
  border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
}

.border-gray-888{
  --border-opacity: 1 !important;
  border-color: #888 !important;
  border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
}

.border-gray-999{
  --border-opacity: 1 !important;
  border-color: #999 !important;
  border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
}

.border-gray-icon{
  --border-opacity: 1 !important;
  border-color: #9a9a9a !important;
  border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
}

.border-gray-features{
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.border-slide-border{
  --border-opacity: 1 !important;
  border-color: #e1e1e1 !important;
  border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
}

.border-sale-color{
  border-color: var(--primary-color) !important;
}

.border-hit-color{
  --border-opacity: 1 !important;
  border-color: #ff9900 !important;
  border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
}

.border-new-color{
  --border-opacity: 1 !important;
  border-color: #0fa3c6 !important;
  border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
}

.border-fb-hover-color{
  --border-opacity: 1 !important;
  border-color: #5959d8 !important;
  border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
}

.border-fb-active-color{
  --border-opacity: 1 !important;
  border-color: #4040b3 !important;
  border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
}

.border-vk-hover-color{
  --border-opacity: 1 !important;
  border-color: #628dd3 !important;
  border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
}

.border-vk-active-color{
  --border-opacity: 1 !important;
  border-color: #3768b9 !important;
  border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
}

.border-insta-hover-color{
  --border-opacity: 1 !important;
  border-color: #af35d2 !important;
  border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
}

.border-insta-active-color{
  --border-opacity: 1 !important;
  border-color: #7e47b7 !important;
  border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
}

.border-gray-dc{
  --border-opacity: 1 !important;
  border-color: #dcdcdc !important;
  border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
}

.border-gray-cd{
  --border-opacity: 1 !important;
  border-color: #cdcdcd !important;
  border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
}

.border-gray-e7{
  --border-opacity: 1 !important;
  border-color: #e7e7e7 !important;
  border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
}

.border-check-color{
  --border-opacity: 1 !important;
  border-color: #ce3a12 !important;
  border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
}

.border-docx-color{
  --border-opacity: 1 !important;
  border-color: #1789e9 !important;
  border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
}

.border-dark-black{
  --border-opacity: 1 !important;
  border-color: #010101 !important;
  border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
}

.border-green-light{
  --border-opacity: 1 !important;
  border-color: #3ab011 !important;
  border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-red:hover{
  --border-opacity: 1 !important;
  border-color: #cc0a0a !important;
  border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:border-primary-color:hover{
  border-color: var(--primary-color) !important;
}

.hover\:border-primary-hover-color:hover{
  border-color: var(--hover-color) !important;
}

.hover\:border-gray-body:hover{
  --border-opacity: 1 !important;
  border-color: #f2f2f2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.hover\:border-gray-light:hover{
  --border-opacity: 1 !important;
  border-color: #ccc !important;
  border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
}

.hover\:border-gray-333:hover{
  --border-opacity: 1 !important;
  border-color: #333 !important;
  border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
}

.hover\:border-gray-666:hover{
  --border-opacity: 1 !important;
  border-color: #666 !important;
  border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
}

.hover\:border-gray-888:hover{
  --border-opacity: 1 !important;
  border-color: #888 !important;
  border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
}

.hover\:border-gray-999:hover{
  --border-opacity: 1 !important;
  border-color: #999 !important;
  border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
}

.hover\:border-gray-icon:hover{
  --border-opacity: 1 !important;
  border-color: #9a9a9a !important;
  border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
}

.hover\:border-gray-features:hover{
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.hover\:border-slide-border:hover{
  --border-opacity: 1 !important;
  border-color: #e1e1e1 !important;
  border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
}

.hover\:border-sale-color:hover{
  border-color: var(--primary-color) !important;
}

.hover\:border-hit-color:hover{
  --border-opacity: 1 !important;
  border-color: #ff9900 !important;
  border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
}

.hover\:border-new-color:hover{
  --border-opacity: 1 !important;
  border-color: #0fa3c6 !important;
  border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
}

.hover\:border-fb-hover-color:hover{
  --border-opacity: 1 !important;
  border-color: #5959d8 !important;
  border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
}

.hover\:border-fb-active-color:hover{
  --border-opacity: 1 !important;
  border-color: #4040b3 !important;
  border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
}

.hover\:border-vk-hover-color:hover{
  --border-opacity: 1 !important;
  border-color: #628dd3 !important;
  border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
}

.hover\:border-vk-active-color:hover{
  --border-opacity: 1 !important;
  border-color: #3768b9 !important;
  border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
}

.hover\:border-insta-hover-color:hover{
  --border-opacity: 1 !important;
  border-color: #af35d2 !important;
  border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
}

.hover\:border-insta-active-color:hover{
  --border-opacity: 1 !important;
  border-color: #7e47b7 !important;
  border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
}

.hover\:border-gray-dc:hover{
  --border-opacity: 1 !important;
  border-color: #dcdcdc !important;
  border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
}

.hover\:border-gray-cd:hover{
  --border-opacity: 1 !important;
  border-color: #cdcdcd !important;
  border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
}

.hover\:border-gray-e7:hover{
  --border-opacity: 1 !important;
  border-color: #e7e7e7 !important;
  border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
}

.hover\:border-check-color:hover{
  --border-opacity: 1 !important;
  border-color: #ce3a12 !important;
  border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
}

.hover\:border-docx-color:hover{
  --border-opacity: 1 !important;
  border-color: #1789e9 !important;
  border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
}

.hover\:border-dark-black:hover{
  --border-opacity: 1 !important;
  border-color: #010101 !important;
  border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
}

.hover\:border-green-light:hover{
  --border-opacity: 1 !important;
  border-color: #3ab011 !important;
  border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
}

.focus\:border-transparent:focus{
  border-color: transparent !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-red:focus{
  --border-opacity: 1 !important;
  border-color: #cc0a0a !important;
  border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.focus\:border-yellow-500:focus{
  --border-opacity: 1 !important;
  border-color: #ecc94b !important;
  border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
}

.focus\:border-yellow-600:focus{
  --border-opacity: 1 !important;
  border-color: #d69e2e !important;
  border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
}

.focus\:border-yellow-700:focus{
  --border-opacity: 1 !important;
  border-color: #b7791f !important;
  border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
}

.focus\:border-yellow-800:focus{
  --border-opacity: 1 !important;
  border-color: #975a16 !important;
  border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
}

.focus\:border-yellow-900:focus{
  --border-opacity: 1 !important;
  border-color: #744210 !important;
  border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
}

.focus\:border-green-100:focus{
  --border-opacity: 1 !important;
  border-color: #f0fff4 !important;
  border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
}

.focus\:border-green-200:focus{
  --border-opacity: 1 !important;
  border-color: #c6f6d5 !important;
  border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
}

.focus\:border-green-300:focus{
  --border-opacity: 1 !important;
  border-color: #9ae6b4 !important;
  border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
}

.focus\:border-green-400:focus{
  --border-opacity: 1 !important;
  border-color: #68d391 !important;
  border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
}

.focus\:border-green-500:focus{
  --border-opacity: 1 !important;
  border-color: #48bb78 !important;
  border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
}

.focus\:border-green-600:focus{
  --border-opacity: 1 !important;
  border-color: #38a169 !important;
  border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
}

.focus\:border-green-700:focus{
  --border-opacity: 1 !important;
  border-color: #2f855a !important;
  border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
}

.focus\:border-green-800:focus{
  --border-opacity: 1 !important;
  border-color: #276749 !important;
  border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
}

.focus\:border-green-900:focus{
  --border-opacity: 1 !important;
  border-color: #22543d !important;
  border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
}

.focus\:border-teal-100:focus{
  --border-opacity: 1 !important;
  border-color: #e6fffa !important;
  border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
}

.focus\:border-teal-200:focus{
  --border-opacity: 1 !important;
  border-color: #b2f5ea !important;
  border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
}

.focus\:border-teal-300:focus{
  --border-opacity: 1 !important;
  border-color: #81e6d9 !important;
  border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
}

.focus\:border-teal-400:focus{
  --border-opacity: 1 !important;
  border-color: #4fd1c5 !important;
  border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
}

.focus\:border-teal-500:focus{
  --border-opacity: 1 !important;
  border-color: #38b2ac !important;
  border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
}

.focus\:border-teal-600:focus{
  --border-opacity: 1 !important;
  border-color: #319795 !important;
  border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
}

.focus\:border-teal-700:focus{
  --border-opacity: 1 !important;
  border-color: #2c7a7b !important;
  border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
}

.focus\:border-teal-800:focus{
  --border-opacity: 1 !important;
  border-color: #285e61 !important;
  border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
}

.focus\:border-teal-900:focus{
  --border-opacity: 1 !important;
  border-color: #234e52 !important;
  border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
}

.focus\:border-blue-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf8ff !important;
  border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
}

.focus\:border-blue-200:focus{
  --border-opacity: 1 !important;
  border-color: #bee3f8 !important;
  border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
}

.focus\:border-blue-300:focus{
  --border-opacity: 1 !important;
  border-color: #90cdf4 !important;
  border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
}

.focus\:border-blue-400:focus{
  --border-opacity: 1 !important;
  border-color: #63b3ed !important;
  border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
}

.focus\:border-blue-500:focus{
  --border-opacity: 1 !important;
  border-color: #4299e1 !important;
  border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
}

.focus\:border-blue-600:focus{
  --border-opacity: 1 !important;
  border-color: #3182ce !important;
  border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
}

.focus\:border-blue-700:focus{
  --border-opacity: 1 !important;
  border-color: #2b6cb0 !important;
  border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
}

.focus\:border-blue-800:focus{
  --border-opacity: 1 !important;
  border-color: #2c5282 !important;
  border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
}

.focus\:border-blue-900:focus{
  --border-opacity: 1 !important;
  border-color: #2a4365 !important;
  border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
}

.focus\:border-indigo-100:focus{
  --border-opacity: 1 !important;
  border-color: #ebf4ff !important;
  border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
}

.focus\:border-indigo-200:focus{
  --border-opacity: 1 !important;
  border-color: #c3dafe !important;
  border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
}

.focus\:border-indigo-300:focus{
  --border-opacity: 1 !important;
  border-color: #a3bffa !important;
  border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
}

.focus\:border-indigo-400:focus{
  --border-opacity: 1 !important;
  border-color: #7f9cf5 !important;
  border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
}

.focus\:border-indigo-500:focus{
  --border-opacity: 1 !important;
  border-color: #667eea !important;
  border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
}

.focus\:border-indigo-600:focus{
  --border-opacity: 1 !important;
  border-color: #5a67d8 !important;
  border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
}

.focus\:border-indigo-700:focus{
  --border-opacity: 1 !important;
  border-color: #4c51bf !important;
  border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
}

.focus\:border-indigo-800:focus{
  --border-opacity: 1 !important;
  border-color: #434190 !important;
  border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
}

.focus\:border-indigo-900:focus{
  --border-opacity: 1 !important;
  border-color: #3c366b !important;
  border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
}

.focus\:border-purple-100:focus{
  --border-opacity: 1 !important;
  border-color: #faf5ff !important;
  border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
}

.focus\:border-purple-200:focus{
  --border-opacity: 1 !important;
  border-color: #e9d8fd !important;
  border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
}

.focus\:border-purple-300:focus{
  --border-opacity: 1 !important;
  border-color: #d6bcfa !important;
  border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
}

.focus\:border-purple-400:focus{
  --border-opacity: 1 !important;
  border-color: #b794f4 !important;
  border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
}

.focus\:border-purple-500:focus{
  --border-opacity: 1 !important;
  border-color: #9f7aea !important;
  border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
}

.focus\:border-purple-600:focus{
  --border-opacity: 1 !important;
  border-color: #805ad5 !important;
  border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
}

.focus\:border-purple-700:focus{
  --border-opacity: 1 !important;
  border-color: #6b46c1 !important;
  border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
}

.focus\:border-purple-800:focus{
  --border-opacity: 1 !important;
  border-color: #553c9a !important;
  border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
}

.focus\:border-purple-900:focus{
  --border-opacity: 1 !important;
  border-color: #44337a !important;
  border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
}

.focus\:border-pink-100:focus{
  --border-opacity: 1 !important;
  border-color: #fff5f7 !important;
  border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
}

.focus\:border-pink-200:focus{
  --border-opacity: 1 !important;
  border-color: #fed7e2 !important;
  border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
}

.focus\:border-pink-300:focus{
  --border-opacity: 1 !important;
  border-color: #fbb6ce !important;
  border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
}

.focus\:border-pink-400:focus{
  --border-opacity: 1 !important;
  border-color: #f687b3 !important;
  border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
}

.focus\:border-pink-500:focus{
  --border-opacity: 1 !important;
  border-color: #ed64a6 !important;
  border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
}

.focus\:border-pink-600:focus{
  --border-opacity: 1 !important;
  border-color: #d53f8c !important;
  border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
}

.focus\:border-pink-700:focus{
  --border-opacity: 1 !important;
  border-color: #b83280 !important;
  border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
}

.focus\:border-pink-800:focus{
  --border-opacity: 1 !important;
  border-color: #97266d !important;
  border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
}

.focus\:border-pink-900:focus{
  --border-opacity: 1 !important;
  border-color: #702459 !important;
  border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
}

.focus\:border-primary-color:focus{
  border-color: var(--primary-color) !important;
}

.focus\:border-primary-hover-color:focus{
  border-color: var(--hover-color) !important;
}

.focus\:border-gray-body:focus{
  --border-opacity: 1 !important;
  border-color: #f2f2f2 !important;
  border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
}

.focus\:border-gray-light:focus{
  --border-opacity: 1 !important;
  border-color: #ccc !important;
  border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
}

.focus\:border-gray-333:focus{
  --border-opacity: 1 !important;
  border-color: #333 !important;
  border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
}

.focus\:border-gray-666:focus{
  --border-opacity: 1 !important;
  border-color: #666 !important;
  border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
}

.focus\:border-gray-888:focus{
  --border-opacity: 1 !important;
  border-color: #888 !important;
  border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
}

.focus\:border-gray-999:focus{
  --border-opacity: 1 !important;
  border-color: #999 !important;
  border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
}

.focus\:border-gray-icon:focus{
  --border-opacity: 1 !important;
  border-color: #9a9a9a !important;
  border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
}

.focus\:border-gray-features:focus{
  --border-opacity: 1 !important;
  border-color: #f5f5f5 !important;
  border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
}

.focus\:border-slide-border:focus{
  --border-opacity: 1 !important;
  border-color: #e1e1e1 !important;
  border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
}

.focus\:border-sale-color:focus{
  border-color: var(--primary-color) !important;
}

.focus\:border-hit-color:focus{
  --border-opacity: 1 !important;
  border-color: #ff9900 !important;
  border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
}

.focus\:border-new-color:focus{
  --border-opacity: 1 !important;
  border-color: #0fa3c6 !important;
  border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
}

.focus\:border-fb-hover-color:focus{
  --border-opacity: 1 !important;
  border-color: #5959d8 !important;
  border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
}

.focus\:border-fb-active-color:focus{
  --border-opacity: 1 !important;
  border-color: #4040b3 !important;
  border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
}

.focus\:border-vk-hover-color:focus{
  --border-opacity: 1 !important;
  border-color: #628dd3 !important;
  border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
}

.focus\:border-vk-active-color:focus{
  --border-opacity: 1 !important;
  border-color: #3768b9 !important;
  border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
}

.focus\:border-insta-hover-color:focus{
  --border-opacity: 1 !important;
  border-color: #af35d2 !important;
  border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
}

.focus\:border-insta-active-color:focus{
  --border-opacity: 1 !important;
  border-color: #7e47b7 !important;
  border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
}

.focus\:border-gray-dc:focus{
  --border-opacity: 1 !important;
  border-color: #dcdcdc !important;
  border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
}

.focus\:border-gray-cd:focus{
  --border-opacity: 1 !important;
  border-color: #cdcdcd !important;
  border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
}

.focus\:border-gray-e7:focus{
  --border-opacity: 1 !important;
  border-color: #e7e7e7 !important;
  border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
}

.focus\:border-check-color:focus{
  --border-opacity: 1 !important;
  border-color: #ce3a12 !important;
  border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
}

.focus\:border-docx-color:focus{
  --border-opacity: 1 !important;
  border-color: #1789e9 !important;
  border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
}

.focus\:border-dark-black:focus{
  --border-opacity: 1 !important;
  border-color: #010101 !important;
  border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
}

.focus\:border-green-light:focus{
  --border-opacity: 1 !important;
  border-color: #3ab011 !important;
  border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
}

.border-opacity-0{
  --border-opacity: 0 !important;
}

.border-opacity-25{
  --border-opacity: 0.25 !important;
}

.border-opacity-50{
  --border-opacity: 0.5 !important;
}

.border-opacity-75{
  --border-opacity: 0.75 !important;
}

.border-opacity-100{
  --border-opacity: 1 !important;
}

.hover\:border-opacity-0:hover{
  --border-opacity: 0 !important;
}

.hover\:border-opacity-25:hover{
  --border-opacity: 0.25 !important;
}

.hover\:border-opacity-50:hover{
  --border-opacity: 0.5 !important;
}

.hover\:border-opacity-75:hover{
  --border-opacity: 0.75 !important;
}

.hover\:border-opacity-100:hover{
  --border-opacity: 1 !important;
}

.focus\:border-opacity-0:focus{
  --border-opacity: 0 !important;
}

.focus\:border-opacity-25:focus{
  --border-opacity: 0.25 !important;
}

.focus\:border-opacity-50:focus{
  --border-opacity: 0.5 !important;
}

.focus\:border-opacity-75:focus{
  --border-opacity: 0.75 !important;
}

.focus\:border-opacity-100:focus{
  --border-opacity: 1 !important;
}

.rounded-10{
  border-radius: 10px !important;
}

.rounded-none{
  border-radius: 0 !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-50\%{
  border-radius: 50% !important;
}

.rounded-t-10{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-r-10{
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-b-10{
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-l-10{
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-t-none{
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-r-none{
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-b-none{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-l-none{
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-t-sm{
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important;
}

.rounded-r-sm{
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-b-sm{
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-l-sm{
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-t{
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-r{
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-b{
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-l{
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-t-md{
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-r-md{
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-l-md{
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-t-lg{
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-b-lg{
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-t-xl{
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}

.rounded-r-xl{
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-b-xl{
  border-bottom-right-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-l-xl{
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-t-2xl{
  border-top-left-radius: 1rem !important;
  border-top-right-radius: 1rem !important;
}

.rounded-r-2xl{
  border-top-right-radius: 1rem !important;
  border-bottom-right-radius: 1rem !important;
}

.rounded-b-2xl{
  border-bottom-right-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-l-2xl{
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}

.rounded-t-3xl{
  border-top-left-radius: 1.5rem !important;
  border-top-right-radius: 1.5rem !important;
}

.rounded-r-3xl{
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-b-3xl{
  border-bottom-right-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-l-3xl{
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-t-full{
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.rounded-r-full{
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.rounded-b-full{
  border-bottom-right-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-l-full{
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.rounded-t-50\%{
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-r-50\%{
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-b-50\%{
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-l-50\%{
  border-top-left-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-tl-10{
  border-top-left-radius: 10px !important;
}

.rounded-tr-10{
  border-top-right-radius: 10px !important;
}

.rounded-br-10{
  border-bottom-right-radius: 10px !important;
}

.rounded-bl-10{
  border-bottom-left-radius: 10px !important;
}

.rounded-tl-none{
  border-top-left-radius: 0 !important;
}

.rounded-tr-none{
  border-top-right-radius: 0 !important;
}

.rounded-br-none{
  border-bottom-right-radius: 0 !important;
}

.rounded-bl-none{
  border-bottom-left-radius: 0 !important;
}

.rounded-tl-sm{
  border-top-left-radius: 0.125rem !important;
}

.rounded-tr-sm{
  border-top-right-radius: 0.125rem !important;
}

.rounded-br-sm{
  border-bottom-right-radius: 0.125rem !important;
}

.rounded-bl-sm{
  border-bottom-left-radius: 0.125rem !important;
}

.rounded-tl{
  border-top-left-radius: 0.25rem !important;
}

.rounded-tr{
  border-top-right-radius: 0.25rem !important;
}

.rounded-br{
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bl{
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem !important;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem !important;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-tl-lg{
  border-top-left-radius: 0.5rem !important;
}

.rounded-tr-lg{
  border-top-right-radius: 0.5rem !important;
}

.rounded-br-lg{
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-tl-xl{
  border-top-left-radius: 0.75rem !important;
}

.rounded-tr-xl{
  border-top-right-radius: 0.75rem !important;
}

.rounded-br-xl{
  border-bottom-right-radius: 0.75rem !important;
}

.rounded-bl-xl{
  border-bottom-left-radius: 0.75rem !important;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem !important;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem !important;
}

.rounded-br-2xl{
  border-bottom-right-radius: 1rem !important;
}

.rounded-bl-2xl{
  border-bottom-left-radius: 1rem !important;
}

.rounded-tl-3xl{
  border-top-left-radius: 1.5rem !important;
}

.rounded-tr-3xl{
  border-top-right-radius: 1.5rem !important;
}

.rounded-br-3xl{
  border-bottom-right-radius: 1.5rem !important;
}

.rounded-bl-3xl{
  border-bottom-left-radius: 1.5rem !important;
}

.rounded-tl-full{
  border-top-left-radius: 9999px !important;
}

.rounded-tr-full{
  border-top-right-radius: 9999px !important;
}

.rounded-br-full{
  border-bottom-right-radius: 9999px !important;
}

.rounded-bl-full{
  border-bottom-left-radius: 9999px !important;
}

.rounded-tl-50\%{
  border-top-left-radius: 50% !important;
}

.rounded-tr-50\%{
  border-top-right-radius: 50% !important;
}

.rounded-br-50\%{
  border-bottom-right-radius: 50% !important;
}

.rounded-bl-50\%{
  border-bottom-left-radius: 50% !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-0{
  border-width: 0 !important;
}

.border-2{
  border-width: 2px !important;
}

.border-3{
  border-width: 3px !important;
}

.border-4{
  border-width: 4px !important;
}

.border-8{
  border-width: 8px !important;
}

.border{
  border-width: 1px !important;
}

.border-t-0{
  border-top-width: 0 !important;
}

.border-r-0{
  border-right-width: 0 !important;
}

.border-b-0{
  border-bottom-width: 0 !important;
}

.border-l-0{
  border-left-width: 0 !important;
}

.border-t-2{
  border-top-width: 2px !important;
}

.border-r-2{
  border-right-width: 2px !important;
}

.border-b-2{
  border-bottom-width: 2px !important;
}

.border-l-2{
  border-left-width: 2px !important;
}

.border-t-3{
  border-top-width: 3px !important;
}

.border-r-3{
  border-right-width: 3px !important;
}

.border-b-3{
  border-bottom-width: 3px !important;
}

.border-l-3{
  border-left-width: 3px !important;
}

.border-t-4{
  border-top-width: 4px !important;
}

.border-r-4{
  border-right-width: 4px !important;
}

.border-b-4{
  border-bottom-width: 4px !important;
}

.border-l-4{
  border-left-width: 4px !important;
}

.border-t-8{
  border-top-width: 8px !important;
}

.border-r-8{
  border-right-width: 8px !important;
}

.border-b-8{
  border-bottom-width: 8px !important;
}

.border-l-8{
  border-left-width: 8px !important;
}

.border-t{
  border-top-width: 1px !important;
}

.border-r{
  border-right-width: 1px !important;
}

.border-b{
  border-bottom-width: 1px !important;
}

.border-l{
  border-left-width: 1px !important;
}

.box-border{
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.box-content{
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !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-not-allowed{
  cursor: not-allowed !important;
}

.block{
  display: block !important;
}

.inline-block{
  display: inline-block !important;
}

.inline{
  display: inline !important;
}

.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.table{
  display: 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;
}

.hidden{
  display: none !important;
}

.flex-row{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-row-reverse{
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-col-reverse{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap{
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-wrap-reverse{
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-no-wrap{
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.place-items-auto{
  place-items: auto !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;
}

.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-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;
}

.items-start{
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.items-end{
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.items-center{
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.items-baseline{
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.items-stretch{
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.content-center{
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.content-start{
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.content-end{
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.content-between{
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.content-around{
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.content-evenly{
  -ms-flex-line-pack: space-evenly !important;
  align-content: space-evenly !important;
}

.self-auto{
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.self-start{
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.self-end{
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.self-center{
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.self-stretch{
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.justify-items-auto{
  justify-items: auto !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;
}

.justify-start{
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-end{
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-center{
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-between{
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-around{
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.justify-evenly{
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !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;
}

.flex-1{
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 0% !important;
  flex: 1 1 0% !important;
}

.flex-auto{
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-initial{
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 1 auto !important;
  flex: 0 1 auto !important;
}

.flex-none{
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.flex-grow-0{
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow{
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0{
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink{
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.order-1{
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.order-2{
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.order-3{
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.order-4{
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.order-5{
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.order-6{
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.order-7{
  -webkit-box-ordinal-group: 8 !important;
  -ms-flex-order: 7 !important;
  order: 7 !important;
}

.order-8{
  -webkit-box-ordinal-group: 9 !important;
  -ms-flex-order: 8 !important;
  order: 8 !important;
}

.order-9{
  -webkit-box-ordinal-group: 10 !important;
  -ms-flex-order: 9 !important;
  order: 9 !important;
}

.order-10{
  -webkit-box-ordinal-group: 11 !important;
  -ms-flex-order: 10 !important;
  order: 10 !important;
}

.order-11{
  -webkit-box-ordinal-group: 12 !important;
  -ms-flex-order: 11 !important;
  order: 11 !important;
}

.order-12{
  -webkit-box-ordinal-group: 13 !important;
  -ms-flex-order: 12 !important;
  order: 12 !important;
}

.order-first{
  -webkit-box-ordinal-group: -9998 !important;
  -ms-flex-order: -9999 !important;
  order: -9999 !important;
}

.order-last{
  -webkit-box-ordinal-group: 10000 !important;
  -ms-flex-order: 9999 !important;
  order: 9999 !important;
}

.order-none{
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.float-right{
  float: right !important;
}

.float-left{
  float: left !important;
}

.float-none{
  float: none !important;
}

.clearfix:after{
  content: "" !important;
  display: table !important;
  clear: both !important;
}

.clear-left{
  clear: left !important;
}

.clear-right{
  clear: right !important;
}

.clear-both{
  clear: both !important;
}

.clear-none{
  clear: none !important;
}

.font-sans{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.font-serif{
  font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}

.font-mono{
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.font-hairline{
  font-weight: 100 !important;
}

.font-thin{
  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;
}

.hover\:font-hairline:hover{
  font-weight: 100 !important;
}

.hover\:font-thin:hover{
  font-weight: 200 !important;
}

.hover\:font-light:hover{
  font-weight: 300 !important;
}

.hover\:font-normal:hover{
  font-weight: 400 !important;
}

.hover\:font-medium:hover{
  font-weight: 500 !important;
}

.hover\:font-semibold:hover{
  font-weight: 600 !important;
}

.hover\:font-bold:hover{
  font-weight: 700 !important;
}

.hover\:font-extrabold:hover{
  font-weight: 800 !important;
}

.hover\:font-black:hover{
  font-weight: 900 !important;
}

.focus\:font-hairline:focus{
  font-weight: 100 !important;
}

.focus\:font-thin:focus{
  font-weight: 200 !important;
}

.focus\:font-light:focus{
  font-weight: 300 !important;
}

.focus\:font-normal:focus{
  font-weight: 400 !important;
}

.focus\:font-medium:focus{
  font-weight: 500 !important;
}

.focus\:font-semibold:focus{
  font-weight: 600 !important;
}

.focus\:font-bold:focus{
  font-weight: 700 !important;
}

.focus\:font-extrabold:focus{
  font-weight: 800 !important;
}

.focus\:font-black:focus{
  font-weight: 900 !important;
}

.h-0{
  height: 0 !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-8{
  height: 2rem !important;
}

.h-10{
  height: 2.5rem !important;
}

.h-12{
  height: 3rem !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-40{
  height: 10rem !important;
}

.h-48{
  height: 12rem !important;
}

.h-56{
  height: 14rem !important;
}

.h-64{
  height: 16rem !important;
}

.h-auto{
  height: auto !important;
}

.h-px{
  height: 1px !important;
}

.h-2px{
  height: 2px !important;
}

.h-3px{
  height: 3px !important;
}

.h-5px{
  height: 5px !important;
}

.h-10px{
  height: 10px !important;
}

.h-15px{
  height: 15px !important;
}

.h-20px{
  height: 20px !important;
}

.h-25px{
  height: 25px !important;
}

.h-30px{
  height: 30px !important;
}

.h-36px{
  height: 36px !important;
}

.h-50px{
  height: 50px !important;
}

.h-60px{
  height: 60px !important;
}

.h-120px{
  height: 120px !important;
}

.h-full{
  height: 100% !important;
}

.h-screen{
  height: 100vh !important;
}

.text-xs{
  font-size: .75rem !important;
}

.text-sm{
  font-size: 14px !important;
}

.text-base{
  font-size: 16px !important;
}

.text-lg{
  font-size: 18px !important;
}

.text-xl{
  font-size: 20px !important;
}

.text-2xl{
  font-size: 1.5rem !important;
}

.text-3xl{
  font-size: 30px !important;
}

.text-4xl{
  font-size: 2.25rem !important;
}

.text-5xl{
  font-size: 3rem !important;
}

.text-6xl{
  font-size: 4rem !important;
}

.text-toy{
  font-size: 10px !important;
}

.text-xxs{
  font-size: 11px !important;
}

.text-tiny{
  font-size: 13px !important;
}

.text-normal{
  font-size: 15px !important;
}

.text-x21{
  font-size: 21px !important;
}

.text-x22{
  font-size: 22px !important;
}

.text-x23{
  font-size: 23px !important;
}

.text-x25{
  font-size: 25px !important;
}

.text-large{
  font-size: 40px !important;
}

.text-huge{
  font-size: 50px !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;
}

.leading-60px{
  line-height: 60px !important;
}

.leading-small{
  line-height: 23px !important;
}

.leading-ordinary{
  line-height: 25px !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;
}

.list-line{
  list-style-type: - !important;
}

.m-0{
  margin: 0 !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-8{
  margin: 2rem !important;
}

.m-10{
  margin: 2.5rem !important;
}

.m-12{
  margin: 3rem !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-40{
  margin: 10rem !important;
}

.m-48{
  margin: 12rem !important;
}

.m-56{
  margin: 14rem !important;
}

.m-64{
  margin: 16rem !important;
}

.m-auto{
  margin: auto !important;
}

.m-px{
  margin: 1px !important;
}

.m-2px{
  margin: 2px !important;
}

.m-3px{
  margin: 3px !important;
}

.m-5px{
  margin: 5px !important;
}

.m-10px{
  margin: 10px !important;
}

.m-15px{
  margin: 15px !important;
}

.m-20px{
  margin: 20px !important;
}

.m-25px{
  margin: 25px !important;
}

.m-30px{
  margin: 30px !important;
}

.m-36px{
  margin: 36px !important;
}

.m-50px{
  margin: 50px !important;
}

.m-60px{
  margin: 60px !important;
}

.m-120px{
  margin: 120px !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-8{
  margin: -2rem !important;
}

.-m-10{
  margin: -2.5rem !important;
}

.-m-12{
  margin: -3rem !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-40{
  margin: -10rem !important;
}

.-m-48{
  margin: -12rem !important;
}

.-m-56{
  margin: -14rem !important;
}

.-m-64{
  margin: -16rem !important;
}

.-m-px{
  margin: -1px !important;
}

.-m-2px{
  margin: -2px !important;
}

.-m-3px{
  margin: -3px !important;
}

.-m-5px{
  margin: -5px !important;
}

.-m-10px{
  margin: -10px !important;
}

.-m-15px{
  margin: -15px !important;
}

.-m-20px{
  margin: -20px !important;
}

.-m-25px{
  margin: -25px !important;
}

.-m-30px{
  margin: -30px !important;
}

.-m-36px{
  margin: -36px !important;
}

.-m-50px{
  margin: -50px !important;
}

.-m-60px{
  margin: -60px !important;
}

.-m-120px{
  margin: -120px !important;
}

.my-0{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mx-0{
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}

.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6{
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-8{
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8{
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my-10{
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10{
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

.my-12{
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12{
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-16{
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16{
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my-20{
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20{
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my-24{
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24{
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.my-28{
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-28{
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.my-32{
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32{
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.my-40{
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40{
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.my-48{
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48{
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-56{
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56{
  margin-left: 14rem !important;
  margin-right: 14rem !important;
}

.my-64{
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64{
  margin-left: 16rem !important;
  margin-right: 16rem !important;
}

.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-px{
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

.mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}

.my-2px{
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.mx-2px{
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.my-3px{
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.mx-3px{
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.my-5px{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-5px{
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.my-10px{
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-10px{
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-15px{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-15px{
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-20px{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-20px{
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-25px{
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-25px{
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.my-30px{
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-30px{
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-36px{
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.mx-36px{
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.my-50px{
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-50px{
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-60px{
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-60px{
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.my-120px{
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.mx-120px{
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.-my-1{
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.-mx-1{
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}

.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.-mx-2{
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}

.-my-3{
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important;
}

.-mx-3{
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}

.-my-4{
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.-mx-4{
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}

.-my-5{
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.-mx-5{
  margin-left: -1.25rem !important;
  margin-right: -1.25rem !important;
}

.-my-6{
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.-mx-6{
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}

.-my-8{
  margin-top: -2rem !important;
  margin-bottom: -2rem !important;
}

.-mx-8{
  margin-left: -2rem !important;
  margin-right: -2rem !important;
}

.-my-10{
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.-mx-10{
  margin-left: -2.5rem !important;
  margin-right: -2.5rem !important;
}

.-my-12{
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.-mx-12{
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}

.-my-16{
  margin-top: -4rem !important;
  margin-bottom: -4rem !important;
}

.-mx-16{
  margin-left: -4rem !important;
  margin-right: -4rem !important;
}

.-my-20{
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}

.-mx-20{
  margin-left: -5rem !important;
  margin-right: -5rem !important;
}

.-my-24{
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.-mx-24{
  margin-left: -6rem !important;
  margin-right: -6rem !important;
}

.-my-28{
  margin-top: -7rem !important;
  margin-bottom: -7rem !important;
}

.-mx-28{
  margin-left: -7rem !important;
  margin-right: -7rem !important;
}

.-my-32{
  margin-top: -8rem !important;
  margin-bottom: -8rem !important;
}

.-mx-32{
  margin-left: -8rem !important;
  margin-right: -8rem !important;
}

.-my-40{
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.-mx-40{
  margin-left: -10rem !important;
  margin-right: -10rem !important;
}

.-my-48{
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.-mx-48{
  margin-left: -12rem !important;
  margin-right: -12rem !important;
}

.-my-56{
  margin-top: -14rem !important;
  margin-bottom: -14rem !important;
}

.-mx-56{
  margin-left: -14rem !important;
  margin-right: -14rem !important;
}

.-my-64{
  margin-top: -16rem !important;
  margin-bottom: -16rem !important;
}

.-mx-64{
  margin-left: -16rem !important;
  margin-right: -16rem !important;
}

.-my-px{
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.-mx-px{
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.-my-2px{
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.-mx-2px{
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.-my-3px{
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.-mx-3px{
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.-my-5px{
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}

.-mx-5px{
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.-my-10px{
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.-mx-10px{
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.-my-15px{
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.-mx-15px{
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.-my-20px{
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.-mx-20px{
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.-my-25px{
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}

.-mx-25px{
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.-my-30px{
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.-mx-30px{
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.-my-36px{
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

.-mx-36px{
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.-my-50px{
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}

.-mx-50px{
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.-my-60px{
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.-mx-60px{
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.-my-120px{
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.-mx-120px{
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.mt-0{
  margin-top: 0 !important;
}

.mr-0{
  margin-right: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.ml-0{
  margin-left: 0 !important;
}

.mt-1{
  margin-top: 0.25rem !important;
}

.mr-1{
  margin-right: 0.25rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
}

.ml-1{
  margin-left: 0.25rem !important;
}

.mt-2{
  margin-top: 0.5rem !important;
}

.mr-2{
  margin-right: 0.5rem !important;
}

.mb-2{
  margin-bottom: 0.5rem !important;
}

.ml-2{
  margin-left: 0.5rem !important;
}

.mt-3{
  margin-top: 0.75rem !important;
}

.mr-3{
  margin-right: 0.75rem !important;
}

.mb-3{
  margin-bottom: 0.75rem !important;
}

.ml-3{
  margin-left: 0.75rem !important;
}

.mt-4{
  margin-top: 1rem !important;
}

.mr-4{
  margin-right: 1rem !important;
}

.mb-4{
  margin-bottom: 1rem !important;
}

.ml-4{
  margin-left: 1rem !important;
}

.mt-5{
  margin-top: 1.25rem !important;
}

.mr-5{
  margin-right: 1.25rem !important;
}

.mb-5{
  margin-bottom: 1.25rem !important;
}

.ml-5{
  margin-left: 1.25rem !important;
}

.mt-6{
  margin-top: 1.5rem !important;
}

.mr-6{
  margin-right: 1.5rem !important;
}

.mb-6{
  margin-bottom: 1.5rem !important;
}

.ml-6{
  margin-left: 1.5rem !important;
}

.mt-8{
  margin-top: 2rem !important;
}

.mr-8{
  margin-right: 2rem !important;
}

.mb-8{
  margin-bottom: 2rem !important;
}

.ml-8{
  margin-left: 2rem !important;
}

.mt-10{
  margin-top: 2.5rem !important;
}

.mr-10{
  margin-right: 2.5rem !important;
}

.mb-10{
  margin-bottom: 2.5rem !important;
}

.ml-10{
  margin-left: 2.5rem !important;
}

.mt-12{
  margin-top: 3rem !important;
}

.mr-12{
  margin-right: 3rem !important;
}

.mb-12{
  margin-bottom: 3rem !important;
}

.ml-12{
  margin-left: 3rem !important;
}

.mt-16{
  margin-top: 4rem !important;
}

.mr-16{
  margin-right: 4rem !important;
}

.mb-16{
  margin-bottom: 4rem !important;
}

.ml-16{
  margin-left: 4rem !important;
}

.mt-20{
  margin-top: 5rem !important;
}

.mr-20{
  margin-right: 5rem !important;
}

.mb-20{
  margin-bottom: 5rem !important;
}

.ml-20{
  margin-left: 5rem !important;
}

.mt-24{
  margin-top: 6rem !important;
}

.mr-24{
  margin-right: 6rem !important;
}

.mb-24{
  margin-bottom: 6rem !important;
}

.ml-24{
  margin-left: 6rem !important;
}

.mt-28{
  margin-top: 7rem !important;
}

.mr-28{
  margin-right: 7rem !important;
}

.mb-28{
  margin-bottom: 7rem !important;
}

.ml-28{
  margin-left: 7rem !important;
}

.mt-32{
  margin-top: 8rem !important;
}

.mr-32{
  margin-right: 8rem !important;
}

.mb-32{
  margin-bottom: 8rem !important;
}

.ml-32{
  margin-left: 8rem !important;
}

.mt-40{
  margin-top: 10rem !important;
}

.mr-40{
  margin-right: 10rem !important;
}

.mb-40{
  margin-bottom: 10rem !important;
}

.ml-40{
  margin-left: 10rem !important;
}

.mt-48{
  margin-top: 12rem !important;
}

.mr-48{
  margin-right: 12rem !important;
}

.mb-48{
  margin-bottom: 12rem !important;
}

.ml-48{
  margin-left: 12rem !important;
}

.mt-56{
  margin-top: 14rem !important;
}

.mr-56{
  margin-right: 14rem !important;
}

.mb-56{
  margin-bottom: 14rem !important;
}

.ml-56{
  margin-left: 14rem !important;
}

.mt-64{
  margin-top: 16rem !important;
}

.mr-64{
  margin-right: 16rem !important;
}

.mb-64{
  margin-bottom: 16rem !important;
}

.ml-64{
  margin-left: 16rem !important;
}

.mt-auto{
  margin-top: auto !important;
}

.mr-auto{
  margin-right: auto !important;
}

.mb-auto{
  margin-bottom: auto !important;
}

.ml-auto{
  margin-left: auto !important;
}

.mt-px{
  margin-top: 1px !important;
}

.mr-px{
  margin-right: 1px !important;
}

.mb-px{
  margin-bottom: 1px !important;
}

.ml-px{
  margin-left: 1px !important;
}

.mt-2px{
  margin-top: 2px !important;
}

.mr-2px{
  margin-right: 2px !important;
}

.mb-2px{
  margin-bottom: 2px !important;
}

.ml-2px{
  margin-left: 2px !important;
}

.mt-3px{
  margin-top: 3px !important;
}

.mr-3px{
  margin-right: 3px !important;
}

.mb-3px{
  margin-bottom: 3px !important;
}

.ml-3px{
  margin-left: 3px !important;
}

.mt-5px{
  margin-top: 5px !important;
}

.mr-5px{
  margin-right: 5px !important;
}

.mb-5px{
  margin-bottom: 5px !important;
}

.ml-5px{
  margin-left: 5px !important;
}

.mt-10px{
  margin-top: 10px !important;
}

.mr-10px{
  margin-right: 10px !important;
}

.mb-10px{
  margin-bottom: 10px !important;
}

.ml-10px{
  margin-left: 10px !important;
}

.mt-15px{
  margin-top: 15px !important;
}

.mr-15px{
  margin-right: 15px !important;
}

.mb-15px{
  margin-bottom: 15px !important;
}

.ml-15px{
  margin-left: 15px !important;
}

.mt-20px{
  margin-top: 20px !important;
}

.mr-20px{
  margin-right: 20px !important;
}

.mb-20px{
  margin-bottom: 20px !important;
}

.ml-20px{
  margin-left: 20px !important;
}

.mt-25px{
  margin-top: 25px !important;
}

.mr-25px{
  margin-right: 25px !important;
}

.mb-25px{
  margin-bottom: 25px !important;
}

.ml-25px{
  margin-left: 25px !important;
}

.mt-30px{
  margin-top: 30px !important;
}

.mr-30px{
  margin-right: 30px !important;
}

.mb-30px{
  margin-bottom: 30px !important;
}

.ml-30px{
  margin-left: 30px !important;
}

.mt-36px{
  margin-top: 36px !important;
}

.mr-36px{
  margin-right: 36px !important;
}

.mb-36px{
  margin-bottom: 36px !important;
}

.ml-36px{
  margin-left: 36px !important;
}

.mt-50px{
  margin-top: 50px !important;
}

.mr-50px{
  margin-right: 50px !important;
}

.mb-50px{
  margin-bottom: 50px !important;
}

.ml-50px{
  margin-left: 50px !important;
}

.mt-60px{
  margin-top: 60px !important;
}

.mr-60px{
  margin-right: 60px !important;
}

.mb-60px{
  margin-bottom: 60px !important;
}

.ml-60px{
  margin-left: 60px !important;
}

.mt-120px{
  margin-top: 120px !important;
}

.mr-120px{
  margin-right: 120px !important;
}

.mb-120px{
  margin-bottom: 120px !important;
}

.ml-120px{
  margin-left: 120px !important;
}

.-mt-1{
  margin-top: -0.25rem !important;
}

.-mr-1{
  margin-right: -0.25rem !important;
}

.-mb-1{
  margin-bottom: -0.25rem !important;
}

.-ml-1{
  margin-left: -0.25rem !important;
}

.-mt-2{
  margin-top: -0.5rem !important;
}

.-mr-2{
  margin-right: -0.5rem !important;
}

.-mb-2{
  margin-bottom: -0.5rem !important;
}

.-ml-2{
  margin-left: -0.5rem !important;
}

.-mt-3{
  margin-top: -0.75rem !important;
}

.-mr-3{
  margin-right: -0.75rem !important;
}

.-mb-3{
  margin-bottom: -0.75rem !important;
}

.-ml-3{
  margin-left: -0.75rem !important;
}

.-mt-4{
  margin-top: -1rem !important;
}

.-mr-4{
  margin-right: -1rem !important;
}

.-mb-4{
  margin-bottom: -1rem !important;
}

.-ml-4{
  margin-left: -1rem !important;
}

.-mt-5{
  margin-top: -1.25rem !important;
}

.-mr-5{
  margin-right: -1.25rem !important;
}

.-mb-5{
  margin-bottom: -1.25rem !important;
}

.-ml-5{
  margin-left: -1.25rem !important;
}

.-mt-6{
  margin-top: -1.5rem !important;
}

.-mr-6{
  margin-right: -1.5rem !important;
}

.-mb-6{
  margin-bottom: -1.5rem !important;
}

.-ml-6{
  margin-left: -1.5rem !important;
}

.-mt-8{
  margin-top: -2rem !important;
}

.-mr-8{
  margin-right: -2rem !important;
}

.-mb-8{
  margin-bottom: -2rem !important;
}

.-ml-8{
  margin-left: -2rem !important;
}

.-mt-10{
  margin-top: -2.5rem !important;
}

.-mr-10{
  margin-right: -2.5rem !important;
}

.-mb-10{
  margin-bottom: -2.5rem !important;
}

.-ml-10{
  margin-left: -2.5rem !important;
}

.-mt-12{
  margin-top: -3rem !important;
}

.-mr-12{
  margin-right: -3rem !important;
}

.-mb-12{
  margin-bottom: -3rem !important;
}

.-ml-12{
  margin-left: -3rem !important;
}

.-mt-16{
  margin-top: -4rem !important;
}

.-mr-16{
  margin-right: -4rem !important;
}

.-mb-16{
  margin-bottom: -4rem !important;
}

.-ml-16{
  margin-left: -4rem !important;
}

.-mt-20{
  margin-top: -5rem !important;
}

.-mr-20{
  margin-right: -5rem !important;
}

.-mb-20{
  margin-bottom: -5rem !important;
}

.-ml-20{
  margin-left: -5rem !important;
}

.-mt-24{
  margin-top: -6rem !important;
}

.-mr-24{
  margin-right: -6rem !important;
}

.-mb-24{
  margin-bottom: -6rem !important;
}

.-ml-24{
  margin-left: -6rem !important;
}

.-mt-28{
  margin-top: -7rem !important;
}

.-mr-28{
  margin-right: -7rem !important;
}

.-mb-28{
  margin-bottom: -7rem !important;
}

.-ml-28{
  margin-left: -7rem !important;
}

.-mt-32{
  margin-top: -8rem !important;
}

.-mr-32{
  margin-right: -8rem !important;
}

.-mb-32{
  margin-bottom: -8rem !important;
}

.-ml-32{
  margin-left: -8rem !important;
}

.-mt-40{
  margin-top: -10rem !important;
}

.-mr-40{
  margin-right: -10rem !important;
}

.-mb-40{
  margin-bottom: -10rem !important;
}

.-ml-40{
  margin-left: -10rem !important;
}

.-mt-48{
  margin-top: -12rem !important;
}

.-mr-48{
  margin-right: -12rem !important;
}

.-mb-48{
  margin-bottom: -12rem !important;
}

.-ml-48{
  margin-left: -12rem !important;
}

.-mt-56{
  margin-top: -14rem !important;
}

.-mr-56{
  margin-right: -14rem !important;
}

.-mb-56{
  margin-bottom: -14rem !important;
}

.-ml-56{
  margin-left: -14rem !important;
}

.-mt-64{
  margin-top: -16rem !important;
}

.-mr-64{
  margin-right: -16rem !important;
}

.-mb-64{
  margin-bottom: -16rem !important;
}

.-ml-64{
  margin-left: -16rem !important;
}

.-mt-px{
  margin-top: -1px !important;
}

.-mr-px{
  margin-right: -1px !important;
}

.-mb-px{
  margin-bottom: -1px !important;
}

.-ml-px{
  margin-left: -1px !important;
}

.-mt-2px{
  margin-top: -2px !important;
}

.-mr-2px{
  margin-right: -2px !important;
}

.-mb-2px{
  margin-bottom: -2px !important;
}

.-ml-2px{
  margin-left: -2px !important;
}

.-mt-3px{
  margin-top: -3px !important;
}

.-mr-3px{
  margin-right: -3px !important;
}

.-mb-3px{
  margin-bottom: -3px !important;
}

.-ml-3px{
  margin-left: -3px !important;
}

.-mt-5px{
  margin-top: -5px !important;
}

.-mr-5px{
  margin-right: -5px !important;
}

.-mb-5px{
  margin-bottom: -5px !important;
}

.-ml-5px{
  margin-left: -5px !important;
}

.-mt-10px{
  margin-top: -10px !important;
}

.-mr-10px{
  margin-right: -10px !important;
}

.-mb-10px{
  margin-bottom: -10px !important;
}

.-ml-10px{
  margin-left: -10px !important;
}

.-mt-15px{
  margin-top: -15px !important;
}

.-mr-15px{
  margin-right: -15px !important;
}

.-mb-15px{
  margin-bottom: -15px !important;
}

.-ml-15px{
  margin-left: -15px !important;
}

.-mt-20px{
  margin-top: -20px !important;
}

.-mr-20px{
  margin-right: -20px !important;
}

.-mb-20px{
  margin-bottom: -20px !important;
}

.-ml-20px{
  margin-left: -20px !important;
}

.-mt-25px{
  margin-top: -25px !important;
}

.-mr-25px{
  margin-right: -25px !important;
}

.-mb-25px{
  margin-bottom: -25px !important;
}

.-ml-25px{
  margin-left: -25px !important;
}

.-mt-30px{
  margin-top: -30px !important;
}

.-mr-30px{
  margin-right: -30px !important;
}

.-mb-30px{
  margin-bottom: -30px !important;
}

.-ml-30px{
  margin-left: -30px !important;
}

.-mt-36px{
  margin-top: -36px !important;
}

.-mr-36px{
  margin-right: -36px !important;
}

.-mb-36px{
  margin-bottom: -36px !important;
}

.-ml-36px{
  margin-left: -36px !important;
}

.-mt-50px{
  margin-top: -50px !important;
}

.-mr-50px{
  margin-right: -50px !important;
}

.-mb-50px{
  margin-bottom: -50px !important;
}

.-ml-50px{
  margin-left: -50px !important;
}

.-mt-60px{
  margin-top: -60px !important;
}

.-mr-60px{
  margin-right: -60px !important;
}

.-mb-60px{
  margin-bottom: -60px !important;
}

.-ml-60px{
  margin-left: -60px !important;
}

.-mt-120px{
  margin-top: -120px !important;
}

.-mr-120px{
  margin-right: -120px !important;
}

.-mb-120px{
  margin-bottom: -120px !important;
}

.-ml-120px{
  margin-left: -120px !important;
}

.max-h-full{
  max-height: 100% !important;
}

.max-h-screen{
  max-height: 100vh !important;
}

.max-h-3\/4{
  max-height: 75% !important;
}

.max-w-250{
  max-width: 250px !important;
}

.max-w-440{
  max-width: 440px !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-full{
  max-width: 100% !important;
}

.max-w-screen-sm{
  max-width: 560px !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-xxs{
  max-width: 320px !important;
}

.max-w-screen-xs{
  max-width: 360px !important;
}

.max-w-screen-xxl{
  max-width: 1920px !important;
}

.min-h-0{
  min-height: 0 !important;
}

.min-h-full{
  min-height: 100% !important;
}

.min-h-screen{
  min-height: 100vh !important;
}

.min-w-0{
  min-width: 0 !important;
}

.min-w-full{
  min-width: 100% !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;
}

.opacity-0{
  opacity: 0 !important;
}

.opacity-25{
  opacity: 0.25 !important;
}

.opacity-50{
  opacity: 0.5 !important;
}

.opacity-75{
  opacity: 0.75 !important;
}

.opacity-100{
  opacity: 1 !important;
}

.hover\:opacity-0:hover{
  opacity: 0 !important;
}

.hover\:opacity-25:hover{
  opacity: 0.25 !important;
}

.hover\:opacity-50:hover{
  opacity: 0.5 !important;
}

.hover\:opacity-75:hover{
  opacity: 0.75 !important;
}

.hover\:opacity-100:hover{
  opacity: 1 !important;
}

.focus\:opacity-0:focus{
  opacity: 0 !important;
}

.focus\:opacity-25:focus{
  opacity: 0.25 !important;
}

.focus\:opacity-50:focus{
  opacity: 0.5 !important;
}

.focus\:opacity-75:focus{
  opacity: 0.75 !important;
}

.focus\:opacity-100:focus{
  opacity: 1 !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\: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;
}

.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;
}

.scrolling-touch{
  -webkit-overflow-scrolling: touch !important;
}

.scrolling-auto{
  -webkit-overflow-scrolling: auto !important;
}

.overscroll-auto{
  -ms-scroll-chaining: chained !important;
  overscroll-behavior: auto !important;
}

.overscroll-contain{
  -ms-scroll-chaining: none !important;
  overscroll-behavior: contain !important;
}

.overscroll-none{
  -ms-scroll-chaining: none !important;
  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;
}

.p-0{
  padding: 0 !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-8{
  padding: 2rem !important;
}

.p-10{
  padding: 2.5rem !important;
}

.p-12{
  padding: 3rem !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-40{
  padding: 10rem !important;
}

.p-48{
  padding: 12rem !important;
}

.p-56{
  padding: 14rem !important;
}

.p-64{
  padding: 16rem !important;
}

.p-px{
  padding: 1px !important;
}

.p-2px{
  padding: 2px !important;
}

.p-3px{
  padding: 3px !important;
}

.p-5px{
  padding: 5px !important;
}

.p-10px{
  padding: 10px !important;
}

.p-15px{
  padding: 15px !important;
}

.p-20px{
  padding: 20px !important;
}

.p-25px{
  padding: 25px !important;
}

.p-30px{
  padding: 30px !important;
}

.p-36px{
  padding: 36px !important;
}

.p-50px{
  padding: 50px !important;
}

.p-60px{
  padding: 60px !important;
}

.p-120px{
  padding: 120px !important;
}

.py-0{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-0{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-1{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-3{
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.px-3{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.px-5{
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.py-6{
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.px-6{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-8{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py-10{
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.px-10{
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.py-12{
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.px-12{
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py-20{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py-24{
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-24{
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.py-28{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.px-28{
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.px-32{
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.py-40{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.px-40{
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.py-48{
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.px-48{
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-56{
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.px-56{
  padding-left: 14rem !important;
  padding-right: 14rem !important;
}

.py-64{
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.px-64{
  padding-left: 16rem !important;
  padding-right: 16rem !important;
}

.py-px{
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.px-px{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.py-2px{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.px-2px{
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.py-3px{
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.px-3px{
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.py-5px{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-5px{
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.py-10px{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-10px{
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-15px{
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-15px{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-20px{
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-20px{
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-25px{
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-25px{
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.py-30px{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-30px{
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-36px{
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.px-36px{
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.py-50px{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-50px{
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-60px{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-60px{
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py-120px{
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.px-120px{
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.pt-0{
  padding-top: 0 !important;
}

.pr-0{
  padding-right: 0 !important;
}

.pb-0{
  padding-bottom: 0 !important;
}

.pl-0{
  padding-left: 0 !important;
}

.pt-1{
  padding-top: 0.25rem !important;
}

.pr-1{
  padding-right: 0.25rem !important;
}

.pb-1{
  padding-bottom: 0.25rem !important;
}

.pl-1{
  padding-left: 0.25rem !important;
}

.pt-2{
  padding-top: 0.5rem !important;
}

.pr-2{
  padding-right: 0.5rem !important;
}

.pb-2{
  padding-bottom: 0.5rem !important;
}

.pl-2{
  padding-left: 0.5rem !important;
}

.pt-3{
  padding-top: 0.75rem !important;
}

.pr-3{
  padding-right: 0.75rem !important;
}

.pb-3{
  padding-bottom: 0.75rem !important;
}

.pl-3{
  padding-left: 0.75rem !important;
}

.pt-4{
  padding-top: 1rem !important;
}

.pr-4{
  padding-right: 1rem !important;
}

.pb-4{
  padding-bottom: 1rem !important;
}

.pl-4{
  padding-left: 1rem !important;
}

.pt-5{
  padding-top: 1.25rem !important;
}

.pr-5{
  padding-right: 1.25rem !important;
}

.pb-5{
  padding-bottom: 1.25rem !important;
}

.pl-5{
  padding-left: 1.25rem !important;
}

.pt-6{
  padding-top: 1.5rem !important;
}

.pr-6{
  padding-right: 1.5rem !important;
}

.pb-6{
  padding-bottom: 1.5rem !important;
}

.pl-6{
  padding-left: 1.5rem !important;
}

.pt-8{
  padding-top: 2rem !important;
}

.pr-8{
  padding-right: 2rem !important;
}

.pb-8{
  padding-bottom: 2rem !important;
}

.pl-8{
  padding-left: 2rem !important;
}

.pt-10{
  padding-top: 2.5rem !important;
}

.pr-10{
  padding-right: 2.5rem !important;
}

.pb-10{
  padding-bottom: 2.5rem !important;
}

.pl-10{
  padding-left: 2.5rem !important;
}

.pt-12{
  padding-top: 3rem !important;
}

.pr-12{
  padding-right: 3rem !important;
}

.pb-12{
  padding-bottom: 3rem !important;
}

.pl-12{
  padding-left: 3rem !important;
}

.pt-16{
  padding-top: 4rem !important;
}

.pr-16{
  padding-right: 4rem !important;
}

.pb-16{
  padding-bottom: 4rem !important;
}

.pl-16{
  padding-left: 4rem !important;
}

.pt-20{
  padding-top: 5rem !important;
}

.pr-20{
  padding-right: 5rem !important;
}

.pb-20{
  padding-bottom: 5rem !important;
}

.pl-20{
  padding-left: 5rem !important;
}

.pt-24{
  padding-top: 6rem !important;
}

.pr-24{
  padding-right: 6rem !important;
}

.pb-24{
  padding-bottom: 6rem !important;
}

.pl-24{
  padding-left: 6rem !important;
}

.pt-28{
  padding-top: 7rem !important;
}

.pr-28{
  padding-right: 7rem !important;
}

.pb-28{
  padding-bottom: 7rem !important;
}

.pl-28{
  padding-left: 7rem !important;
}

.pt-32{
  padding-top: 8rem !important;
}

.pr-32{
  padding-right: 8rem !important;
}

.pb-32{
  padding-bottom: 8rem !important;
}

.pl-32{
  padding-left: 8rem !important;
}

.pt-40{
  padding-top: 10rem !important;
}

.pr-40{
  padding-right: 10rem !important;
}

.pb-40{
  padding-bottom: 10rem !important;
}

.pl-40{
  padding-left: 10rem !important;
}

.pt-48{
  padding-top: 12rem !important;
}

.pr-48{
  padding-right: 12rem !important;
}

.pb-48{
  padding-bottom: 12rem !important;
}

.pl-48{
  padding-left: 12rem !important;
}

.pt-56{
  padding-top: 14rem !important;
}

.pr-56{
  padding-right: 14rem !important;
}

.pb-56{
  padding-bottom: 14rem !important;
}

.pl-56{
  padding-left: 14rem !important;
}

.pt-64{
  padding-top: 16rem !important;
}

.pr-64{
  padding-right: 16rem !important;
}

.pb-64{
  padding-bottom: 16rem !important;
}

.pl-64{
  padding-left: 16rem !important;
}

.pt-px{
  padding-top: 1px !important;
}

.pr-px{
  padding-right: 1px !important;
}

.pb-px{
  padding-bottom: 1px !important;
}

.pl-px{
  padding-left: 1px !important;
}

.pt-2px{
  padding-top: 2px !important;
}

.pr-2px{
  padding-right: 2px !important;
}

.pb-2px{
  padding-bottom: 2px !important;
}

.pl-2px{
  padding-left: 2px !important;
}

.pt-3px{
  padding-top: 3px !important;
}

.pr-3px{
  padding-right: 3px !important;
}

.pb-3px{
  padding-bottom: 3px !important;
}

.pl-3px{
  padding-left: 3px !important;
}

.pt-5px{
  padding-top: 5px !important;
}

.pr-5px{
  padding-right: 5px !important;
}

.pb-5px{
  padding-bottom: 5px !important;
}

.pl-5px{
  padding-left: 5px !important;
}

.pt-10px{
  padding-top: 10px !important;
}

.pr-10px{
  padding-right: 10px !important;
}

.pb-10px{
  padding-bottom: 10px !important;
}

.pl-10px{
  padding-left: 10px !important;
}

.pt-15px{
  padding-top: 15px !important;
}

.pr-15px{
  padding-right: 15px !important;
}

.pb-15px{
  padding-bottom: 15px !important;
}

.pl-15px{
  padding-left: 15px !important;
}

.pt-20px{
  padding-top: 20px !important;
}

.pr-20px{
  padding-right: 20px !important;
}

.pb-20px{
  padding-bottom: 20px !important;
}

.pl-20px{
  padding-left: 20px !important;
}

.pt-25px{
  padding-top: 25px !important;
}

.pr-25px{
  padding-right: 25px !important;
}

.pb-25px{
  padding-bottom: 25px !important;
}

.pl-25px{
  padding-left: 25px !important;
}

.pt-30px{
  padding-top: 30px !important;
}

.pr-30px{
  padding-right: 30px !important;
}

.pb-30px{
  padding-bottom: 30px !important;
}

.pl-30px{
  padding-left: 30px !important;
}

.pt-36px{
  padding-top: 36px !important;
}

.pr-36px{
  padding-right: 36px !important;
}

.pb-36px{
  padding-bottom: 36px !important;
}

.pl-36px{
  padding-left: 36px !important;
}

.pt-50px{
  padding-top: 50px !important;
}

.pr-50px{
  padding-right: 50px !important;
}

.pb-50px{
  padding-bottom: 50px !important;
}

.pl-50px{
  padding-left: 50px !important;
}

.pt-60px{
  padding-top: 60px !important;
}

.pr-60px{
  padding-right: 60px !important;
}

.pb-60px{
  padding-bottom: 60px !important;
}

.pl-60px{
  padding-left: 60px !important;
}

.pt-120px{
  padding-top: 120px !important;
}

.pr-120px{
  padding-right: 120px !important;
}

.pb-120px{
  padding-bottom: 120px !important;
}

.pl-120px{
  padding-left: 120px !important;
}

.placeholder-transparent::-webkit-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-moz-placeholder{
  color: transparent !important;
}

.placeholder-transparent:-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::-ms-input-placeholder{
  color: transparent !important;
}

.placeholder-transparent::placeholder{
  color: transparent !important;
}

.placeholder-current::-webkit-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::-moz-placeholder{
  color: currentColor !important;
}

.placeholder-current:-ms-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::-ms-input-placeholder{
  color: currentColor !important;
}

.placeholder-current::placeholder{
  color: currentColor !important;
}

.placeholder-black::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.placeholder-white::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-white::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-gray-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.placeholder-red::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.placeholder-red::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.placeholder-red:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.placeholder-red::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.placeholder-red::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-orange-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-yellow-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-green-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-teal-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-blue-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-indigo-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-purple-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-100::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-200::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-300::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-400::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-500::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-600::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-700::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-800::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-pink-900::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.placeholder-primary-color::-webkit-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-primary-color::-moz-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-primary-color:-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-primary-color::-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-primary-color::placeholder{
  color: var(--primary-color) !important;
}

.placeholder-primary-hover-color::-webkit-input-placeholder{
  color: var(--hover-color) !important;
}

.placeholder-primary-hover-color::-moz-placeholder{
  color: var(--hover-color) !important;
}

.placeholder-primary-hover-color:-ms-input-placeholder{
  color: var(--hover-color) !important;
}

.placeholder-primary-hover-color::-ms-input-placeholder{
  color: var(--hover-color) !important;
}

.placeholder-primary-hover-color::placeholder{
  color: var(--hover-color) !important;
}

.placeholder-gray-body::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-gray-body::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-gray-body:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-gray-body::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-gray-body::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.placeholder-gray-333::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.placeholder-gray-333::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.placeholder-gray-333:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.placeholder-gray-333::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.placeholder-gray-333::placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.placeholder-gray-666::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-666::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-666:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-666::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-666::placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.placeholder-gray-888::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.placeholder-gray-888::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.placeholder-gray-888:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.placeholder-gray-888::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.placeholder-gray-888::placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.placeholder-gray-999::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.placeholder-gray-999::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.placeholder-gray-999:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.placeholder-gray-999::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.placeholder-gray-999::placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.placeholder-gray-icon::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.placeholder-gray-icon::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.placeholder-gray-icon:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.placeholder-gray-icon::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.placeholder-gray-icon::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.placeholder-gray-features::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-gray-features::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-gray-features:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-gray-features::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-gray-features::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.placeholder-slide-border::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.placeholder-slide-border::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.placeholder-slide-border:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.placeholder-slide-border::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.placeholder-slide-border::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.placeholder-sale-color::-webkit-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-sale-color::-moz-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-sale-color:-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-sale-color::-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.placeholder-sale-color::placeholder{
  color: var(--primary-color) !important;
}

.placeholder-hit-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.placeholder-hit-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.placeholder-hit-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.placeholder-hit-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.placeholder-hit-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.placeholder-new-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.placeholder-new-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.placeholder-new-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.placeholder-new-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.placeholder-new-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.placeholder-fb-hover-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.placeholder-fb-hover-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.placeholder-fb-hover-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.placeholder-fb-hover-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.placeholder-fb-hover-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.placeholder-fb-active-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.placeholder-fb-active-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.placeholder-fb-active-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.placeholder-fb-active-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.placeholder-fb-active-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.placeholder-vk-hover-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.placeholder-vk-hover-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.placeholder-vk-hover-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.placeholder-vk-hover-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.placeholder-vk-hover-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.placeholder-vk-active-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.placeholder-vk-active-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.placeholder-vk-active-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.placeholder-vk-active-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.placeholder-vk-active-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.placeholder-insta-hover-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.placeholder-insta-hover-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.placeholder-insta-hover-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.placeholder-insta-hover-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.placeholder-insta-hover-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.placeholder-insta-active-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.placeholder-insta-active-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.placeholder-insta-active-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.placeholder-insta-active-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.placeholder-insta-active-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.placeholder-gray-dc::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.placeholder-gray-dc::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.placeholder-gray-dc:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.placeholder-gray-dc::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.placeholder-gray-dc::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.placeholder-gray-cd::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.placeholder-gray-cd::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.placeholder-gray-cd:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.placeholder-gray-cd::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.placeholder-gray-cd::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.placeholder-gray-e7::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.placeholder-gray-e7::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.placeholder-gray-e7:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.placeholder-gray-e7::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.placeholder-gray-e7::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.placeholder-check-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.placeholder-check-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.placeholder-check-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.placeholder-check-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.placeholder-check-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.placeholder-docx-color::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.placeholder-docx-color::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.placeholder-docx-color:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.placeholder-docx-color::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.placeholder-docx-color::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.placeholder-dark-black::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.placeholder-dark-black::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.placeholder-dark-black:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.placeholder-dark-black::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.placeholder-dark-black::placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.placeholder-green-light:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.placeholder-green-light::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-transparent:focus::-webkit-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-moz-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder{
  color: transparent !important;
}

.focus\:placeholder-transparent:focus::placeholder{
  color: transparent !important;
}

.focus\:placeholder-current:focus::-webkit-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::-moz-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus:-ms-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::-ms-input-placeholder{
  color: currentColor !important;
}

.focus\:placeholder-current:focus::placeholder{
  color: currentColor !important;
}

.focus\:placeholder-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-white:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-red:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-orange-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-yellow-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-teal-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-blue-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-indigo-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-purple-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-200:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-300:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-400:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-500:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-600:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-700:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-800:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-pink-900:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-primary-color:focus::-moz-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-primary-color:focus:-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-primary-color:focus::-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-primary-color:focus::placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
  color: var(--hover-color) !important;
}

.focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
  color: var(--hover-color) !important;
}

.focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
  color: var(--hover-color) !important;
}

.focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
  color: var(--hover-color) !important;
}

.focus\:placeholder-primary-hover-color:focus::placeholder{
  color: var(--hover-color) !important;
}

.focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-body:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-body:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-body:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-body:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-333:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-333:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-333:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-333:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-666:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-666:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-666:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-666:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-888:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-888:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-888:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-888:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-999:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-999:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-999:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-999:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-icon:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-icon:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-features:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-features:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-features:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-features:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-slide-border:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-slide-border:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-slide-border:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-slide-border:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-sale-color:focus::-moz-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-sale-color:focus:-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-sale-color:focus::-ms-input-placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-sale-color:focus::placeholder{
  color: var(--primary-color) !important;
}

.focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-hit-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-hit-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-hit-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-hit-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-new-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-new-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-new-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-new-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-new-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-hover-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-active-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-fb-active-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-hover-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-active-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-vk-active-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-hover-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-active-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-insta-active-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dc:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-dc:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-cd:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-cd:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e7:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-gray-e7:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-check-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-check-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-check-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-check-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-check-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-docx-color:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-docx-color:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-docx-color:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-docx-color:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-black:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-black:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-black:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-dark-black:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.focus\:placeholder-green-light:focus::placeholder{
  --placeholder-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
}

.placeholder-opacity-0::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-0::placeholder{
  --placeholder-opacity: 0 !important;
}

.placeholder-opacity-25::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-25::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.placeholder-opacity-50::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-50::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.placeholder-opacity-75::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-75::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.placeholder-opacity-100::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.placeholder-opacity-100::placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-moz-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-0:focus::placeholder{
  --placeholder-opacity: 0 !important;
}

.focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-moz-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-25:focus::placeholder{
  --placeholder-opacity: 0.25 !important;
}

.focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-moz-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-50:focus::placeholder{
  --placeholder-opacity: 0.5 !important;
}

.focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-moz-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-75:focus::placeholder{
  --placeholder-opacity: 0.75 !important;
}

.focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-moz-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
  --placeholder-opacity: 1 !important;
}

.focus\:placeholder-opacity-100:focus::placeholder{
  --placeholder-opacity: 1 !important;
}

.pointer-events-none{
  pointer-events: none !important;
}

.pointer-events-auto{
  pointer-events: auto !important;
}

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: sticky !important;
}

.inset-0{
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.inset-auto{
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
}

.inset-1\/2{
  top: 50% !important;
  right: 50% !important;
  bottom: 50% !important;
  left: 50% !important;
}

.inset-100\%{
  top: 100% !important;
  right: 100% !important;
  bottom: 100% !important;
  left: 100% !important;
}

.inset-px{
  top: 1px !important;
  right: 1px !important;
  bottom: 1px !important;
  left: 1px !important;
}

.inset-2px{
  top: 2px !important;
  right: 2px !important;
  bottom: 2px !important;
  left: 2px !important;
}

.inset-4px{
  top: 4px !important;
  right: 4px !important;
  bottom: 4px !important;
  left: 4px !important;
}

.inset-10px{
  top: 10px !important;
  right: 10px !important;
  bottom: 10px !important;
  left: 10px !important;
}

.inset-y-0{
  top: 0 !important;
  bottom: 0 !important;
}

.inset-x-0{
  right: 0 !important;
  left: 0 !important;
}

.inset-y-auto{
  top: auto !important;
  bottom: auto !important;
}

.inset-x-auto{
  right: auto !important;
  left: auto !important;
}

.inset-y-1\/2{
  top: 50% !important;
  bottom: 50% !important;
}

.inset-x-1\/2{
  right: 50% !important;
  left: 50% !important;
}

.inset-y-100\%{
  top: 100% !important;
  bottom: 100% !important;
}

.inset-x-100\%{
  right: 100% !important;
  left: 100% !important;
}

.inset-y-px{
  top: 1px !important;
  bottom: 1px !important;
}

.inset-x-px{
  right: 1px !important;
  left: 1px !important;
}

.inset-y-2px{
  top: 2px !important;
  bottom: 2px !important;
}

.inset-x-2px{
  right: 2px !important;
  left: 2px !important;
}

.inset-y-4px{
  top: 4px !important;
  bottom: 4px !important;
}

.inset-x-4px{
  right: 4px !important;
  left: 4px !important;
}

.inset-y-10px{
  top: 10px !important;
  bottom: 10px !important;
}

.inset-x-10px{
  right: 10px !important;
  left: 10px !important;
}

.top-0{
  top: 0 !important;
}

.right-0{
  right: 0 !important;
}

.bottom-0{
  bottom: 0 !important;
}

.left-0{
  left: 0 !important;
}

.top-auto{
  top: auto !important;
}

.right-auto{
  right: auto !important;
}

.bottom-auto{
  bottom: auto !important;
}

.left-auto{
  left: auto !important;
}

.top-1\/2{
  top: 50% !important;
}

.right-1\/2{
  right: 50% !important;
}

.bottom-1\/2{
  bottom: 50% !important;
}

.left-1\/2{
  left: 50% !important;
}

.top-100\%{
  top: 100% !important;
}

.right-100\%{
  right: 100% !important;
}

.bottom-100\%{
  bottom: 100% !important;
}

.left-100\%{
  left: 100% !important;
}

.top-px{
  top: 1px !important;
}

.right-px{
  right: 1px !important;
}

.bottom-px{
  bottom: 1px !important;
}

.left-px{
  left: 1px !important;
}

.top-2px{
  top: 2px !important;
}

.right-2px{
  right: 2px !important;
}

.bottom-2px{
  bottom: 2px !important;
}

.left-2px{
  left: 2px !important;
}

.top-4px{
  top: 4px !important;
}

.right-4px{
  right: 4px !important;
}

.bottom-4px{
  bottom: 4px !important;
}

.left-4px{
  left: 4px !important;
}

.top-10px{
  top: 10px !important;
}

.right-10px{
  right: 10px !important;
}

.bottom-10px{
  bottom: 10px !important;
}

.left-10px{
  left: 10px !important;
}

.resize-none{
  resize: none !important;
}

.resize-y{
  resize: vertical !important;
}

.resize-x{
  resize: horizontal !important;
}

.resize{
  resize: both !important;
}

.shadow-xs{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.shadow-inner{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-outline{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.shadow-none{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.shadow-btn-hover{
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
}

.shadow-hover{
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
}

.shadow-filter{
  -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
}

.shadow-menu{
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.hover\:shadow-xs:hover{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-sm:hover{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow:hover{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-md:hover{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-lg:hover{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hover\:shadow-xl:hover{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hover\:shadow-2xl:hover{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-inner:hover{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.hover\:shadow-outline:hover{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.hover\:shadow-none:hover{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.hover\:shadow-btn-hover:hover{
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
}

.hover\:shadow-hover:hover{
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
}

.hover\:shadow-filter:hover{
  -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
}

.hover\:shadow-menu:hover{
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.focus\:shadow-xs:focus{
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-sm:focus{
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow:focus{
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-md:focus{
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-lg:focus{
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.focus\:shadow-xl:focus{
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.focus\:shadow-2xl:focus{
  -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-inner:focus{
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
}

.focus\:shadow-outline:focus{
  -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
}

.focus\:shadow-none:focus{
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.focus\:shadow-btn-hover:focus{
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
}

.focus\:shadow-hover:focus{
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
}

.focus\:shadow-filter:focus{
  -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
}

.focus\:shadow-menu:focus{
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.fill-current{
  fill: currentColor !important;
}

.fill-primary-color{
  fill: var(--primary-color) !important;
}

.fill-primary-hover-color{
  fill: var(--hover-color) !important;
}

.fill-ordinary{
  fill: #333333 !important;
}

.fill-no-active{
  fill: #888888 !important;
}

.fill-white{
  fill: #ffffff !important;
}

.stroke-current{
  stroke: currentColor !important;
}

.stroke-primary-color{
  stroke: var(--primary-color) !important;
}

.stroke-primary-hover-color{
  stroke: var(--hover-color) !important;
}

.stroke-0{
  stroke-width: 0 !important;
}

.stroke-1{
  stroke-width: 1 !important;
}

.stroke-2{
  stroke-width: 2 !important;
}

.stroke-12{
  stroke-width: 12 !important;
}

.stroke-20{
  stroke-width: 20 !important;
}

.table-auto{
  table-layout: auto !important;
}

.table-fixed{
  table-layout: fixed !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;
}

.text-transparent{
  color: transparent !important;
}

.text-current{
  color: currentColor !important;
}

.text-black{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.text-white{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.text-gray-100{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.text-gray-200{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.text-gray-300{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.text-gray-400{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.text-gray-500{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.text-gray-600{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.text-gray-700{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.text-gray-800{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.text-gray-900{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.text-red{
  --text-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--text-opacity)) !important;
}

.text-orange-100{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.text-orange-200{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.text-orange-300{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.text-orange-400{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.text-orange-500{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.text-orange-600{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.text-orange-700{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.text-orange-800{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.text-orange-900{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.text-yellow-100{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.text-yellow-200{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.text-yellow-300{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.text-yellow-400{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.text-yellow-500{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.text-yellow-600{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.text-yellow-700{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.text-yellow-800{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.text-yellow-900{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.text-green-100{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.text-green-200{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.text-green-300{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.text-green-400{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.text-green-500{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.text-green-600{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.text-green-700{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.text-green-800{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.text-green-900{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.text-teal-100{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.text-teal-200{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.text-teal-300{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.text-teal-400{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.text-teal-500{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.text-teal-600{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.text-teal-700{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.text-teal-800{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.text-teal-900{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.text-blue-100{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.text-blue-200{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.text-blue-300{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.text-blue-400{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.text-blue-500{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.text-blue-600{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.text-blue-700{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.text-blue-800{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.text-blue-900{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.text-indigo-100{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.text-indigo-200{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.text-indigo-300{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.text-indigo-400{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.text-indigo-500{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.text-indigo-600{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.text-indigo-700{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.text-indigo-800{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.text-indigo-900{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.text-purple-100{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.text-purple-200{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.text-purple-300{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.text-purple-400{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.text-purple-500{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.text-purple-600{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.text-purple-700{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.text-purple-800{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.text-purple-900{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.text-pink-100{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.text-pink-200{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.text-pink-300{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.text-pink-400{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.text-pink-500{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.text-pink-600{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.text-pink-700{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.text-pink-800{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.text-pink-900{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.text-primary-color{
  color: var(--primary-color) !important;
}

.text-primary-hover-color{
  color: var(--hover-color) !important;
}

.text-gray-body{
  --text-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.text-gray-light{
  --text-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.text-gray-333{
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.text-gray-666{
  --text-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--text-opacity)) !important;
}

.text-gray-888{
  --text-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--text-opacity)) !important;
}

.text-gray-999{
  --text-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--text-opacity)) !important;
}

.text-gray-icon{
  --text-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--text-opacity)) !important;
}

.text-gray-features{
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.text-slide-border{
  --text-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--text-opacity)) !important;
}

.text-sale-color{
  color: var(--primary-color) !important;
}

.text-hit-color{
  --text-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--text-opacity)) !important;
}

.text-new-color{
  --text-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--text-opacity)) !important;
}

.text-fb-hover-color{
  --text-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--text-opacity)) !important;
}

.text-fb-active-color{
  --text-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--text-opacity)) !important;
}

.text-vk-hover-color{
  --text-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--text-opacity)) !important;
}

.text-vk-active-color{
  --text-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--text-opacity)) !important;
}

.text-insta-hover-color{
  --text-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--text-opacity)) !important;
}

.text-insta-active-color{
  --text-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--text-opacity)) !important;
}

.text-gray-dc{
  --text-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--text-opacity)) !important;
}

.text-gray-cd{
  --text-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--text-opacity)) !important;
}

.text-gray-e7{
  --text-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--text-opacity)) !important;
}

.text-check-color{
  --text-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--text-opacity)) !important;
}

.text-docx-color{
  --text-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--text-opacity)) !important;
}

.text-dark-black{
  --text-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--text-opacity)) !important;
}

.text-green-light{
  --text-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--text-opacity)) !important;
}

.hover\:text-transparent:hover{
  color: transparent !important;
}

.hover\:text-current:hover{
  color: currentColor !important;
}

.hover\:text-black:hover{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.hover\:text-white:hover{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.hover\:text-gray-100:hover{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.hover\:text-gray-200:hover{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.hover\:text-gray-300:hover{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.hover\:text-gray-400:hover{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.hover\:text-gray-500:hover{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.hover\:text-gray-600:hover{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.hover\:text-gray-700:hover{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.hover\:text-gray-800:hover{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.hover\:text-gray-900:hover{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.hover\:text-red:hover{
  --text-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--text-opacity)) !important;
}

.hover\:text-orange-100:hover{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.hover\:text-orange-200:hover{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.hover\:text-orange-300:hover{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.hover\:text-orange-400:hover{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.hover\:text-orange-500:hover{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.hover\:text-orange-600:hover{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.hover\:text-orange-700:hover{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.hover\:text-orange-800:hover{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.hover\:text-orange-900:hover{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.hover\:text-yellow-100:hover{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.hover\:text-yellow-200:hover{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.hover\:text-yellow-300:hover{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.hover\:text-yellow-400:hover{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.hover\:text-yellow-500:hover{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.hover\:text-yellow-600:hover{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.hover\:text-yellow-700:hover{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.hover\:text-yellow-800:hover{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.hover\:text-yellow-900:hover{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.hover\:text-green-100:hover{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.hover\:text-green-200:hover{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.hover\:text-green-300:hover{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.hover\:text-green-400:hover{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.hover\:text-green-500:hover{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.hover\:text-green-600:hover{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.hover\:text-green-700:hover{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.hover\:text-green-800:hover{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.hover\:text-green-900:hover{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.hover\:text-teal-100:hover{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.hover\:text-teal-200:hover{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.hover\:text-teal-300:hover{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.hover\:text-teal-400:hover{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.hover\:text-teal-500:hover{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.hover\:text-teal-600:hover{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.hover\:text-teal-700:hover{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.hover\:text-teal-800:hover{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.hover\:text-teal-900:hover{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.hover\:text-blue-100:hover{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.hover\:text-blue-200:hover{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.hover\:text-blue-300:hover{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.hover\:text-blue-400:hover{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.hover\:text-blue-500:hover{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.hover\:text-blue-600:hover{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.hover\:text-blue-700:hover{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.hover\:text-blue-800:hover{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.hover\:text-blue-900:hover{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.hover\:text-indigo-100:hover{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.hover\:text-indigo-200:hover{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.hover\:text-indigo-300:hover{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.hover\:text-indigo-400:hover{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.hover\:text-indigo-500:hover{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.hover\:text-indigo-600:hover{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.hover\:text-indigo-700:hover{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.hover\:text-indigo-800:hover{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.hover\:text-indigo-900:hover{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.hover\:text-purple-100:hover{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.hover\:text-purple-200:hover{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.hover\:text-purple-300:hover{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.hover\:text-purple-400:hover{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.hover\:text-purple-500:hover{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.hover\:text-purple-600:hover{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.hover\:text-purple-700:hover{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.hover\:text-purple-800:hover{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.hover\:text-purple-900:hover{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.hover\:text-pink-100:hover{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.hover\:text-pink-200:hover{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.hover\:text-pink-300:hover{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.hover\:text-pink-400:hover{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.hover\:text-pink-500:hover{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.hover\:text-pink-600:hover{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.hover\:text-pink-700:hover{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.hover\:text-pink-800:hover{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.hover\:text-pink-900:hover{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.hover\:text-primary-color:hover{
  color: var(--primary-color) !important;
}

.hover\:text-primary-hover-color:hover{
  color: var(--hover-color) !important;
}

.hover\:text-gray-body:hover{
  --text-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.hover\:text-gray-light:hover{
  --text-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.hover\:text-gray-333:hover{
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.hover\:text-gray-666:hover{
  --text-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--text-opacity)) !important;
}

.hover\:text-gray-888:hover{
  --text-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--text-opacity)) !important;
}

.hover\:text-gray-999:hover{
  --text-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--text-opacity)) !important;
}

.hover\:text-gray-icon:hover{
  --text-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--text-opacity)) !important;
}

.hover\:text-gray-features:hover{
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.hover\:text-slide-border:hover{
  --text-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--text-opacity)) !important;
}

.hover\:text-sale-color:hover{
  color: var(--primary-color) !important;
}

.hover\:text-hit-color:hover{
  --text-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--text-opacity)) !important;
}

.hover\:text-new-color:hover{
  --text-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--text-opacity)) !important;
}

.hover\:text-fb-hover-color:hover{
  --text-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--text-opacity)) !important;
}

.hover\:text-fb-active-color:hover{
  --text-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--text-opacity)) !important;
}

.hover\:text-vk-hover-color:hover{
  --text-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--text-opacity)) !important;
}

.hover\:text-vk-active-color:hover{
  --text-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--text-opacity)) !important;
}

.hover\:text-insta-hover-color:hover{
  --text-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--text-opacity)) !important;
}

.hover\:text-insta-active-color:hover{
  --text-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--text-opacity)) !important;
}

.hover\:text-gray-dc:hover{
  --text-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--text-opacity)) !important;
}

.hover\:text-gray-cd:hover{
  --text-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--text-opacity)) !important;
}

.hover\:text-gray-e7:hover{
  --text-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--text-opacity)) !important;
}

.hover\:text-check-color:hover{
  --text-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--text-opacity)) !important;
}

.hover\:text-docx-color:hover{
  --text-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--text-opacity)) !important;
}

.hover\:text-dark-black:hover{
  --text-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--text-opacity)) !important;
}

.hover\:text-green-light:hover{
  --text-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--text-opacity)) !important;
}

.focus\:text-transparent:focus{
  color: transparent !important;
}

.focus\:text-current:focus{
  color: currentColor !important;
}

.focus\:text-black:focus{
  --text-opacity: 1 !important;
  color: #000 !important;
  color: rgba(0, 0, 0, var(--text-opacity)) !important;
}

.focus\:text-white:focus{
  --text-opacity: 1 !important;
  color: #fff !important;
  color: rgba(255, 255, 255, var(--text-opacity)) !important;
}

.focus\:text-gray-100:focus{
  --text-opacity: 1 !important;
  color: #f7fafc !important;
  color: rgba(247, 250, 252, var(--text-opacity)) !important;
}

.focus\:text-gray-200:focus{
  --text-opacity: 1 !important;
  color: #edf2f7 !important;
  color: rgba(237, 242, 247, var(--text-opacity)) !important;
}

.focus\:text-gray-300:focus{
  --text-opacity: 1 !important;
  color: #e2e8f0 !important;
  color: rgba(226, 232, 240, var(--text-opacity)) !important;
}

.focus\:text-gray-400:focus{
  --text-opacity: 1 !important;
  color: #cbd5e0 !important;
  color: rgba(203, 213, 224, var(--text-opacity)) !important;
}

.focus\:text-gray-500:focus{
  --text-opacity: 1 !important;
  color: #a0aec0 !important;
  color: rgba(160, 174, 192, var(--text-opacity)) !important;
}

.focus\:text-gray-600:focus{
  --text-opacity: 1 !important;
  color: #718096 !important;
  color: rgba(113, 128, 150, var(--text-opacity)) !important;
}

.focus\:text-gray-700:focus{
  --text-opacity: 1 !important;
  color: #4a5568 !important;
  color: rgba(74, 85, 104, var(--text-opacity)) !important;
}

.focus\:text-gray-800:focus{
  --text-opacity: 1 !important;
  color: #2d3748 !important;
  color: rgba(45, 55, 72, var(--text-opacity)) !important;
}

.focus\:text-gray-900:focus{
  --text-opacity: 1 !important;
  color: #1a202c !important;
  color: rgba(26, 32, 44, var(--text-opacity)) !important;
}

.focus\:text-red:focus{
  --text-opacity: 1 !important;
  color: #cc0a0a !important;
  color: rgba(204, 10, 10, var(--text-opacity)) !important;
}

.focus\:text-orange-100:focus{
  --text-opacity: 1 !important;
  color: #fffaf0 !important;
  color: rgba(255, 250, 240, var(--text-opacity)) !important;
}

.focus\:text-orange-200:focus{
  --text-opacity: 1 !important;
  color: #feebc8 !important;
  color: rgba(254, 235, 200, var(--text-opacity)) !important;
}

.focus\:text-orange-300:focus{
  --text-opacity: 1 !important;
  color: #fbd38d !important;
  color: rgba(251, 211, 141, var(--text-opacity)) !important;
}

.focus\:text-orange-400:focus{
  --text-opacity: 1 !important;
  color: #f6ad55 !important;
  color: rgba(246, 173, 85, var(--text-opacity)) !important;
}

.focus\:text-orange-500:focus{
  --text-opacity: 1 !important;
  color: #ed8936 !important;
  color: rgba(237, 137, 54, var(--text-opacity)) !important;
}

.focus\:text-orange-600:focus{
  --text-opacity: 1 !important;
  color: #dd6b20 !important;
  color: rgba(221, 107, 32, var(--text-opacity)) !important;
}

.focus\:text-orange-700:focus{
  --text-opacity: 1 !important;
  color: #c05621 !important;
  color: rgba(192, 86, 33, var(--text-opacity)) !important;
}

.focus\:text-orange-800:focus{
  --text-opacity: 1 !important;
  color: #9c4221 !important;
  color: rgba(156, 66, 33, var(--text-opacity)) !important;
}

.focus\:text-orange-900:focus{
  --text-opacity: 1 !important;
  color: #7b341e !important;
  color: rgba(123, 52, 30, var(--text-opacity)) !important;
}

.focus\:text-yellow-100:focus{
  --text-opacity: 1 !important;
  color: #fffff0 !important;
  color: rgba(255, 255, 240, var(--text-opacity)) !important;
}

.focus\:text-yellow-200:focus{
  --text-opacity: 1 !important;
  color: #fefcbf !important;
  color: rgba(254, 252, 191, var(--text-opacity)) !important;
}

.focus\:text-yellow-300:focus{
  --text-opacity: 1 !important;
  color: #faf089 !important;
  color: rgba(250, 240, 137, var(--text-opacity)) !important;
}

.focus\:text-yellow-400:focus{
  --text-opacity: 1 !important;
  color: #f6e05e !important;
  color: rgba(246, 224, 94, var(--text-opacity)) !important;
}

.focus\:text-yellow-500:focus{
  --text-opacity: 1 !important;
  color: #ecc94b !important;
  color: rgba(236, 201, 75, var(--text-opacity)) !important;
}

.focus\:text-yellow-600:focus{
  --text-opacity: 1 !important;
  color: #d69e2e !important;
  color: rgba(214, 158, 46, var(--text-opacity)) !important;
}

.focus\:text-yellow-700:focus{
  --text-opacity: 1 !important;
  color: #b7791f !important;
  color: rgba(183, 121, 31, var(--text-opacity)) !important;
}

.focus\:text-yellow-800:focus{
  --text-opacity: 1 !important;
  color: #975a16 !important;
  color: rgba(151, 90, 22, var(--text-opacity)) !important;
}

.focus\:text-yellow-900:focus{
  --text-opacity: 1 !important;
  color: #744210 !important;
  color: rgba(116, 66, 16, var(--text-opacity)) !important;
}

.focus\:text-green-100:focus{
  --text-opacity: 1 !important;
  color: #f0fff4 !important;
  color: rgba(240, 255, 244, var(--text-opacity)) !important;
}

.focus\:text-green-200:focus{
  --text-opacity: 1 !important;
  color: #c6f6d5 !important;
  color: rgba(198, 246, 213, var(--text-opacity)) !important;
}

.focus\:text-green-300:focus{
  --text-opacity: 1 !important;
  color: #9ae6b4 !important;
  color: rgba(154, 230, 180, var(--text-opacity)) !important;
}

.focus\:text-green-400:focus{
  --text-opacity: 1 !important;
  color: #68d391 !important;
  color: rgba(104, 211, 145, var(--text-opacity)) !important;
}

.focus\:text-green-500:focus{
  --text-opacity: 1 !important;
  color: #48bb78 !important;
  color: rgba(72, 187, 120, var(--text-opacity)) !important;
}

.focus\:text-green-600:focus{
  --text-opacity: 1 !important;
  color: #38a169 !important;
  color: rgba(56, 161, 105, var(--text-opacity)) !important;
}

.focus\:text-green-700:focus{
  --text-opacity: 1 !important;
  color: #2f855a !important;
  color: rgba(47, 133, 90, var(--text-opacity)) !important;
}

.focus\:text-green-800:focus{
  --text-opacity: 1 !important;
  color: #276749 !important;
  color: rgba(39, 103, 73, var(--text-opacity)) !important;
}

.focus\:text-green-900:focus{
  --text-opacity: 1 !important;
  color: #22543d !important;
  color: rgba(34, 84, 61, var(--text-opacity)) !important;
}

.focus\:text-teal-100:focus{
  --text-opacity: 1 !important;
  color: #e6fffa !important;
  color: rgba(230, 255, 250, var(--text-opacity)) !important;
}

.focus\:text-teal-200:focus{
  --text-opacity: 1 !important;
  color: #b2f5ea !important;
  color: rgba(178, 245, 234, var(--text-opacity)) !important;
}

.focus\:text-teal-300:focus{
  --text-opacity: 1 !important;
  color: #81e6d9 !important;
  color: rgba(129, 230, 217, var(--text-opacity)) !important;
}

.focus\:text-teal-400:focus{
  --text-opacity: 1 !important;
  color: #4fd1c5 !important;
  color: rgba(79, 209, 197, var(--text-opacity)) !important;
}

.focus\:text-teal-500:focus{
  --text-opacity: 1 !important;
  color: #38b2ac !important;
  color: rgba(56, 178, 172, var(--text-opacity)) !important;
}

.focus\:text-teal-600:focus{
  --text-opacity: 1 !important;
  color: #319795 !important;
  color: rgba(49, 151, 149, var(--text-opacity)) !important;
}

.focus\:text-teal-700:focus{
  --text-opacity: 1 !important;
  color: #2c7a7b !important;
  color: rgba(44, 122, 123, var(--text-opacity)) !important;
}

.focus\:text-teal-800:focus{
  --text-opacity: 1 !important;
  color: #285e61 !important;
  color: rgba(40, 94, 97, var(--text-opacity)) !important;
}

.focus\:text-teal-900:focus{
  --text-opacity: 1 !important;
  color: #234e52 !important;
  color: rgba(35, 78, 82, var(--text-opacity)) !important;
}

.focus\:text-blue-100:focus{
  --text-opacity: 1 !important;
  color: #ebf8ff !important;
  color: rgba(235, 248, 255, var(--text-opacity)) !important;
}

.focus\:text-blue-200:focus{
  --text-opacity: 1 !important;
  color: #bee3f8 !important;
  color: rgba(190, 227, 248, var(--text-opacity)) !important;
}

.focus\:text-blue-300:focus{
  --text-opacity: 1 !important;
  color: #90cdf4 !important;
  color: rgba(144, 205, 244, var(--text-opacity)) !important;
}

.focus\:text-blue-400:focus{
  --text-opacity: 1 !important;
  color: #63b3ed !important;
  color: rgba(99, 179, 237, var(--text-opacity)) !important;
}

.focus\:text-blue-500:focus{
  --text-opacity: 1 !important;
  color: #4299e1 !important;
  color: rgba(66, 153, 225, var(--text-opacity)) !important;
}

.focus\:text-blue-600:focus{
  --text-opacity: 1 !important;
  color: #3182ce !important;
  color: rgba(49, 130, 206, var(--text-opacity)) !important;
}

.focus\:text-blue-700:focus{
  --text-opacity: 1 !important;
  color: #2b6cb0 !important;
  color: rgba(43, 108, 176, var(--text-opacity)) !important;
}

.focus\:text-blue-800:focus{
  --text-opacity: 1 !important;
  color: #2c5282 !important;
  color: rgba(44, 82, 130, var(--text-opacity)) !important;
}

.focus\:text-blue-900:focus{
  --text-opacity: 1 !important;
  color: #2a4365 !important;
  color: rgba(42, 67, 101, var(--text-opacity)) !important;
}

.focus\:text-indigo-100:focus{
  --text-opacity: 1 !important;
  color: #ebf4ff !important;
  color: rgba(235, 244, 255, var(--text-opacity)) !important;
}

.focus\:text-indigo-200:focus{
  --text-opacity: 1 !important;
  color: #c3dafe !important;
  color: rgba(195, 218, 254, var(--text-opacity)) !important;
}

.focus\:text-indigo-300:focus{
  --text-opacity: 1 !important;
  color: #a3bffa !important;
  color: rgba(163, 191, 250, var(--text-opacity)) !important;
}

.focus\:text-indigo-400:focus{
  --text-opacity: 1 !important;
  color: #7f9cf5 !important;
  color: rgba(127, 156, 245, var(--text-opacity)) !important;
}

.focus\:text-indigo-500:focus{
  --text-opacity: 1 !important;
  color: #667eea !important;
  color: rgba(102, 126, 234, var(--text-opacity)) !important;
}

.focus\:text-indigo-600:focus{
  --text-opacity: 1 !important;
  color: #5a67d8 !important;
  color: rgba(90, 103, 216, var(--text-opacity)) !important;
}

.focus\:text-indigo-700:focus{
  --text-opacity: 1 !important;
  color: #4c51bf !important;
  color: rgba(76, 81, 191, var(--text-opacity)) !important;
}

.focus\:text-indigo-800:focus{
  --text-opacity: 1 !important;
  color: #434190 !important;
  color: rgba(67, 65, 144, var(--text-opacity)) !important;
}

.focus\:text-indigo-900:focus{
  --text-opacity: 1 !important;
  color: #3c366b !important;
  color: rgba(60, 54, 107, var(--text-opacity)) !important;
}

.focus\:text-purple-100:focus{
  --text-opacity: 1 !important;
  color: #faf5ff !important;
  color: rgba(250, 245, 255, var(--text-opacity)) !important;
}

.focus\:text-purple-200:focus{
  --text-opacity: 1 !important;
  color: #e9d8fd !important;
  color: rgba(233, 216, 253, var(--text-opacity)) !important;
}

.focus\:text-purple-300:focus{
  --text-opacity: 1 !important;
  color: #d6bcfa !important;
  color: rgba(214, 188, 250, var(--text-opacity)) !important;
}

.focus\:text-purple-400:focus{
  --text-opacity: 1 !important;
  color: #b794f4 !important;
  color: rgba(183, 148, 244, var(--text-opacity)) !important;
}

.focus\:text-purple-500:focus{
  --text-opacity: 1 !important;
  color: #9f7aea !important;
  color: rgba(159, 122, 234, var(--text-opacity)) !important;
}

.focus\:text-purple-600:focus{
  --text-opacity: 1 !important;
  color: #805ad5 !important;
  color: rgba(128, 90, 213, var(--text-opacity)) !important;
}

.focus\:text-purple-700:focus{
  --text-opacity: 1 !important;
  color: #6b46c1 !important;
  color: rgba(107, 70, 193, var(--text-opacity)) !important;
}

.focus\:text-purple-800:focus{
  --text-opacity: 1 !important;
  color: #553c9a !important;
  color: rgba(85, 60, 154, var(--text-opacity)) !important;
}

.focus\:text-purple-900:focus{
  --text-opacity: 1 !important;
  color: #44337a !important;
  color: rgba(68, 51, 122, var(--text-opacity)) !important;
}

.focus\:text-pink-100:focus{
  --text-opacity: 1 !important;
  color: #fff5f7 !important;
  color: rgba(255, 245, 247, var(--text-opacity)) !important;
}

.focus\:text-pink-200:focus{
  --text-opacity: 1 !important;
  color: #fed7e2 !important;
  color: rgba(254, 215, 226, var(--text-opacity)) !important;
}

.focus\:text-pink-300:focus{
  --text-opacity: 1 !important;
  color: #fbb6ce !important;
  color: rgba(251, 182, 206, var(--text-opacity)) !important;
}

.focus\:text-pink-400:focus{
  --text-opacity: 1 !important;
  color: #f687b3 !important;
  color: rgba(246, 135, 179, var(--text-opacity)) !important;
}

.focus\:text-pink-500:focus{
  --text-opacity: 1 !important;
  color: #ed64a6 !important;
  color: rgba(237, 100, 166, var(--text-opacity)) !important;
}

.focus\:text-pink-600:focus{
  --text-opacity: 1 !important;
  color: #d53f8c !important;
  color: rgba(213, 63, 140, var(--text-opacity)) !important;
}

.focus\:text-pink-700:focus{
  --text-opacity: 1 !important;
  color: #b83280 !important;
  color: rgba(184, 50, 128, var(--text-opacity)) !important;
}

.focus\:text-pink-800:focus{
  --text-opacity: 1 !important;
  color: #97266d !important;
  color: rgba(151, 38, 109, var(--text-opacity)) !important;
}

.focus\:text-pink-900:focus{
  --text-opacity: 1 !important;
  color: #702459 !important;
  color: rgba(112, 36, 89, var(--text-opacity)) !important;
}

.focus\:text-primary-color:focus{
  color: var(--primary-color) !important;
}

.focus\:text-primary-hover-color:focus{
  color: var(--hover-color) !important;
}

.focus\:text-gray-body:focus{
  --text-opacity: 1 !important;
  color: #f2f2f2 !important;
  color: rgba(242, 242, 242, var(--text-opacity)) !important;
}

.focus\:text-gray-light:focus{
  --text-opacity: 1 !important;
  color: #ccc !important;
  color: rgba(204, 204, 204, var(--text-opacity)) !important;
}

.focus\:text-gray-333:focus{
  --text-opacity: 1 !important;
  color: #333 !important;
  color: rgba(51, 51, 51, var(--text-opacity)) !important;
}

.focus\:text-gray-666:focus{
  --text-opacity: 1 !important;
  color: #666 !important;
  color: rgba(102, 102, 102, var(--text-opacity)) !important;
}

.focus\:text-gray-888:focus{
  --text-opacity: 1 !important;
  color: #888 !important;
  color: rgba(136, 136, 136, var(--text-opacity)) !important;
}

.focus\:text-gray-999:focus{
  --text-opacity: 1 !important;
  color: #999 !important;
  color: rgba(153, 153, 153, var(--text-opacity)) !important;
}

.focus\:text-gray-icon:focus{
  --text-opacity: 1 !important;
  color: #9a9a9a !important;
  color: rgba(154, 154, 154, var(--text-opacity)) !important;
}

.focus\:text-gray-features:focus{
  --text-opacity: 1 !important;
  color: #f5f5f5 !important;
  color: rgba(245, 245, 245, var(--text-opacity)) !important;
}

.focus\:text-slide-border:focus{
  --text-opacity: 1 !important;
  color: #e1e1e1 !important;
  color: rgba(225, 225, 225, var(--text-opacity)) !important;
}

.focus\:text-sale-color:focus{
  color: var(--primary-color) !important;
}

.focus\:text-hit-color:focus{
  --text-opacity: 1 !important;
  color: #ff9900 !important;
  color: rgba(255, 153, 0, var(--text-opacity)) !important;
}

.focus\:text-new-color:focus{
  --text-opacity: 1 !important;
  color: #0fa3c6 !important;
  color: rgba(15, 163, 198, var(--text-opacity)) !important;
}

.focus\:text-fb-hover-color:focus{
  --text-opacity: 1 !important;
  color: #5959d8 !important;
  color: rgba(89, 89, 216, var(--text-opacity)) !important;
}

.focus\:text-fb-active-color:focus{
  --text-opacity: 1 !important;
  color: #4040b3 !important;
  color: rgba(64, 64, 179, var(--text-opacity)) !important;
}

.focus\:text-vk-hover-color:focus{
  --text-opacity: 1 !important;
  color: #628dd3 !important;
  color: rgba(98, 141, 211, var(--text-opacity)) !important;
}

.focus\:text-vk-active-color:focus{
  --text-opacity: 1 !important;
  color: #3768b9 !important;
  color: rgba(55, 104, 185, var(--text-opacity)) !important;
}

.focus\:text-insta-hover-color:focus{
  --text-opacity: 1 !important;
  color: #af35d2 !important;
  color: rgba(175, 53, 210, var(--text-opacity)) !important;
}

.focus\:text-insta-active-color:focus{
  --text-opacity: 1 !important;
  color: #7e47b7 !important;
  color: rgba(126, 71, 183, var(--text-opacity)) !important;
}

.focus\:text-gray-dc:focus{
  --text-opacity: 1 !important;
  color: #dcdcdc !important;
  color: rgba(220, 220, 220, var(--text-opacity)) !important;
}

.focus\:text-gray-cd:focus{
  --text-opacity: 1 !important;
  color: #cdcdcd !important;
  color: rgba(205, 205, 205, var(--text-opacity)) !important;
}

.focus\:text-gray-e7:focus{
  --text-opacity: 1 !important;
  color: #e7e7e7 !important;
  color: rgba(231, 231, 231, var(--text-opacity)) !important;
}

.focus\:text-check-color:focus{
  --text-opacity: 1 !important;
  color: #ce3a12 !important;
  color: rgba(206, 58, 18, var(--text-opacity)) !important;
}

.focus\:text-docx-color:focus{
  --text-opacity: 1 !important;
  color: #1789e9 !important;
  color: rgba(23, 137, 233, var(--text-opacity)) !important;
}

.focus\:text-dark-black:focus{
  --text-opacity: 1 !important;
  color: #010101 !important;
  color: rgba(1, 1, 1, var(--text-opacity)) !important;
}

.focus\:text-green-light:focus{
  --text-opacity: 1 !important;
  color: #3ab011 !important;
  color: rgba(58, 176, 17, var(--text-opacity)) !important;
}

.text-opacity-0{
  --text-opacity: 0 !important;
}

.text-opacity-25{
  --text-opacity: 0.25 !important;
}

.text-opacity-50{
  --text-opacity: 0.5 !important;
}

.text-opacity-75{
  --text-opacity: 0.75 !important;
}

.text-opacity-100{
  --text-opacity: 1 !important;
}

.hover\:text-opacity-0:hover{
  --text-opacity: 0 !important;
}

.hover\:text-opacity-25:hover{
  --text-opacity: 0.25 !important;
}

.hover\:text-opacity-50:hover{
  --text-opacity: 0.5 !important;
}

.hover\:text-opacity-75:hover{
  --text-opacity: 0.75 !important;
}

.hover\:text-opacity-100:hover{
  --text-opacity: 1 !important;
}

.focus\:text-opacity-0:focus{
  --text-opacity: 0 !important;
}

.focus\:text-opacity-25:focus{
  --text-opacity: 0.25 !important;
}

.focus\:text-opacity-50:focus{
  --text-opacity: 0.5 !important;
}

.focus\:text-opacity-75:focus{
  --text-opacity: 0.75 !important;
}

.focus\:text-opacity-100:focus{
  --text-opacity: 1 !important;
}

.italic{
  font-style: italic !important;
}

.not-italic{
  font-style: normal !important;
}

.uppercase{
  text-transform: uppercase !important;
}

.lowercase{
  text-transform: lowercase !important;
}

.capitalize{
  text-transform: capitalize !important;
}

.normal-case{
  text-transform: none !important;
}

.underline{
  text-decoration: underline !important;
}

.line-through{
  text-decoration: line-through !important;
}

.no-underline{
  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;
}

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
}

.normal-nums{
  font-variant-numeric: normal !important;
}

.ordinal{
  --font-variant-numeric-ordinal: ordinal !important;
}

.slashed-zero{
  --font-variant-numeric-slashed-zero: slashed-zero !important;
}

.lining-nums{
  --font-variant-numeric-figure: lining-nums !important;
}

.oldstyle-nums{
  --font-variant-numeric-figure: oldstyle-nums !important;
}

.proportional-nums{
  --font-variant-numeric-spacing: proportional-nums !important;
}

.tabular-nums{
  --font-variant-numeric-spacing: tabular-nums !important;
}

.diagonal-fractions{
  --font-variant-numeric-fraction: diagonal-fractions !important;
}

.stacked-fractions{
  --font-variant-numeric-fraction: stacked-fractions !important;
}

.tracking-tighter{
  letter-spacing: -0.05em !important;
}

.tracking-tight{
  letter-spacing: -0.025em !important;
}

.tracking-normal{
  letter-spacing: 0 !important;
}

.tracking-wide{
  letter-spacing: 0.025em !important;
}

.tracking-wider{
  letter-spacing: 0.05em !important;
}

.tracking-widest{
  letter-spacing: 0.1em !important;
}

.select-none{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.select-text{
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}

.select-all{
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.select-auto{
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !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;
}

.visible{
  visibility: visible !important;
}

.invisible{
  visibility: hidden !important;
}

.whitespace-normal{
  white-space: normal !important;
}

.whitespace-no-wrap{
  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{
  word-wrap: normal !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.break-words{
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.break-all{
  word-break: break-all !important;
}

.truncate{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.w-0{
  width: 0 !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-8{
  width: 2rem !important;
}

.w-10{
  width: 2.5rem !important;
}

.w-12{
  width: 3rem !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-40{
  width: 10rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-56{
  width: 14rem !important;
}

.w-64{
  width: 16rem !important;
}

.w-auto{
  width: auto !important;
}

.w-px{
  width: 1px !important;
}

.w-2px{
  width: 2px !important;
}

.w-3px{
  width: 3px !important;
}

.w-5px{
  width: 5px !important;
}

.w-10px{
  width: 10px !important;
}

.w-15px{
  width: 15px !important;
}

.w-20px{
  width: 20px !important;
}

.w-25px{
  width: 25px !important;
}

.w-30px{
  width: 30px !important;
}

.w-36px{
  width: 36px !important;
}

.w-50px{
  width: 50px !important;
}

.w-60px{
  width: 60px !important;
}

.w-120px{
  width: 120px !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;
}

.z-0{
  z-index: 0 !important;
}

.z-3{
  z-index: 3 !important;
}

.z-10{
  z-index: 10 !important;
}

.z-15{
  z-index: 15 !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;
}

.gap-0{
  grid-gap: 0 !important;
  gap: 0 !important;
}

.gap-1{
  grid-gap: 0.25rem !important;
  gap: 0.25rem !important;
}

.gap-2{
  grid-gap: 0.5rem !important;
  gap: 0.5rem !important;
}

.gap-3{
  grid-gap: 0.75rem !important;
  gap: 0.75rem !important;
}

.gap-4{
  grid-gap: 1rem !important;
  gap: 1rem !important;
}

.gap-5{
  grid-gap: 1.25rem !important;
  gap: 1.25rem !important;
}

.gap-6{
  grid-gap: 1.5rem !important;
  gap: 1.5rem !important;
}

.gap-8{
  grid-gap: 2rem !important;
  gap: 2rem !important;
}

.gap-10{
  grid-gap: 2.5rem !important;
  gap: 2.5rem !important;
}

.gap-12{
  grid-gap: 3rem !important;
  gap: 3rem !important;
}

.gap-16{
  grid-gap: 4rem !important;
  gap: 4rem !important;
}

.gap-20{
  grid-gap: 5rem !important;
  gap: 5rem !important;
}

.gap-24{
  grid-gap: 6rem !important;
  gap: 6rem !important;
}

.gap-28{
  grid-gap: 7rem !important;
  gap: 7rem !important;
}

.gap-32{
  grid-gap: 8rem !important;
  gap: 8rem !important;
}

.gap-40{
  grid-gap: 10rem !important;
  gap: 10rem !important;
}

.gap-48{
  grid-gap: 12rem !important;
  gap: 12rem !important;
}

.gap-56{
  grid-gap: 14rem !important;
  gap: 14rem !important;
}

.gap-64{
  grid-gap: 16rem !important;
  gap: 16rem !important;
}

.gap-px{
  grid-gap: 1px !important;
  gap: 1px !important;
}

.gap-2px{
  grid-gap: 2px !important;
  gap: 2px !important;
}

.gap-3px{
  grid-gap: 3px !important;
  gap: 3px !important;
}

.gap-5px{
  grid-gap: 5px !important;
  gap: 5px !important;
}

.gap-10px{
  grid-gap: 10px !important;
  gap: 10px !important;
}

.gap-15px{
  grid-gap: 15px !important;
  gap: 15px !important;
}

.gap-20px{
  grid-gap: 20px !important;
  gap: 20px !important;
}

.gap-25px{
  grid-gap: 25px !important;
  gap: 25px !important;
}

.gap-30px{
  grid-gap: 30px !important;
  gap: 30px !important;
}

.gap-36px{
  grid-gap: 36px !important;
  gap: 36px !important;
}

.gap-50px{
  grid-gap: 50px !important;
  gap: 50px !important;
}

.gap-60px{
  grid-gap: 60px !important;
  gap: 60px !important;
}

.gap-120px{
  grid-gap: 120px !important;
  gap: 120px !important;
}

.col-gap-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.col-gap-1{
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.col-gap-2{
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.col-gap-3{
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.col-gap-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.col-gap-5{
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.col-gap-6{
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.col-gap-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.col-gap-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.col-gap-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.col-gap-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.col-gap-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.col-gap-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.col-gap-28{
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.col-gap-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.col-gap-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.col-gap-48{
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.col-gap-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.col-gap-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.col-gap-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
  column-gap: 1px !important;
}

.col-gap-2px{
  grid-column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
  -moz-column-gap: 2px !important;
  column-gap: 2px !important;
}

.col-gap-3px{
  grid-column-gap: 3px !important;
  -webkit-column-gap: 3px !important;
  -moz-column-gap: 3px !important;
  column-gap: 3px !important;
}

.col-gap-5px{
  grid-column-gap: 5px !important;
  -webkit-column-gap: 5px !important;
  -moz-column-gap: 5px !important;
  column-gap: 5px !important;
}

.col-gap-10px{
  grid-column-gap: 10px !important;
  -webkit-column-gap: 10px !important;
  -moz-column-gap: 10px !important;
  column-gap: 10px !important;
}

.col-gap-15px{
  grid-column-gap: 15px !important;
  -webkit-column-gap: 15px !important;
  -moz-column-gap: 15px !important;
  column-gap: 15px !important;
}

.col-gap-20px{
  grid-column-gap: 20px !important;
  -webkit-column-gap: 20px !important;
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
}

.col-gap-25px{
  grid-column-gap: 25px !important;
  -webkit-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
  column-gap: 25px !important;
}

.col-gap-30px{
  grid-column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
  -moz-column-gap: 30px !important;
  column-gap: 30px !important;
}

.col-gap-36px{
  grid-column-gap: 36px !important;
  -webkit-column-gap: 36px !important;
  -moz-column-gap: 36px !important;
  column-gap: 36px !important;
}

.col-gap-50px{
  grid-column-gap: 50px !important;
  -webkit-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
  column-gap: 50px !important;
}

.col-gap-60px{
  grid-column-gap: 60px !important;
  -webkit-column-gap: 60px !important;
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.col-gap-120px{
  grid-column-gap: 120px !important;
  -webkit-column-gap: 120px !important;
  -moz-column-gap: 120px !important;
  column-gap: 120px !important;
}

.gap-x-0{
  grid-column-gap: 0 !important;
  -webkit-column-gap: 0 !important;
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.gap-x-1{
  grid-column-gap: 0.25rem !important;
  -webkit-column-gap: 0.25rem !important;
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.gap-x-2{
  grid-column-gap: 0.5rem !important;
  -webkit-column-gap: 0.5rem !important;
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.gap-x-3{
  grid-column-gap: 0.75rem !important;
  -webkit-column-gap: 0.75rem !important;
  -moz-column-gap: 0.75rem !important;
  column-gap: 0.75rem !important;
}

.gap-x-4{
  grid-column-gap: 1rem !important;
  -webkit-column-gap: 1rem !important;
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.gap-x-5{
  grid-column-gap: 1.25rem !important;
  -webkit-column-gap: 1.25rem !important;
  -moz-column-gap: 1.25rem !important;
  column-gap: 1.25rem !important;
}

.gap-x-6{
  grid-column-gap: 1.5rem !important;
  -webkit-column-gap: 1.5rem !important;
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.gap-x-8{
  grid-column-gap: 2rem !important;
  -webkit-column-gap: 2rem !important;
  -moz-column-gap: 2rem !important;
  column-gap: 2rem !important;
}

.gap-x-10{
  grid-column-gap: 2.5rem !important;
  -webkit-column-gap: 2.5rem !important;
  -moz-column-gap: 2.5rem !important;
  column-gap: 2.5rem !important;
}

.gap-x-12{
  grid-column-gap: 3rem !important;
  -webkit-column-gap: 3rem !important;
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.gap-x-16{
  grid-column-gap: 4rem !important;
  -webkit-column-gap: 4rem !important;
  -moz-column-gap: 4rem !important;
  column-gap: 4rem !important;
}

.gap-x-20{
  grid-column-gap: 5rem !important;
  -webkit-column-gap: 5rem !important;
  -moz-column-gap: 5rem !important;
  column-gap: 5rem !important;
}

.gap-x-24{
  grid-column-gap: 6rem !important;
  -webkit-column-gap: 6rem !important;
  -moz-column-gap: 6rem !important;
  column-gap: 6rem !important;
}

.gap-x-28{
  grid-column-gap: 7rem !important;
  -webkit-column-gap: 7rem !important;
  -moz-column-gap: 7rem !important;
  column-gap: 7rem !important;
}

.gap-x-32{
  grid-column-gap: 8rem !important;
  -webkit-column-gap: 8rem !important;
  -moz-column-gap: 8rem !important;
  column-gap: 8rem !important;
}

.gap-x-40{
  grid-column-gap: 10rem !important;
  -webkit-column-gap: 10rem !important;
  -moz-column-gap: 10rem !important;
  column-gap: 10rem !important;
}

.gap-x-48{
  grid-column-gap: 12rem !important;
  -webkit-column-gap: 12rem !important;
  -moz-column-gap: 12rem !important;
  column-gap: 12rem !important;
}

.gap-x-56{
  grid-column-gap: 14rem !important;
  -webkit-column-gap: 14rem !important;
  -moz-column-gap: 14rem !important;
  column-gap: 14rem !important;
}

.gap-x-64{
  grid-column-gap: 16rem !important;
  -webkit-column-gap: 16rem !important;
  -moz-column-gap: 16rem !important;
  column-gap: 16rem !important;
}

.gap-x-px{
  grid-column-gap: 1px !important;
  -webkit-column-gap: 1px !important;
  -moz-column-gap: 1px !important;
  column-gap: 1px !important;
}

.gap-x-2px{
  grid-column-gap: 2px !important;
  -webkit-column-gap: 2px !important;
  -moz-column-gap: 2px !important;
  column-gap: 2px !important;
}

.gap-x-3px{
  grid-column-gap: 3px !important;
  -webkit-column-gap: 3px !important;
  -moz-column-gap: 3px !important;
  column-gap: 3px !important;
}

.gap-x-5px{
  grid-column-gap: 5px !important;
  -webkit-column-gap: 5px !important;
  -moz-column-gap: 5px !important;
  column-gap: 5px !important;
}

.gap-x-10px{
  grid-column-gap: 10px !important;
  -webkit-column-gap: 10px !important;
  -moz-column-gap: 10px !important;
  column-gap: 10px !important;
}

.gap-x-15px{
  grid-column-gap: 15px !important;
  -webkit-column-gap: 15px !important;
  -moz-column-gap: 15px !important;
  column-gap: 15px !important;
}

.gap-x-20px{
  grid-column-gap: 20px !important;
  -webkit-column-gap: 20px !important;
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
}

.gap-x-25px{
  grid-column-gap: 25px !important;
  -webkit-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
  column-gap: 25px !important;
}

.gap-x-30px{
  grid-column-gap: 30px !important;
  -webkit-column-gap: 30px !important;
  -moz-column-gap: 30px !important;
  column-gap: 30px !important;
}

.gap-x-36px{
  grid-column-gap: 36px !important;
  -webkit-column-gap: 36px !important;
  -moz-column-gap: 36px !important;
  column-gap: 36px !important;
}

.gap-x-50px{
  grid-column-gap: 50px !important;
  -webkit-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
  column-gap: 50px !important;
}

.gap-x-60px{
  grid-column-gap: 60px !important;
  -webkit-column-gap: 60px !important;
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.gap-x-120px{
  grid-column-gap: 120px !important;
  -webkit-column-gap: 120px !important;
  -moz-column-gap: 120px !important;
  column-gap: 120px !important;
}

.row-gap-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.row-gap-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.row-gap-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.row-gap-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.row-gap-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.row-gap-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.row-gap-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.row-gap-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.row-gap-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.row-gap-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.row-gap-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.row-gap-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.row-gap-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.row-gap-28{
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.row-gap-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.row-gap-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.row-gap-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.row-gap-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.row-gap-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.row-gap-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.row-gap-2px{
  grid-row-gap: 2px !important;
  row-gap: 2px !important;
}

.row-gap-3px{
  grid-row-gap: 3px !important;
  row-gap: 3px !important;
}

.row-gap-5px{
  grid-row-gap: 5px !important;
  row-gap: 5px !important;
}

.row-gap-10px{
  grid-row-gap: 10px !important;
  row-gap: 10px !important;
}

.row-gap-15px{
  grid-row-gap: 15px !important;
  row-gap: 15px !important;
}

.row-gap-20px{
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}

.row-gap-25px{
  grid-row-gap: 25px !important;
  row-gap: 25px !important;
}

.row-gap-30px{
  grid-row-gap: 30px !important;
  row-gap: 30px !important;
}

.row-gap-36px{
  grid-row-gap: 36px !important;
  row-gap: 36px !important;
}

.row-gap-50px{
  grid-row-gap: 50px !important;
  row-gap: 50px !important;
}

.row-gap-60px{
  grid-row-gap: 60px !important;
  row-gap: 60px !important;
}

.row-gap-120px{
  grid-row-gap: 120px !important;
  row-gap: 120px !important;
}

.gap-y-0{
  grid-row-gap: 0 !important;
  row-gap: 0 !important;
}

.gap-y-1{
  grid-row-gap: 0.25rem !important;
  row-gap: 0.25rem !important;
}

.gap-y-2{
  grid-row-gap: 0.5rem !important;
  row-gap: 0.5rem !important;
}

.gap-y-3{
  grid-row-gap: 0.75rem !important;
  row-gap: 0.75rem !important;
}

.gap-y-4{
  grid-row-gap: 1rem !important;
  row-gap: 1rem !important;
}

.gap-y-5{
  grid-row-gap: 1.25rem !important;
  row-gap: 1.25rem !important;
}

.gap-y-6{
  grid-row-gap: 1.5rem !important;
  row-gap: 1.5rem !important;
}

.gap-y-8{
  grid-row-gap: 2rem !important;
  row-gap: 2rem !important;
}

.gap-y-10{
  grid-row-gap: 2.5rem !important;
  row-gap: 2.5rem !important;
}

.gap-y-12{
  grid-row-gap: 3rem !important;
  row-gap: 3rem !important;
}

.gap-y-16{
  grid-row-gap: 4rem !important;
  row-gap: 4rem !important;
}

.gap-y-20{
  grid-row-gap: 5rem !important;
  row-gap: 5rem !important;
}

.gap-y-24{
  grid-row-gap: 6rem !important;
  row-gap: 6rem !important;
}

.gap-y-28{
  grid-row-gap: 7rem !important;
  row-gap: 7rem !important;
}

.gap-y-32{
  grid-row-gap: 8rem !important;
  row-gap: 8rem !important;
}

.gap-y-40{
  grid-row-gap: 10rem !important;
  row-gap: 10rem !important;
}

.gap-y-48{
  grid-row-gap: 12rem !important;
  row-gap: 12rem !important;
}

.gap-y-56{
  grid-row-gap: 14rem !important;
  row-gap: 14rem !important;
}

.gap-y-64{
  grid-row-gap: 16rem !important;
  row-gap: 16rem !important;
}

.gap-y-px{
  grid-row-gap: 1px !important;
  row-gap: 1px !important;
}

.gap-y-2px{
  grid-row-gap: 2px !important;
  row-gap: 2px !important;
}

.gap-y-3px{
  grid-row-gap: 3px !important;
  row-gap: 3px !important;
}

.gap-y-5px{
  grid-row-gap: 5px !important;
  row-gap: 5px !important;
}

.gap-y-10px{
  grid-row-gap: 10px !important;
  row-gap: 10px !important;
}

.gap-y-15px{
  grid-row-gap: 15px !important;
  row-gap: 15px !important;
}

.gap-y-20px{
  grid-row-gap: 20px !important;
  row-gap: 20px !important;
}

.gap-y-25px{
  grid-row-gap: 25px !important;
  row-gap: 25px !important;
}

.gap-y-30px{
  grid-row-gap: 30px !important;
  row-gap: 30px !important;
}

.gap-y-36px{
  grid-row-gap: 36px !important;
  row-gap: 36px !important;
}

.gap-y-50px{
  grid-row-gap: 50px !important;
  row-gap: 50px !important;
}

.gap-y-60px{
  grid-row-gap: 60px !important;
  row-gap: 60px !important;
}

.gap-y-120px{
  grid-row-gap: 120px !important;
  row-gap: 120px !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;
}

.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-cols-half-col{
  grid-template-columns: repeat(2, 1fr); !important;
}

.grid-cols-mix-col{
  grid-template-columns: calc(40% - 30px) 60% !important;
}

.grid-cols-mixInfo-col{
  grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
}

.auto-cols-auto{
  grid-auto-columns: auto !important;
}

.auto-cols-min{
  grid-auto-columns: -webkit-min-content !important;
  grid-auto-columns: min-content !important;
}

.auto-cols-max{
  grid-auto-columns: -webkit-max-content !important;
  grid-auto-columns: max-content !important;
}

.auto-cols-fr{
  grid-auto-columns: minmax(0, 1fr) !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;
}

.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;
}

.grid-rows-mix-row{
  grid-template-rows: minmax(100px, auto) auto !important;
}

.auto-rows-auto{
  grid-auto-rows: auto !important;
}

.auto-rows-min{
  grid-auto-rows: -webkit-min-content !important;
  grid-auto-rows: min-content !important;
}

.auto-rows-max{
  grid-auto-rows: -webkit-max-content !important;
  grid-auto-rows: max-content !important;
}

.auto-rows-fr{
  grid-auto-rows: minmax(0, 1fr) !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;
}

.transform{
  --transform-translate-x: 0 !important;
  --transform-translate-y: 0 !important;
  --transform-rotate: 0 !important;
  --transform-skew-x: 0 !important;
  --transform-skew-y: 0 !important;
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
}

.transform-none{
  -webkit-transform: none !important;
  transform: none !important;
}

.origin-center{
  -webkit-transform-origin: center !important;
  transform-origin: center !important;
}

.origin-top{
  -webkit-transform-origin: top !important;
  transform-origin: top !important;
}

.origin-top-right{
  -webkit-transform-origin: top right !important;
  transform-origin: top right !important;
}

.origin-right{
  -webkit-transform-origin: right !important;
  transform-origin: right !important;
}

.origin-bottom-right{
  -webkit-transform-origin: bottom right !important;
  transform-origin: bottom right !important;
}

.origin-bottom{
  -webkit-transform-origin: bottom !important;
  transform-origin: bottom !important;
}

.origin-bottom-left{
  -webkit-transform-origin: bottom left !important;
  transform-origin: bottom left !important;
}

.origin-left{
  -webkit-transform-origin: left !important;
  transform-origin: left !important;
}

.origin-top-left{
  -webkit-transform-origin: top left !important;
  transform-origin: top left !important;
}

.scale-0{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.scale-50{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.scale-75{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.scale-90{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.scale-95{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.scale-100{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.scale-105{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.scale-110{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.scale-125{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.scale-150{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.scale-x-0{
  --transform-scale-x: 0 !important;
}

.scale-x-50{
  --transform-scale-x: .5 !important;
}

.scale-x-75{
  --transform-scale-x: .75 !important;
}

.scale-x-90{
  --transform-scale-x: .9 !important;
}

.scale-x-95{
  --transform-scale-x: .95 !important;
}

.scale-x-100{
  --transform-scale-x: 1 !important;
}

.scale-x-105{
  --transform-scale-x: 1.05 !important;
}

.scale-x-110{
  --transform-scale-x: 1.1 !important;
}

.scale-x-125{
  --transform-scale-x: 1.25 !important;
}

.scale-x-150{
  --transform-scale-x: 1.5 !important;
}

.scale-y-0{
  --transform-scale-y: 0 !important;
}

.scale-y-50{
  --transform-scale-y: .5 !important;
}

.scale-y-75{
  --transform-scale-y: .75 !important;
}

.scale-y-90{
  --transform-scale-y: .9 !important;
}

.scale-y-95{
  --transform-scale-y: .95 !important;
}

.scale-y-100{
  --transform-scale-y: 1 !important;
}

.scale-y-105{
  --transform-scale-y: 1.05 !important;
}

.scale-y-110{
  --transform-scale-y: 1.1 !important;
}

.scale-y-125{
  --transform-scale-y: 1.25 !important;
}

.scale-y-150{
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-0:hover{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.hover\:scale-50:hover{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.hover\:scale-75:hover{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.hover\:scale-90:hover{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.hover\:scale-95:hover{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.hover\:scale-100:hover{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.hover\:scale-105:hover{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-110:hover{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-125:hover{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-150:hover{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.hover\:scale-x-0:hover{
  --transform-scale-x: 0 !important;
}

.hover\:scale-x-50:hover{
  --transform-scale-x: .5 !important;
}

.hover\:scale-x-75:hover{
  --transform-scale-x: .75 !important;
}

.hover\:scale-x-90:hover{
  --transform-scale-x: .9 !important;
}

.hover\:scale-x-95:hover{
  --transform-scale-x: .95 !important;
}

.hover\:scale-x-100:hover{
  --transform-scale-x: 1 !important;
}

.hover\:scale-x-105:hover{
  --transform-scale-x: 1.05 !important;
}

.hover\:scale-x-110:hover{
  --transform-scale-x: 1.1 !important;
}

.hover\:scale-x-125:hover{
  --transform-scale-x: 1.25 !important;
}

.hover\:scale-x-150:hover{
  --transform-scale-x: 1.5 !important;
}

.hover\:scale-y-0:hover{
  --transform-scale-y: 0 !important;
}

.hover\:scale-y-50:hover{
  --transform-scale-y: .5 !important;
}

.hover\:scale-y-75:hover{
  --transform-scale-y: .75 !important;
}

.hover\:scale-y-90:hover{
  --transform-scale-y: .9 !important;
}

.hover\:scale-y-95:hover{
  --transform-scale-y: .95 !important;
}

.hover\:scale-y-100:hover{
  --transform-scale-y: 1 !important;
}

.hover\:scale-y-105:hover{
  --transform-scale-y: 1.05 !important;
}

.hover\:scale-y-110:hover{
  --transform-scale-y: 1.1 !important;
}

.hover\:scale-y-125:hover{
  --transform-scale-y: 1.25 !important;
}

.hover\:scale-y-150:hover{
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-0:focus{
  --transform-scale-x: 0 !important;
  --transform-scale-y: 0 !important;
}

.focus\:scale-50:focus{
  --transform-scale-x: .5 !important;
  --transform-scale-y: .5 !important;
}

.focus\:scale-75:focus{
  --transform-scale-x: .75 !important;
  --transform-scale-y: .75 !important;
}

.focus\:scale-90:focus{
  --transform-scale-x: .9 !important;
  --transform-scale-y: .9 !important;
}

.focus\:scale-95:focus{
  --transform-scale-x: .95 !important;
  --transform-scale-y: .95 !important;
}

.focus\:scale-100:focus{
  --transform-scale-x: 1 !important;
  --transform-scale-y: 1 !important;
}

.focus\:scale-105:focus{
  --transform-scale-x: 1.05 !important;
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-110:focus{
  --transform-scale-x: 1.1 !important;
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-125:focus{
  --transform-scale-x: 1.25 !important;
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-150:focus{
  --transform-scale-x: 1.5 !important;
  --transform-scale-y: 1.5 !important;
}

.focus\:scale-x-0:focus{
  --transform-scale-x: 0 !important;
}

.focus\:scale-x-50:focus{
  --transform-scale-x: .5 !important;
}

.focus\:scale-x-75:focus{
  --transform-scale-x: .75 !important;
}

.focus\:scale-x-90:focus{
  --transform-scale-x: .9 !important;
}

.focus\:scale-x-95:focus{
  --transform-scale-x: .95 !important;
}

.focus\:scale-x-100:focus{
  --transform-scale-x: 1 !important;
}

.focus\:scale-x-105:focus{
  --transform-scale-x: 1.05 !important;
}

.focus\:scale-x-110:focus{
  --transform-scale-x: 1.1 !important;
}

.focus\:scale-x-125:focus{
  --transform-scale-x: 1.25 !important;
}

.focus\:scale-x-150:focus{
  --transform-scale-x: 1.5 !important;
}

.focus\:scale-y-0:focus{
  --transform-scale-y: 0 !important;
}

.focus\:scale-y-50:focus{
  --transform-scale-y: .5 !important;
}

.focus\:scale-y-75:focus{
  --transform-scale-y: .75 !important;
}

.focus\:scale-y-90:focus{
  --transform-scale-y: .9 !important;
}

.focus\:scale-y-95:focus{
  --transform-scale-y: .95 !important;
}

.focus\:scale-y-100:focus{
  --transform-scale-y: 1 !important;
}

.focus\:scale-y-105:focus{
  --transform-scale-y: 1.05 !important;
}

.focus\:scale-y-110:focus{
  --transform-scale-y: 1.1 !important;
}

.focus\:scale-y-125:focus{
  --transform-scale-y: 1.25 !important;
}

.focus\:scale-y-150:focus{
  --transform-scale-y: 1.5 !important;
}

.rotate-0{
  --transform-rotate: 0 !important;
}

.rotate-1{
  --transform-rotate: 1deg !important;
}

.rotate-2{
  --transform-rotate: 2deg !important;
}

.rotate-3{
  --transform-rotate: 3deg !important;
}

.rotate-6{
  --transform-rotate: 6deg !important;
}

.rotate-12{
  --transform-rotate: 12deg !important;
}

.rotate-45{
  --transform-rotate: 45deg !important;
}

.rotate-90{
  --transform-rotate: 90deg !important;
}

.rotate-180{
  --transform-rotate: 180deg !important;
}

.-rotate-180{
  --transform-rotate: -180deg !important;
}

.-rotate-90{
  --transform-rotate: -90deg !important;
}

.-rotate-45{
  --transform-rotate: -45deg !important;
}

.-rotate-12{
  --transform-rotate: -12deg !important;
}

.-rotate-6{
  --transform-rotate: -6deg !important;
}

.-rotate-3{
  --transform-rotate: -3deg !important;
}

.-rotate-2{
  --transform-rotate: -2deg !important;
}

.-rotate-1{
  --transform-rotate: -1deg !important;
}

.hover\:rotate-0:hover{
  --transform-rotate: 0 !important;
}

.hover\:rotate-1:hover{
  --transform-rotate: 1deg !important;
}

.hover\:rotate-2:hover{
  --transform-rotate: 2deg !important;
}

.hover\:rotate-3:hover{
  --transform-rotate: 3deg !important;
}

.hover\:rotate-6:hover{
  --transform-rotate: 6deg !important;
}

.hover\:rotate-12:hover{
  --transform-rotate: 12deg !important;
}

.hover\:rotate-45:hover{
  --transform-rotate: 45deg !important;
}

.hover\:rotate-90:hover{
  --transform-rotate: 90deg !important;
}

.hover\:rotate-180:hover{
  --transform-rotate: 180deg !important;
}

.hover\:-rotate-180:hover{
  --transform-rotate: -180deg !important;
}

.hover\:-rotate-90:hover{
  --transform-rotate: -90deg !important;
}

.hover\:-rotate-45:hover{
  --transform-rotate: -45deg !important;
}

.hover\:-rotate-12:hover{
  --transform-rotate: -12deg !important;
}

.hover\:-rotate-6:hover{
  --transform-rotate: -6deg !important;
}

.hover\:-rotate-3:hover{
  --transform-rotate: -3deg !important;
}

.hover\:-rotate-2:hover{
  --transform-rotate: -2deg !important;
}

.hover\:-rotate-1:hover{
  --transform-rotate: -1deg !important;
}

.focus\:rotate-0:focus{
  --transform-rotate: 0 !important;
}

.focus\:rotate-1:focus{
  --transform-rotate: 1deg !important;
}

.focus\:rotate-2:focus{
  --transform-rotate: 2deg !important;
}

.focus\:rotate-3:focus{
  --transform-rotate: 3deg !important;
}

.focus\:rotate-6:focus{
  --transform-rotate: 6deg !important;
}

.focus\:rotate-12:focus{
  --transform-rotate: 12deg !important;
}

.focus\:rotate-45:focus{
  --transform-rotate: 45deg !important;
}

.focus\:rotate-90:focus{
  --transform-rotate: 90deg !important;
}

.focus\:rotate-180:focus{
  --transform-rotate: 180deg !important;
}

.focus\:-rotate-180:focus{
  --transform-rotate: -180deg !important;
}

.focus\:-rotate-90:focus{
  --transform-rotate: -90deg !important;
}

.focus\:-rotate-45:focus{
  --transform-rotate: -45deg !important;
}

.focus\:-rotate-12:focus{
  --transform-rotate: -12deg !important;
}

.focus\:-rotate-6:focus{
  --transform-rotate: -6deg !important;
}

.focus\:-rotate-3:focus{
  --transform-rotate: -3deg !important;
}

.focus\:-rotate-2:focus{
  --transform-rotate: -2deg !important;
}

.focus\:-rotate-1:focus{
  --transform-rotate: -1deg !important;
}

.translate-x-0{
  --transform-translate-x: 0 !important;
}

.translate-x-1{
  --transform-translate-x: 0.25rem !important;
}

.translate-x-2{
  --transform-translate-x: 0.5rem !important;
}

.translate-x-3{
  --transform-translate-x: 0.75rem !important;
}

.translate-x-4{
  --transform-translate-x: 1rem !important;
}

.translate-x-5{
  --transform-translate-x: 1.25rem !important;
}

.translate-x-6{
  --transform-translate-x: 1.5rem !important;
}

.translate-x-8{
  --transform-translate-x: 2rem !important;
}

.translate-x-10{
  --transform-translate-x: 2.5rem !important;
}

.translate-x-12{
  --transform-translate-x: 3rem !important;
}

.translate-x-16{
  --transform-translate-x: 4rem !important;
}

.translate-x-20{
  --transform-translate-x: 5rem !important;
}

.translate-x-24{
  --transform-translate-x: 6rem !important;
}

.translate-x-28{
  --transform-translate-x: 7rem !important;
}

.translate-x-32{
  --transform-translate-x: 8rem !important;
}

.translate-x-40{
  --transform-translate-x: 10rem !important;
}

.translate-x-48{
  --transform-translate-x: 12rem !important;
}

.translate-x-56{
  --transform-translate-x: 14rem !important;
}

.translate-x-64{
  --transform-translate-x: 16rem !important;
}

.translate-x-px{
  --transform-translate-x: 1px !important;
}

.translate-x-2px{
  --transform-translate-x: 2px !important;
}

.translate-x-3px{
  --transform-translate-x: 3px !important;
}

.translate-x-5px{
  --transform-translate-x: 5px !important;
}

.translate-x-10px{
  --transform-translate-x: 10px !important;
}

.translate-x-15px{
  --transform-translate-x: 15px !important;
}

.translate-x-20px{
  --transform-translate-x: 20px !important;
}

.translate-x-25px{
  --transform-translate-x: 25px !important;
}

.translate-x-30px{
  --transform-translate-x: 30px !important;
}

.translate-x-36px{
  --transform-translate-x: 36px !important;
}

.translate-x-50px{
  --transform-translate-x: 50px !important;
}

.translate-x-60px{
  --transform-translate-x: 60px !important;
}

.translate-x-120px{
  --transform-translate-x: 120px !important;
}

.-translate-x-1{
  --transform-translate-x: -0.25rem !important;
}

.-translate-x-2{
  --transform-translate-x: -0.5rem !important;
}

.-translate-x-3{
  --transform-translate-x: -0.75rem !important;
}

.-translate-x-4{
  --transform-translate-x: -1rem !important;
}

.-translate-x-5{
  --transform-translate-x: -1.25rem !important;
}

.-translate-x-6{
  --transform-translate-x: -1.5rem !important;
}

.-translate-x-8{
  --transform-translate-x: -2rem !important;
}

.-translate-x-10{
  --transform-translate-x: -2.5rem !important;
}

.-translate-x-12{
  --transform-translate-x: -3rem !important;
}

.-translate-x-16{
  --transform-translate-x: -4rem !important;
}

.-translate-x-20{
  --transform-translate-x: -5rem !important;
}

.-translate-x-24{
  --transform-translate-x: -6rem !important;
}

.-translate-x-28{
  --transform-translate-x: -7rem !important;
}

.-translate-x-32{
  --transform-translate-x: -8rem !important;
}

.-translate-x-40{
  --transform-translate-x: -10rem !important;
}

.-translate-x-48{
  --transform-translate-x: -12rem !important;
}

.-translate-x-56{
  --transform-translate-x: -14rem !important;
}

.-translate-x-64{
  --transform-translate-x: -16rem !important;
}

.-translate-x-px{
  --transform-translate-x: -1px !important;
}

.-translate-x-2px{
  --transform-translate-x: -2px !important;
}

.-translate-x-3px{
  --transform-translate-x: -3px !important;
}

.-translate-x-5px{
  --transform-translate-x: -5px !important;
}

.-translate-x-10px{
  --transform-translate-x: -10px !important;
}

.-translate-x-15px{
  --transform-translate-x: -15px !important;
}

.-translate-x-20px{
  --transform-translate-x: -20px !important;
}

.-translate-x-25px{
  --transform-translate-x: -25px !important;
}

.-translate-x-30px{
  --transform-translate-x: -30px !important;
}

.-translate-x-36px{
  --transform-translate-x: -36px !important;
}

.-translate-x-50px{
  --transform-translate-x: -50px !important;
}

.-translate-x-60px{
  --transform-translate-x: -60px !important;
}

.-translate-x-120px{
  --transform-translate-x: -120px !important;
}

.-translate-x-full{
  --transform-translate-x: -100% !important;
}

.-translate-x-1\/2{
  --transform-translate-x: -50% !important;
}

.translate-x-1\/2{
  --transform-translate-x: 50% !important;
}

.translate-x-full{
  --transform-translate-x: 100% !important;
}

.translate-y-0{
  --transform-translate-y: 0 !important;
}

.translate-y-1{
  --transform-translate-y: 0.25rem !important;
}

.translate-y-2{
  --transform-translate-y: 0.5rem !important;
}

.translate-y-3{
  --transform-translate-y: 0.75rem !important;
}

.translate-y-4{
  --transform-translate-y: 1rem !important;
}

.translate-y-5{
  --transform-translate-y: 1.25rem !important;
}

.translate-y-6{
  --transform-translate-y: 1.5rem !important;
}

.translate-y-8{
  --transform-translate-y: 2rem !important;
}

.translate-y-10{
  --transform-translate-y: 2.5rem !important;
}

.translate-y-12{
  --transform-translate-y: 3rem !important;
}

.translate-y-16{
  --transform-translate-y: 4rem !important;
}

.translate-y-20{
  --transform-translate-y: 5rem !important;
}

.translate-y-24{
  --transform-translate-y: 6rem !important;
}

.translate-y-28{
  --transform-translate-y: 7rem !important;
}

.translate-y-32{
  --transform-translate-y: 8rem !important;
}

.translate-y-40{
  --transform-translate-y: 10rem !important;
}

.translate-y-48{
  --transform-translate-y: 12rem !important;
}

.translate-y-56{
  --transform-translate-y: 14rem !important;
}

.translate-y-64{
  --transform-translate-y: 16rem !important;
}

.translate-y-px{
  --transform-translate-y: 1px !important;
}

.translate-y-2px{
  --transform-translate-y: 2px !important;
}

.translate-y-3px{
  --transform-translate-y: 3px !important;
}

.translate-y-5px{
  --transform-translate-y: 5px !important;
}

.translate-y-10px{
  --transform-translate-y: 10px !important;
}

.translate-y-15px{
  --transform-translate-y: 15px !important;
}

.translate-y-20px{
  --transform-translate-y: 20px !important;
}

.translate-y-25px{
  --transform-translate-y: 25px !important;
}

.translate-y-30px{
  --transform-translate-y: 30px !important;
}

.translate-y-36px{
  --transform-translate-y: 36px !important;
}

.translate-y-50px{
  --transform-translate-y: 50px !important;
}

.translate-y-60px{
  --transform-translate-y: 60px !important;
}

.translate-y-120px{
  --transform-translate-y: 120px !important;
}

.-translate-y-1{
  --transform-translate-y: -0.25rem !important;
}

.-translate-y-2{
  --transform-translate-y: -0.5rem !important;
}

.-translate-y-3{
  --transform-translate-y: -0.75rem !important;
}

.-translate-y-4{
  --transform-translate-y: -1rem !important;
}

.-translate-y-5{
  --transform-translate-y: -1.25rem !important;
}

.-translate-y-6{
  --transform-translate-y: -1.5rem !important;
}

.-translate-y-8{
  --transform-translate-y: -2rem !important;
}

.-translate-y-10{
  --transform-translate-y: -2.5rem !important;
}

.-translate-y-12{
  --transform-translate-y: -3rem !important;
}

.-translate-y-16{
  --transform-translate-y: -4rem !important;
}

.-translate-y-20{
  --transform-translate-y: -5rem !important;
}

.-translate-y-24{
  --transform-translate-y: -6rem !important;
}

.-translate-y-28{
  --transform-translate-y: -7rem !important;
}

.-translate-y-32{
  --transform-translate-y: -8rem !important;
}

.-translate-y-40{
  --transform-translate-y: -10rem !important;
}

.-translate-y-48{
  --transform-translate-y: -12rem !important;
}

.-translate-y-56{
  --transform-translate-y: -14rem !important;
}

.-translate-y-64{
  --transform-translate-y: -16rem !important;
}

.-translate-y-px{
  --transform-translate-y: -1px !important;
}

.-translate-y-2px{
  --transform-translate-y: -2px !important;
}

.-translate-y-3px{
  --transform-translate-y: -3px !important;
}

.-translate-y-5px{
  --transform-translate-y: -5px !important;
}

.-translate-y-10px{
  --transform-translate-y: -10px !important;
}

.-translate-y-15px{
  --transform-translate-y: -15px !important;
}

.-translate-y-20px{
  --transform-translate-y: -20px !important;
}

.-translate-y-25px{
  --transform-translate-y: -25px !important;
}

.-translate-y-30px{
  --transform-translate-y: -30px !important;
}

.-translate-y-36px{
  --transform-translate-y: -36px !important;
}

.-translate-y-50px{
  --transform-translate-y: -50px !important;
}

.-translate-y-60px{
  --transform-translate-y: -60px !important;
}

.-translate-y-120px{
  --transform-translate-y: -120px !important;
}

.-translate-y-full{
  --transform-translate-y: -100% !important;
}

.-translate-y-1\/2{
  --transform-translate-y: -50% !important;
}

.translate-y-1\/2{
  --transform-translate-y: 50% !important;
}

.translate-y-full{
  --transform-translate-y: 100% !important;
}

.hover\:translate-x-0:hover{
  --transform-translate-x: 0 !important;
}

.hover\:translate-x-1:hover{
  --transform-translate-x: 0.25rem !important;
}

.hover\:translate-x-2:hover{
  --transform-translate-x: 0.5rem !important;
}

.hover\:translate-x-3:hover{
  --transform-translate-x: 0.75rem !important;
}

.hover\:translate-x-4:hover{
  --transform-translate-x: 1rem !important;
}

.hover\:translate-x-5:hover{
  --transform-translate-x: 1.25rem !important;
}

.hover\:translate-x-6:hover{
  --transform-translate-x: 1.5rem !important;
}

.hover\:translate-x-8:hover{
  --transform-translate-x: 2rem !important;
}

.hover\:translate-x-10:hover{
  --transform-translate-x: 2.5rem !important;
}

.hover\:translate-x-12:hover{
  --transform-translate-x: 3rem !important;
}

.hover\:translate-x-16:hover{
  --transform-translate-x: 4rem !important;
}

.hover\:translate-x-20:hover{
  --transform-translate-x: 5rem !important;
}

.hover\:translate-x-24:hover{
  --transform-translate-x: 6rem !important;
}

.hover\:translate-x-28:hover{
  --transform-translate-x: 7rem !important;
}

.hover\:translate-x-32:hover{
  --transform-translate-x: 8rem !important;
}

.hover\:translate-x-40:hover{
  --transform-translate-x: 10rem !important;
}

.hover\:translate-x-48:hover{
  --transform-translate-x: 12rem !important;
}

.hover\:translate-x-56:hover{
  --transform-translate-x: 14rem !important;
}

.hover\:translate-x-64:hover{
  --transform-translate-x: 16rem !important;
}

.hover\:translate-x-px:hover{
  --transform-translate-x: 1px !important;
}

.hover\:translate-x-2px:hover{
  --transform-translate-x: 2px !important;
}

.hover\:translate-x-3px:hover{
  --transform-translate-x: 3px !important;
}

.hover\:translate-x-5px:hover{
  --transform-translate-x: 5px !important;
}

.hover\:translate-x-10px:hover{
  --transform-translate-x: 10px !important;
}

.hover\:translate-x-15px:hover{
  --transform-translate-x: 15px !important;
}

.hover\:translate-x-20px:hover{
  --transform-translate-x: 20px !important;
}

.hover\:translate-x-25px:hover{
  --transform-translate-x: 25px !important;
}

.hover\:translate-x-30px:hover{
  --transform-translate-x: 30px !important;
}

.hover\:translate-x-36px:hover{
  --transform-translate-x: 36px !important;
}

.hover\:translate-x-50px:hover{
  --transform-translate-x: 50px !important;
}

.hover\:translate-x-60px:hover{
  --transform-translate-x: 60px !important;
}

.hover\:translate-x-120px:hover{
  --transform-translate-x: 120px !important;
}

.hover\:-translate-x-1:hover{
  --transform-translate-x: -0.25rem !important;
}

.hover\:-translate-x-2:hover{
  --transform-translate-x: -0.5rem !important;
}

.hover\:-translate-x-3:hover{
  --transform-translate-x: -0.75rem !important;
}

.hover\:-translate-x-4:hover{
  --transform-translate-x: -1rem !important;
}

.hover\:-translate-x-5:hover{
  --transform-translate-x: -1.25rem !important;
}

.hover\:-translate-x-6:hover{
  --transform-translate-x: -1.5rem !important;
}

.hover\:-translate-x-8:hover{
  --transform-translate-x: -2rem !important;
}

.hover\:-translate-x-10:hover{
  --transform-translate-x: -2.5rem !important;
}

.hover\:-translate-x-12:hover{
  --transform-translate-x: -3rem !important;
}

.hover\:-translate-x-16:hover{
  --transform-translate-x: -4rem !important;
}

.hover\:-translate-x-20:hover{
  --transform-translate-x: -5rem !important;
}

.hover\:-translate-x-24:hover{
  --transform-translate-x: -6rem !important;
}

.hover\:-translate-x-28:hover{
  --transform-translate-x: -7rem !important;
}

.hover\:-translate-x-32:hover{
  --transform-translate-x: -8rem !important;
}

.hover\:-translate-x-40:hover{
  --transform-translate-x: -10rem !important;
}

.hover\:-translate-x-48:hover{
  --transform-translate-x: -12rem !important;
}

.hover\:-translate-x-56:hover{
  --transform-translate-x: -14rem !important;
}

.hover\:-translate-x-64:hover{
  --transform-translate-x: -16rem !important;
}

.hover\:-translate-x-px:hover{
  --transform-translate-x: -1px !important;
}

.hover\:-translate-x-2px:hover{
  --transform-translate-x: -2px !important;
}

.hover\:-translate-x-3px:hover{
  --transform-translate-x: -3px !important;
}

.hover\:-translate-x-5px:hover{
  --transform-translate-x: -5px !important;
}

.hover\:-translate-x-10px:hover{
  --transform-translate-x: -10px !important;
}

.hover\:-translate-x-15px:hover{
  --transform-translate-x: -15px !important;
}

.hover\:-translate-x-20px:hover{
  --transform-translate-x: -20px !important;
}

.hover\:-translate-x-25px:hover{
  --transform-translate-x: -25px !important;
}

.hover\:-translate-x-30px:hover{
  --transform-translate-x: -30px !important;
}

.hover\:-translate-x-36px:hover{
  --transform-translate-x: -36px !important;
}

.hover\:-translate-x-50px:hover{
  --transform-translate-x: -50px !important;
}

.hover\:-translate-x-60px:hover{
  --transform-translate-x: -60px !important;
}

.hover\:-translate-x-120px:hover{
  --transform-translate-x: -120px !important;
}

.hover\:-translate-x-full:hover{
  --transform-translate-x: -100% !important;
}

.hover\:-translate-x-1\/2:hover{
  --transform-translate-x: -50% !important;
}

.hover\:translate-x-1\/2:hover{
  --transform-translate-x: 50% !important;
}

.hover\:translate-x-full:hover{
  --transform-translate-x: 100% !important;
}

.hover\:translate-y-0:hover{
  --transform-translate-y: 0 !important;
}

.hover\:translate-y-1:hover{
  --transform-translate-y: 0.25rem !important;
}

.hover\:translate-y-2:hover{
  --transform-translate-y: 0.5rem !important;
}

.hover\:translate-y-3:hover{
  --transform-translate-y: 0.75rem !important;
}

.hover\:translate-y-4:hover{
  --transform-translate-y: 1rem !important;
}

.hover\:translate-y-5:hover{
  --transform-translate-y: 1.25rem !important;
}

.hover\:translate-y-6:hover{
  --transform-translate-y: 1.5rem !important;
}

.hover\:translate-y-8:hover{
  --transform-translate-y: 2rem !important;
}

.hover\:translate-y-10:hover{
  --transform-translate-y: 2.5rem !important;
}

.hover\:translate-y-12:hover{
  --transform-translate-y: 3rem !important;
}

.hover\:translate-y-16:hover{
  --transform-translate-y: 4rem !important;
}

.hover\:translate-y-20:hover{
  --transform-translate-y: 5rem !important;
}

.hover\:translate-y-24:hover{
  --transform-translate-y: 6rem !important;
}

.hover\:translate-y-28:hover{
  --transform-translate-y: 7rem !important;
}

.hover\:translate-y-32:hover{
  --transform-translate-y: 8rem !important;
}

.hover\:translate-y-40:hover{
  --transform-translate-y: 10rem !important;
}

.hover\:translate-y-48:hover{
  --transform-translate-y: 12rem !important;
}

.hover\:translate-y-56:hover{
  --transform-translate-y: 14rem !important;
}

.hover\:translate-y-64:hover{
  --transform-translate-y: 16rem !important;
}

.hover\:translate-y-px:hover{
  --transform-translate-y: 1px !important;
}

.hover\:translate-y-2px:hover{
  --transform-translate-y: 2px !important;
}

.hover\:translate-y-3px:hover{
  --transform-translate-y: 3px !important;
}

.hover\:translate-y-5px:hover{
  --transform-translate-y: 5px !important;
}

.hover\:translate-y-10px:hover{
  --transform-translate-y: 10px !important;
}

.hover\:translate-y-15px:hover{
  --transform-translate-y: 15px !important;
}

.hover\:translate-y-20px:hover{
  --transform-translate-y: 20px !important;
}

.hover\:translate-y-25px:hover{
  --transform-translate-y: 25px !important;
}

.hover\:translate-y-30px:hover{
  --transform-translate-y: 30px !important;
}

.hover\:translate-y-36px:hover{
  --transform-translate-y: 36px !important;
}

.hover\:translate-y-50px:hover{
  --transform-translate-y: 50px !important;
}

.hover\:translate-y-60px:hover{
  --transform-translate-y: 60px !important;
}

.hover\:translate-y-120px:hover{
  --transform-translate-y: 120px !important;
}

.hover\:-translate-y-1:hover{
  --transform-translate-y: -0.25rem !important;
}

.hover\:-translate-y-2:hover{
  --transform-translate-y: -0.5rem !important;
}

.hover\:-translate-y-3:hover{
  --transform-translate-y: -0.75rem !important;
}

.hover\:-translate-y-4:hover{
  --transform-translate-y: -1rem !important;
}

.hover\:-translate-y-5:hover{
  --transform-translate-y: -1.25rem !important;
}

.hover\:-translate-y-6:hover{
  --transform-translate-y: -1.5rem !important;
}

.hover\:-translate-y-8:hover{
  --transform-translate-y: -2rem !important;
}

.hover\:-translate-y-10:hover{
  --transform-translate-y: -2.5rem !important;
}

.hover\:-translate-y-12:hover{
  --transform-translate-y: -3rem !important;
}

.hover\:-translate-y-16:hover{
  --transform-translate-y: -4rem !important;
}

.hover\:-translate-y-20:hover{
  --transform-translate-y: -5rem !important;
}

.hover\:-translate-y-24:hover{
  --transform-translate-y: -6rem !important;
}

.hover\:-translate-y-28:hover{
  --transform-translate-y: -7rem !important;
}

.hover\:-translate-y-32:hover{
  --transform-translate-y: -8rem !important;
}

.hover\:-translate-y-40:hover{
  --transform-translate-y: -10rem !important;
}

.hover\:-translate-y-48:hover{
  --transform-translate-y: -12rem !important;
}

.hover\:-translate-y-56:hover{
  --transform-translate-y: -14rem !important;
}

.hover\:-translate-y-64:hover{
  --transform-translate-y: -16rem !important;
}

.hover\:-translate-y-px:hover{
  --transform-translate-y: -1px !important;
}

.hover\:-translate-y-2px:hover{
  --transform-translate-y: -2px !important;
}

.hover\:-translate-y-3px:hover{
  --transform-translate-y: -3px !important;
}

.hover\:-translate-y-5px:hover{
  --transform-translate-y: -5px !important;
}

.hover\:-translate-y-10px:hover{
  --transform-translate-y: -10px !important;
}

.hover\:-translate-y-15px:hover{
  --transform-translate-y: -15px !important;
}

.hover\:-translate-y-20px:hover{
  --transform-translate-y: -20px !important;
}

.hover\:-translate-y-25px:hover{
  --transform-translate-y: -25px !important;
}

.hover\:-translate-y-30px:hover{
  --transform-translate-y: -30px !important;
}

.hover\:-translate-y-36px:hover{
  --transform-translate-y: -36px !important;
}

.hover\:-translate-y-50px:hover{
  --transform-translate-y: -50px !important;
}

.hover\:-translate-y-60px:hover{
  --transform-translate-y: -60px !important;
}

.hover\:-translate-y-120px:hover{
  --transform-translate-y: -120px !important;
}

.hover\:-translate-y-full:hover{
  --transform-translate-y: -100% !important;
}

.hover\:-translate-y-1\/2:hover{
  --transform-translate-y: -50% !important;
}

.hover\:translate-y-1\/2:hover{
  --transform-translate-y: 50% !important;
}

.hover\:translate-y-full:hover{
  --transform-translate-y: 100% !important;
}

.focus\:translate-x-0:focus{
  --transform-translate-x: 0 !important;
}

.focus\:translate-x-1:focus{
  --transform-translate-x: 0.25rem !important;
}

.focus\:translate-x-2:focus{
  --transform-translate-x: 0.5rem !important;
}

.focus\:translate-x-3:focus{
  --transform-translate-x: 0.75rem !important;
}

.focus\:translate-x-4:focus{
  --transform-translate-x: 1rem !important;
}

.focus\:translate-x-5:focus{
  --transform-translate-x: 1.25rem !important;
}

.focus\:translate-x-6:focus{
  --transform-translate-x: 1.5rem !important;
}

.focus\:translate-x-8:focus{
  --transform-translate-x: 2rem !important;
}

.focus\:translate-x-10:focus{
  --transform-translate-x: 2.5rem !important;
}

.focus\:translate-x-12:focus{
  --transform-translate-x: 3rem !important;
}

.focus\:translate-x-16:focus{
  --transform-translate-x: 4rem !important;
}

.focus\:translate-x-20:focus{
  --transform-translate-x: 5rem !important;
}

.focus\:translate-x-24:focus{
  --transform-translate-x: 6rem !important;
}

.focus\:translate-x-28:focus{
  --transform-translate-x: 7rem !important;
}

.focus\:translate-x-32:focus{
  --transform-translate-x: 8rem !important;
}

.focus\:translate-x-40:focus{
  --transform-translate-x: 10rem !important;
}

.focus\:translate-x-48:focus{
  --transform-translate-x: 12rem !important;
}

.focus\:translate-x-56:focus{
  --transform-translate-x: 14rem !important;
}

.focus\:translate-x-64:focus{
  --transform-translate-x: 16rem !important;
}

.focus\:translate-x-px:focus{
  --transform-translate-x: 1px !important;
}

.focus\:translate-x-2px:focus{
  --transform-translate-x: 2px !important;
}

.focus\:translate-x-3px:focus{
  --transform-translate-x: 3px !important;
}

.focus\:translate-x-5px:focus{
  --transform-translate-x: 5px !important;
}

.focus\:translate-x-10px:focus{
  --transform-translate-x: 10px !important;
}

.focus\:translate-x-15px:focus{
  --transform-translate-x: 15px !important;
}

.focus\:translate-x-20px:focus{
  --transform-translate-x: 20px !important;
}

.focus\:translate-x-25px:focus{
  --transform-translate-x: 25px !important;
}

.focus\:translate-x-30px:focus{
  --transform-translate-x: 30px !important;
}

.focus\:translate-x-36px:focus{
  --transform-translate-x: 36px !important;
}

.focus\:translate-x-50px:focus{
  --transform-translate-x: 50px !important;
}

.focus\:translate-x-60px:focus{
  --transform-translate-x: 60px !important;
}

.focus\:translate-x-120px:focus{
  --transform-translate-x: 120px !important;
}

.focus\:-translate-x-1:focus{
  --transform-translate-x: -0.25rem !important;
}

.focus\:-translate-x-2:focus{
  --transform-translate-x: -0.5rem !important;
}

.focus\:-translate-x-3:focus{
  --transform-translate-x: -0.75rem !important;
}

.focus\:-translate-x-4:focus{
  --transform-translate-x: -1rem !important;
}

.focus\:-translate-x-5:focus{
  --transform-translate-x: -1.25rem !important;
}

.focus\:-translate-x-6:focus{
  --transform-translate-x: -1.5rem !important;
}

.focus\:-translate-x-8:focus{
  --transform-translate-x: -2rem !important;
}

.focus\:-translate-x-10:focus{
  --transform-translate-x: -2.5rem !important;
}

.focus\:-translate-x-12:focus{
  --transform-translate-x: -3rem !important;
}

.focus\:-translate-x-16:focus{
  --transform-translate-x: -4rem !important;
}

.focus\:-translate-x-20:focus{
  --transform-translate-x: -5rem !important;
}

.focus\:-translate-x-24:focus{
  --transform-translate-x: -6rem !important;
}

.focus\:-translate-x-28:focus{
  --transform-translate-x: -7rem !important;
}

.focus\:-translate-x-32:focus{
  --transform-translate-x: -8rem !important;
}

.focus\:-translate-x-40:focus{
  --transform-translate-x: -10rem !important;
}

.focus\:-translate-x-48:focus{
  --transform-translate-x: -12rem !important;
}

.focus\:-translate-x-56:focus{
  --transform-translate-x: -14rem !important;
}

.focus\:-translate-x-64:focus{
  --transform-translate-x: -16rem !important;
}

.focus\:-translate-x-px:focus{
  --transform-translate-x: -1px !important;
}

.focus\:-translate-x-2px:focus{
  --transform-translate-x: -2px !important;
}

.focus\:-translate-x-3px:focus{
  --transform-translate-x: -3px !important;
}

.focus\:-translate-x-5px:focus{
  --transform-translate-x: -5px !important;
}

.focus\:-translate-x-10px:focus{
  --transform-translate-x: -10px !important;
}

.focus\:-translate-x-15px:focus{
  --transform-translate-x: -15px !important;
}

.focus\:-translate-x-20px:focus{
  --transform-translate-x: -20px !important;
}

.focus\:-translate-x-25px:focus{
  --transform-translate-x: -25px !important;
}

.focus\:-translate-x-30px:focus{
  --transform-translate-x: -30px !important;
}

.focus\:-translate-x-36px:focus{
  --transform-translate-x: -36px !important;
}

.focus\:-translate-x-50px:focus{
  --transform-translate-x: -50px !important;
}

.focus\:-translate-x-60px:focus{
  --transform-translate-x: -60px !important;
}

.focus\:-translate-x-120px:focus{
  --transform-translate-x: -120px !important;
}

.focus\:-translate-x-full:focus{
  --transform-translate-x: -100% !important;
}

.focus\:-translate-x-1\/2:focus{
  --transform-translate-x: -50% !important;
}

.focus\:translate-x-1\/2:focus{
  --transform-translate-x: 50% !important;
}

.focus\:translate-x-full:focus{
  --transform-translate-x: 100% !important;
}

.focus\:translate-y-0:focus{
  --transform-translate-y: 0 !important;
}

.focus\:translate-y-1:focus{
  --transform-translate-y: 0.25rem !important;
}

.focus\:translate-y-2:focus{
  --transform-translate-y: 0.5rem !important;
}

.focus\:translate-y-3:focus{
  --transform-translate-y: 0.75rem !important;
}

.focus\:translate-y-4:focus{
  --transform-translate-y: 1rem !important;
}

.focus\:translate-y-5:focus{
  --transform-translate-y: 1.25rem !important;
}

.focus\:translate-y-6:focus{
  --transform-translate-y: 1.5rem !important;
}

.focus\:translate-y-8:focus{
  --transform-translate-y: 2rem !important;
}

.focus\:translate-y-10:focus{
  --transform-translate-y: 2.5rem !important;
}

.focus\:translate-y-12:focus{
  --transform-translate-y: 3rem !important;
}

.focus\:translate-y-16:focus{
  --transform-translate-y: 4rem !important;
}

.focus\:translate-y-20:focus{
  --transform-translate-y: 5rem !important;
}

.focus\:translate-y-24:focus{
  --transform-translate-y: 6rem !important;
}

.focus\:translate-y-28:focus{
  --transform-translate-y: 7rem !important;
}

.focus\:translate-y-32:focus{
  --transform-translate-y: 8rem !important;
}

.focus\:translate-y-40:focus{
  --transform-translate-y: 10rem !important;
}

.focus\:translate-y-48:focus{
  --transform-translate-y: 12rem !important;
}

.focus\:translate-y-56:focus{
  --transform-translate-y: 14rem !important;
}

.focus\:translate-y-64:focus{
  --transform-translate-y: 16rem !important;
}

.focus\:translate-y-px:focus{
  --transform-translate-y: 1px !important;
}

.focus\:translate-y-2px:focus{
  --transform-translate-y: 2px !important;
}

.focus\:translate-y-3px:focus{
  --transform-translate-y: 3px !important;
}

.focus\:translate-y-5px:focus{
  --transform-translate-y: 5px !important;
}

.focus\:translate-y-10px:focus{
  --transform-translate-y: 10px !important;
}

.focus\:translate-y-15px:focus{
  --transform-translate-y: 15px !important;
}

.focus\:translate-y-20px:focus{
  --transform-translate-y: 20px !important;
}

.focus\:translate-y-25px:focus{
  --transform-translate-y: 25px !important;
}

.focus\:translate-y-30px:focus{
  --transform-translate-y: 30px !important;
}

.focus\:translate-y-36px:focus{
  --transform-translate-y: 36px !important;
}

.focus\:translate-y-50px:focus{
  --transform-translate-y: 50px !important;
}

.focus\:translate-y-60px:focus{
  --transform-translate-y: 60px !important;
}

.focus\:translate-y-120px:focus{
  --transform-translate-y: 120px !important;
}

.focus\:-translate-y-1:focus{
  --transform-translate-y: -0.25rem !important;
}

.focus\:-translate-y-2:focus{
  --transform-translate-y: -0.5rem !important;
}

.focus\:-translate-y-3:focus{
  --transform-translate-y: -0.75rem !important;
}

.focus\:-translate-y-4:focus{
  --transform-translate-y: -1rem !important;
}

.focus\:-translate-y-5:focus{
  --transform-translate-y: -1.25rem !important;
}

.focus\:-translate-y-6:focus{
  --transform-translate-y: -1.5rem !important;
}

.focus\:-translate-y-8:focus{
  --transform-translate-y: -2rem !important;
}

.focus\:-translate-y-10:focus{
  --transform-translate-y: -2.5rem !important;
}

.focus\:-translate-y-12:focus{
  --transform-translate-y: -3rem !important;
}

.focus\:-translate-y-16:focus{
  --transform-translate-y: -4rem !important;
}

.focus\:-translate-y-20:focus{
  --transform-translate-y: -5rem !important;
}

.focus\:-translate-y-24:focus{
  --transform-translate-y: -6rem !important;
}

.focus\:-translate-y-28:focus{
  --transform-translate-y: -7rem !important;
}

.focus\:-translate-y-32:focus{
  --transform-translate-y: -8rem !important;
}

.focus\:-translate-y-40:focus{
  --transform-translate-y: -10rem !important;
}

.focus\:-translate-y-48:focus{
  --transform-translate-y: -12rem !important;
}

.focus\:-translate-y-56:focus{
  --transform-translate-y: -14rem !important;
}

.focus\:-translate-y-64:focus{
  --transform-translate-y: -16rem !important;
}

.focus\:-translate-y-px:focus{
  --transform-translate-y: -1px !important;
}

.focus\:-translate-y-2px:focus{
  --transform-translate-y: -2px !important;
}

.focus\:-translate-y-3px:focus{
  --transform-translate-y: -3px !important;
}

.focus\:-translate-y-5px:focus{
  --transform-translate-y: -5px !important;
}

.focus\:-translate-y-10px:focus{
  --transform-translate-y: -10px !important;
}

.focus\:-translate-y-15px:focus{
  --transform-translate-y: -15px !important;
}

.focus\:-translate-y-20px:focus{
  --transform-translate-y: -20px !important;
}

.focus\:-translate-y-25px:focus{
  --transform-translate-y: -25px !important;
}

.focus\:-translate-y-30px:focus{
  --transform-translate-y: -30px !important;
}

.focus\:-translate-y-36px:focus{
  --transform-translate-y: -36px !important;
}

.focus\:-translate-y-50px:focus{
  --transform-translate-y: -50px !important;
}

.focus\:-translate-y-60px:focus{
  --transform-translate-y: -60px !important;
}

.focus\:-translate-y-120px:focus{
  --transform-translate-y: -120px !important;
}

.focus\:-translate-y-full:focus{
  --transform-translate-y: -100% !important;
}

.focus\:-translate-y-1\/2:focus{
  --transform-translate-y: -50% !important;
}

.focus\:translate-y-1\/2:focus{
  --transform-translate-y: 50% !important;
}

.focus\:translate-y-full:focus{
  --transform-translate-y: 100% !important;
}

.skew-x-0{
  --transform-skew-x: 0 !important;
}

.skew-x-1{
  --transform-skew-x: 1deg !important;
}

.skew-x-2{
  --transform-skew-x: 2deg !important;
}

.skew-x-3{
  --transform-skew-x: 3deg !important;
}

.skew-x-6{
  --transform-skew-x: 6deg !important;
}

.skew-x-12{
  --transform-skew-x: 12deg !important;
}

.-skew-x-12{
  --transform-skew-x: -12deg !important;
}

.-skew-x-6{
  --transform-skew-x: -6deg !important;
}

.-skew-x-3{
  --transform-skew-x: -3deg !important;
}

.-skew-x-2{
  --transform-skew-x: -2deg !important;
}

.-skew-x-1{
  --transform-skew-x: -1deg !important;
}

.skew-y-0{
  --transform-skew-y: 0 !important;
}

.skew-y-1{
  --transform-skew-y: 1deg !important;
}

.skew-y-2{
  --transform-skew-y: 2deg !important;
}

.skew-y-3{
  --transform-skew-y: 3deg !important;
}

.skew-y-6{
  --transform-skew-y: 6deg !important;
}

.skew-y-12{
  --transform-skew-y: 12deg !important;
}

.-skew-y-12{
  --transform-skew-y: -12deg !important;
}

.-skew-y-6{
  --transform-skew-y: -6deg !important;
}

.-skew-y-3{
  --transform-skew-y: -3deg !important;
}

.-skew-y-2{
  --transform-skew-y: -2deg !important;
}

.-skew-y-1{
  --transform-skew-y: -1deg !important;
}

.hover\:skew-x-0:hover{
  --transform-skew-x: 0 !important;
}

.hover\:skew-x-1:hover{
  --transform-skew-x: 1deg !important;
}

.hover\:skew-x-2:hover{
  --transform-skew-x: 2deg !important;
}

.hover\:skew-x-3:hover{
  --transform-skew-x: 3deg !important;
}

.hover\:skew-x-6:hover{
  --transform-skew-x: 6deg !important;
}

.hover\:skew-x-12:hover{
  --transform-skew-x: 12deg !important;
}

.hover\:-skew-x-12:hover{
  --transform-skew-x: -12deg !important;
}

.hover\:-skew-x-6:hover{
  --transform-skew-x: -6deg !important;
}

.hover\:-skew-x-3:hover{
  --transform-skew-x: -3deg !important;
}

.hover\:-skew-x-2:hover{
  --transform-skew-x: -2deg !important;
}

.hover\:-skew-x-1:hover{
  --transform-skew-x: -1deg !important;
}

.hover\:skew-y-0:hover{
  --transform-skew-y: 0 !important;
}

.hover\:skew-y-1:hover{
  --transform-skew-y: 1deg !important;
}

.hover\:skew-y-2:hover{
  --transform-skew-y: 2deg !important;
}

.hover\:skew-y-3:hover{
  --transform-skew-y: 3deg !important;
}

.hover\:skew-y-6:hover{
  --transform-skew-y: 6deg !important;
}

.hover\:skew-y-12:hover{
  --transform-skew-y: 12deg !important;
}

.hover\:-skew-y-12:hover{
  --transform-skew-y: -12deg !important;
}

.hover\:-skew-y-6:hover{
  --transform-skew-y: -6deg !important;
}

.hover\:-skew-y-3:hover{
  --transform-skew-y: -3deg !important;
}

.hover\:-skew-y-2:hover{
  --transform-skew-y: -2deg !important;
}

.hover\:-skew-y-1:hover{
  --transform-skew-y: -1deg !important;
}

.focus\:skew-x-0:focus{
  --transform-skew-x: 0 !important;
}

.focus\:skew-x-1:focus{
  --transform-skew-x: 1deg !important;
}

.focus\:skew-x-2:focus{
  --transform-skew-x: 2deg !important;
}

.focus\:skew-x-3:focus{
  --transform-skew-x: 3deg !important;
}

.focus\:skew-x-6:focus{
  --transform-skew-x: 6deg !important;
}

.focus\:skew-x-12:focus{
  --transform-skew-x: 12deg !important;
}

.focus\:-skew-x-12:focus{
  --transform-skew-x: -12deg !important;
}

.focus\:-skew-x-6:focus{
  --transform-skew-x: -6deg !important;
}

.focus\:-skew-x-3:focus{
  --transform-skew-x: -3deg !important;
}

.focus\:-skew-x-2:focus{
  --transform-skew-x: -2deg !important;
}

.focus\:-skew-x-1:focus{
  --transform-skew-x: -1deg !important;
}

.focus\:skew-y-0:focus{
  --transform-skew-y: 0 !important;
}

.focus\:skew-y-1:focus{
  --transform-skew-y: 1deg !important;
}

.focus\:skew-y-2:focus{
  --transform-skew-y: 2deg !important;
}

.focus\:skew-y-3:focus{
  --transform-skew-y: 3deg !important;
}

.focus\:skew-y-6:focus{
  --transform-skew-y: 6deg !important;
}

.focus\:skew-y-12:focus{
  --transform-skew-y: 12deg !important;
}

.focus\:-skew-y-12:focus{
  --transform-skew-y: -12deg !important;
}

.focus\:-skew-y-6:focus{
  --transform-skew-y: -6deg !important;
}

.focus\:-skew-y-3:focus{
  --transform-skew-y: -3deg !important;
}

.focus\:-skew-y-2:focus{
  --transform-skew-y: -2deg !important;
}

.focus\:-skew-y-1:focus{
  --transform-skew-y: -1deg !important;
}

.transition-0{
  -webkit-transition-property: hover !important;
  transition-property: hover !important;
}

.transition-1{
  -webkit-transition-property: focus !important;
  transition-property: focus !important;
}

.transition-none{
  -webkit-transition-property: none !important;
  transition-property: none !important;
}

.transition-all{
  -webkit-transition-property: all !important;
  transition-property: all !important;
}

.transition{
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
}

.transition-colors{
  -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
  transition-property: background-color, border-color, color, fill, stroke !important;
}

.transition-opacity{
  -webkit-transition-property: opacity !important;
  transition-property: opacity !important;
}

.transition-shadow{
  -webkit-transition-property: -webkit-box-shadow !important;
  transition-property: -webkit-box-shadow !important;
  transition-property: box-shadow !important;
  transition-property: box-shadow, -webkit-box-shadow !important;
}

.transition-transform{
  -webkit-transition-property: -webkit-transform !important;
  transition-property: -webkit-transform !important;
  transition-property: transform !important;
  transition-property: transform, -webkit-transform !important;
}

.ease-linear{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease-in{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.ease-out{
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}

.ease-in-out{
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.duration-75{
  -webkit-transition-duration: 75ms !important;
  transition-duration: 75ms !important;
}

.duration-100{
  -webkit-transition-duration: 100ms !important;
  transition-duration: 100ms !important;
}

.duration-150{
  -webkit-transition-duration: 150ms !important;
  transition-duration: 150ms !important;
}

.duration-200{
  -webkit-transition-duration: 200ms !important;
  transition-duration: 200ms !important;
}

.duration-300{
  -webkit-transition-duration: 300ms !important;
  transition-duration: 300ms !important;
}

.duration-500{
  -webkit-transition-duration: 500ms !important;
  transition-duration: 500ms !important;
}

.duration-700{
  -webkit-transition-duration: 700ms !important;
  transition-duration: 700ms !important;
}

.duration-1000{
  -webkit-transition-duration: 1000ms !important;
  transition-duration: 1000ms !important;
}

.delay-75{
  -webkit-transition-delay: 75ms !important;
  transition-delay: 75ms !important;
}

.delay-100{
  -webkit-transition-delay: 100ms !important;
  transition-delay: 100ms !important;
}

.delay-150{
  -webkit-transition-delay: 150ms !important;
  transition-delay: 150ms !important;
}

.delay-200{
  -webkit-transition-delay: 200ms !important;
  transition-delay: 200ms !important;
}

.delay-300{
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.delay-500{
  -webkit-transition-delay: 500ms !important;
  transition-delay: 500ms !important;
}

.delay-700{
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.delay-1000{
  -webkit-transition-delay: 1000ms !important;
  transition-delay: 1000ms !important;
}

@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping{
  75%, 100%{
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse{
  50%{
    opacity: .5;
  }
}

@keyframes pulse{
  50%{
    opacity: .5;
  }
}

@-webkit-keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce{
  0%, 100%{
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    -webkit-transform: none;
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none{
  -webkit-animation: none !important;
  animation: none !important;
}

.animate-spin{
  -webkit-animation: spin 1s linear infinite !important;
  animation: spin 1s linear infinite !important;
}

.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
}

.animate-pulse{
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}

.animate-bounce{
  -webkit-animation: bounce 1s infinite !important;
  animation: bounce 1s infinite !important;
}

/* typography */

/* h1-h6 */

@media all {
  html, html.tag-html {
    font-size: 14px;
  }

  body {
    font-size: 15px;
  }

  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin-top: 0;
    margin-bottom: .5em;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
  }

  h1, .h1 {
    font-size: 50px;
    color: #333;
    margin-bottom: .8em;
  }

  h2, .h2 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 53px;
  }

  h2:first-child, .h2:first-child {
    margin-top: -0.125em;
  }

  h3, .h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 1.5rem;
  }

  h3:first-child, .h3:first-child {
    margin-top: -0.125em;
  }

  h4, .h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 20px;
  }

  h4:first-child, .h4:first-child {
    margin-top: -0.125em;
  }

  h5, .h5 {
    font-size: 16px;
    line-height: 1.4;
    color: #333;
  }

  h5:first-child, .h5:first-child {
    margin-top: -0.125em;
  }

  h5:hover, .h5:hover {
    color: #cc0a0a;
  }
}

@media (max-width: 1024px) {
  h1, .h1 {
    font-size: 45px;
  }

  h2, .h2 {
    font-size: 35px;
  }

  h3, .h3 {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  h1, h3, h4, h5, .h1, .h3, .h4, .h5 {
    margin-bottom: 1em;
  }

  h2, .h2 {
    text-align: center;
  }

  h1, .h1 {
    text-align: center;
  }
}

@media (max-width: 560px) {
  html, html.tag-html {
    font-size: 13px;
  }

  body {
    font-size: 14px;
  }

  h1, .h1 {
    font-size: 40px;
  }

  h2, .h2 {
    font-size: 30px;
    margin-bottom: 34px;
  }

  h3, .h3 {
    font-size: 23px;
  }

  h4, .h4 {
    margin-bottom: 18px;
  }
}

@media (max-width: 479px) {
  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }

  h3, .h3 {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  h4, .h4 {
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  h1, .h1 {
    font-size: 28px;
  }
}

@media (min-width: 560px) {
  h2, .h2 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    margin-top: 80px;
  }
}

@media (min-width: 1280px) {
  h2, .h2 {
    margin-top: 100px;
  }
}

@media (min-width: 1920px) {
  h2, .h2 {
    margin-top: 120px;
  }
}

/* .typography */

body, body.tag-body {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 400;
  cursor: default;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: var(--hover-color);
  text-decoration: none;
}

p {
  margin: 0 0 1.5rem;
}

p:last-child {
  margin-bottom: 0;
}

button, .not-selected {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.break {
  word-break: break-all;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.w {
  max-width: 100%;
  margin: auto;
  width: 1570px;
  padding: 0 15px;
}

.b-section {
  padding: 50px 0;
}

.b-section_gray {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-section.b-section_builtInPage {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 30px 15px 25px;
}

.b-section.b-section_topPage {
  padding: 0 0 30px;
}

.hide {
  display: none;
}

ul.markerLineList {
  line-height: 1.75rem;
  padding-left: 0.5rem;
  padding-bottom: 1.5rem;
}

ul.markerLineList li {
  padding-left: 0.5rem;
}

ul.markerLineList li:before {
  display: inline;
  content: "-";
  width: 0.25rem;
  margin-left: -0.5rem;
}

.b-overlay {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
  content: "";
  z-index: 6;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

._overflow .b-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: all;
}

._overflow .b-overlay ~ .header > .header__top._fixed {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 560px) {
  .w {
    padding: 0 20px;
  }

  .b-section {
    padding: 60px 0;
  }

  .b-section.b-section_builtInPage {
    padding: 30px 15px;
  }
}

@media (min-width: 768px) {
  .w {
    padding: 0 30px;
  }

  .b-section {
    padding: 80px 0 60px;
  }

  .b-section.b-section_builtInPage {
    padding: 60px 30px 30px;
  }
}

@media (min-width: 1024px) {
  ._overflow .b-overlay {
    display: none;
  }
}

@media (min-width: 1280px) {
  .w {
    padding: 0 30px;
  }

  .b-section {
    padding: 100px 0;
  }

  .b-section.b-section_builtInPage {
    padding: 80px 30px;
  }
}

@media (min-width: 1920px) {
  .b-section {
    padding: 120px 0;
  }

  .b-section.b-section_builtInPage {
    padding: 100px 30px 80px;
  }
}

.bx-context-toolbar-empty-area {
  min-height: 0 !important;
}

@media (max-width: 1023px) {
  ._overflow #bx-panel {
    display: none !important;
  }
}

/**
 * https://cp.citrus-soft.ru/company/personal/user/819/tasks/task/view/77349/?MID=480215#com480215
 */

#BX_file_dialog img,
#bxmedialib img {
  display: inline;
}

/* layout - общее для всех страниц: header, footer, sidebar, navigation, forms, grid */

.b-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  background-image: none;
  border-width: 0;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: 45px;
  padding: 0 20px;
  line-height: 2.25;
  border-radius: 25px;
  min-width: 200px;
  /*default size*/
  max-width: 100%;
  -webkit-transition: background-color .15s ease, color .15s ease, border-color .15s ease;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.b-btn_primary {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--primary-color);
}

.b-btn_primary:hover, .b-btn_primary:active {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--hover-color);
}

.b-btn_secondary {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.b-btn_secondary .b-btn__icon {
  fill: #888888;
  width: 15px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.b-btn_secondary:hover {
  color: var(--hover-color);
  border-color: var(--hover-color);
}

.b-btn_secondary:hover .b-btn__icon {
  fill: var(--hover-color);
}

.b-btn_secondary:active {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.b-btn_secondary:active .b-btn__icon {
  fill: #ffffff;
}

.b-btn_transparent {
  color: var(--primary-color);
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-color);
}

.b-btn_transparent:hover {
  color: var(--hover-color);
  border-width: 2px;
  border-color: var(--hover-color);
}

.b-btn_transparent:active {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--hover-color);
  border-color: var(--hover-color);
}

.b-btn_onColor {
  color: var(--primary-color);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-btn_onColor:hover {
  color: var(--hover-color);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.b-btn_onColor:active {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

/* кнопка со стрелкой: swiper, пагинация в каталоге */

.b-btnArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, var(--bg-opacity));
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  width: 41px;
  height: 41px;
  z-index: 4;
  -webkit-transition: .15s ease;
  transition: .15s ease;
}

.b-btnArrow svg {
  height: 2rem;
  fill: #333333;
  width: 24px;
}

.b-btnArrow:not(.b-btnArrow_disabled):hover, .b-btnArrow:not(.b-btnArrow_disabled):active {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.b-btnArrow:not(.b-btnArrow_disabled):hover svg {
  fill: var(--primary-color);
}

.b-btnArrow:not(.b-btnArrow_disabled):active svg {
  fill: var(--hover-color);
}

.b-btnArrow_gray {
  --bg-opacity: 1;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, var(--bg-opacity));
}

.b-btnArrow_white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-btnArrow_disabled svg {
  fill: #888888;
}

.b-btnArrow.b-btnArrow_single {
  width: auto;
  height: auto;
}

/* кнопка в виде ссылки: прайс-лист */

.b-btnLink {
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

@media (min-width: 768px) {
  .b-btn {
    font-size: 16px;
    height: 50px;
  }

  .b-btnArrow {
    width: 51px;
    height: 51px;
  }

  .b-btnLink {
    font-size: 16px;
  }
}

@font-face {
  font-family: 'icomoon';

  src: url("/local/templates/citrus_aproduction3/app/assets/dist/css/../fonts/icomoon/icomoon.eot?3flslg");

  src: url("/local/templates/citrus_aproduction3/app/assets/dist/css/../fonts/icomoon/icomoon.eot?3flslg#iefix") format("embedded-opentype"), url("/local/templates/citrus_aproduction3/app/assets/dist/css/../fonts/icomoon/icomoon.ttf?3flslg") format("truetype"), url("/local/templates/citrus_aproduction3/app/assets/dist/css/../fonts/icomoon/icomoon.woff?3flslg") format("woff"), url("/local/templates/citrus_aproduction3/app/assets/dist/css/../fonts/icomoon/icomoon.svg?3flslg#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-yt:before {
  content: "\e906";
}

.icon-fb:before {
  content: "\e90d";
}

.icon-tw:before {
  content: "\e902";
}

.icon-vk:before {
  content: "\e905";
}

.icon-i_food:before {
  content: "\e91e";
}

.icon-i_hospital:before {
  content: "\e91f";
}

.icon-i_park:before {
  content: "\e920";
}

.icon-i_school:before {
  content: "\e921";
}

.icon-i_shop:before {
  content: "\e922";
}

.icon-i_sport:before {
  content: "\e923";
}

.icon-i_baby:before {
  content: "\e924";
}

.icon-i_bank:before {
  content: "\e925";
}

.icon-i_beauty:before {
  content: "\e926";
}

.icon-i_car:before {
  content: "\e927";
}

.icon-i_church:before {
  content: "\e928";
}

.icon-i_cinema:before {
  content: "\e929";
}

.icon-odnoklassniki:before {
  content: "\e936";
}

.icon-ok:before {
  content: "\e937";
  color: #f4731c;
}

.icon-whatsapp:before {
  content: "\e938";
}

.icon-plus:before {
  content: "\e933";
}

.icon-view_list1:before {
  content: "\e939";
}

.icon-view_cards1:before {
  content: "\e93e";
}

.icon-view_table:before {
  content: "\e93f";
}

.icon-ig:before {
  content: "\e941";
}

.icon-arrow-down-bold:before {
  content: "\e943";
}

.icon-camera:before {
  content: "\e944";
}

.icon-long-left-arrow:before {
  content: "\e945";
}

.icon-long-right-arrow:before {
  content: "\e946";
}

.icon-close1:before {
  content: "\e947";
}

.icon-skype:before {
  content: "\e948";
}

.icon-time1:before {
  content: "\e949";
}

.icon-yt1:before {
  content: "\e94a";
}

.icon-search:before {
  content: "\e94b";
}

.icon-fb1:before {
  content: "\e94c";
}

.icon-tw1:before {
  content: "\e94d";
}

.icon-vk1:before {
  content: "\e94e";
}

.icon-phone1:before {
  content: "\e94f";
}

.icon-map1:before {
  content: "\e950";
}

.icon-mail1:before {
  content: "\e93a";
}

.icon-arrow-down:before {
  content: "\e93d";
}

.icon-arrow-left:before {
  content: "\e940";
}

.icon-arrow-right:before {
  content: "\e942";
}

.icon-trash:before {
  content: "\e932";
}

.icon-copy:before {
  content: "\e931";
}

.icon-checked:before {
  content: "\e934";
}

.icon-heart-del:before {
  content: "\e930";
}

.icon-calc:before {
  content: "\e92f";
}

.icon-close:before {
  content: "\e92e";
}

.icon-exclamation-triangle:before {
  content: "\e91c";
}

.icon-warning:before {
  content: "\e91c";
}

.icon-zoom:before {
  content: "\e92a";
}

.icon-print:before {
  content: "\e92b";
}

.icon-mail-2:before {
  content: "\e92c";
}

.icon-plan:before {
  content: "\e92d";
}

.icon-heart:before {
  content: "\e91d";
}

.icon-arrow_top:before {
  content: "\e91b";
}

.icon-time:before {
  content: "\e91a";
}

.icon-file_default:before {
  content: "\e919";
}

.icon-img-placeholder:before {
  content: "\e918";
}

.icon-map:before {
  content: "\e900";
}

.icon-phone:before {
  content: "\e901";
}

.icon-view_list:before {
  content: "\e903";
}

.icon-view_cards:before {
  content: "\e904";
}

.icon-arrow_left:before {
  content: "\e907";
}

.icon-arrow_right:before {
  content: "\e908";
}

.icon-benefit-1:before {
  content: "\e909";
}

.icon-benefit-2:before {
  content: "\e90a";
}

.icon-benefit-3:before {
  content: "\e90b";
}

.icon-benefit-4:before {
  content: "\e90c";
}

.icon-file_archive:before {
  content: "\e90e";
}

.icon-file_docx:before {
  content: "\e90f";
}

.icon-file_gif:before {
  content: "\e910";
}

.icon-file_jpg:before {
  content: "\e911";
}

.icon-file_pdf:before {
  content: "\e912";
}

.icon-file_png:before {
  content: "\e913";
}

.icon-file_pptx:before {
  content: "\e914";
}

.icon-file_xlsx:before {
  content: "\e915";
}

.icon-logo:before {
  content: "\e916";
}

.icon-mail:before {
  content: "\e917";
}

.icon-sort-amount-desc:before {
  content: "\e93b";
}

.icon-sort-amount-asc:before {
  content: "\e93c";
}

.b-h__placeholder {
  display: none;
}

.b-h_fixed .b-h__placeholder {
  display: block;
  height: 78px;
}

.b-h__wrap {
  position: relative;
  width: 100%;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  min-width: 320px;
  z-index: 898;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.b-h_fixed .b-h__wrap {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-h__inn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-h__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-h__item_left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 10px;
}

.b-h__item_right {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-h__logo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.b-h__call {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 0.5rem;
  padding-left: 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-h__call:before {
  position: absolute;
  left: 0;
  display: block;
  background-color: var(--primary-color);
  content: "";
  height: 40px;
  width: 2px;
}

.b-h__callNum {
  display: block;
  font-size: 18px;
  font-weight: 600;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  line-height: 1.625;
  white-space: nowrap;
}

.b-h__callLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-h__callIcon {
  font-size: 20px;
  color: var(--primary-color);
}

.b-h__callText {
  margin-left: 0.75rem;
  font-size: 13px;
  line-height: 1.625;
  text-decoration: underline;
}

.b-h__menuTop {
  display: none;
  z-index: 1;
}

.b-h__menuFloat {
  display: none;
}

.b-h__phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  -webkit-transition: .3s ease;
  transition: .3s ease;
  width: 30px;
  height: 30px;
  z-index: 1;
}

.b-h__phone_active {
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-h__phone_active .b-h__phoneIcon {
  opacity: 0;
}

.b-h__phone_active .b-h__phoneClose,
    .b-h__phone_active .b-h__phoneClose:after {
  opacity: 1;
}

.b-h__phoneIcon {
  font-size: 18px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-h__phoneClose {
  top: 9px;
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.b-h__phoneClose, .b-h__phoneClose:after {
  position: absolute;
  background-color: var(--primary-color);
  opacity: 0;
  width: 17px;
  height: 2px;
}

.b-h__phoneClose:after {
  display: block;
  content: "";
  top: 10px;
  -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.b-h__burger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-color: transparent;
  font-size: 21px;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 1;
}

.b-h__burger_active {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-h__burger_active .b-h__burgerIcon {
  background-color: var(--primary-color);
  top: 9px;
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
  transform: translate3d(0, 5px, 0) rotate(45deg);
}

.b-h__burger_active .b-h__burgerIcon:before {
  background-color: var(--primary-color);
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.b-h__burger_active .b-h__burgerIcon:after {
  background-color: var(--primary-color);
  top: 10px;
  -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
  transform: translate3d(0, -10px, 0) rotate(-90deg);
}

.b-h__burgerIcon {
  top: 8px;
  left: 7px;
}

.b-h__burgerIcon, .b-h__burgerIcon:before, .b-h__burgerIcon:after {
  position: absolute;
  --bg-opacity: 1;
  background-color: #333;
  background-color: rgba(51, 51, 51, var(--bg-opacity));
  width: 17px;
  height: 2px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.b-h__burgerIcon:before, .b-h__burgerIcon:after {
  display: block;
  content: "";
}

.b-h__burgerIcon:before {
  top: 6px;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.b-h__burgerIcon:after {
  top: 12px;
}

.b-h__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  height: 30px;
}

.change-lang {
  margin: 0 10px 0 0;
}

.change-lang__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.b-btn.b-btn_primary.b-h__order {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  height: 40px;
}

@media (max-width: 800px) {
  .b-h__callNum {
    white-space: nowrap;
    max-width: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 767px) {
  .b-btn.b-btn_primary.b-h__order {
    display: none;
  }
}

@media (min-width: 560px) {
  .change-lang {
    margin: 0 12px 0 0;
  }

  .b-h__item_left {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .b-h__phone {
    width: 52px;
    height: 52px;
  }

  .b-h__phoneClose {
    top: 20px;
  }

  .b-h__phoneClose:after {
    top: 10px;
  }

  .b-h__burger {
    width: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    height: 52px;
  }

  .b-h__burger_active .b-h__burgerIcon {
    top: 20px;
  }

  .b-h__burgerIcon {
    top: 20px;
    left: 17px;
  }

  .b-h__search {
    width: 52px;
    height: 52px;
  }
}

@media (min-width: 768px) {
  .b-h_fixed .b-h__placeholder {
    height: 108.5px;
  }

  .b-h__item_left {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }

  .b-h__item_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .b-h__logo {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 2rem;
    min-width: 300px;
    max-width: 370px;
  }

  .b-h__call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-h__phone {
    display: none;
  }

  .b-h__burger {
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .change-lang {
    margin: 0 32px 0 0;
  }

  .b-h__logo {
    max-width: 630px;
  }

  ._menu .b-h__menuFloat {
    display: block;
  }
}

@media (min-width: 1280px) {
  .b-h__logo {
    max-width: 880px;
  }
}

@media (min-width: 1920px) {
  .change-lang {
    margin: 0 40px;
  }

  .b-h__menuTop {
    display: block;
  }

  .b-h__burger {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    display: none;
  }

  .b-h__logo {
    max-width: 530px;
  }

  .b-h__callNum {
    white-space: nowrap;
    max-width: 13rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.b-h__burger + div[id^="bx"] {
  display: contents;
}

.b-swiper_nonStandart .b-swiper {
  padding: 15px;
  margin: -15px;
}

.b-swiper_nonStandart .b-swiper__item {
  min-width: 290px;
}

@media (min-width: 360px) {
  .b-swiper_nonStandart .b-swiper__item {
    min-width: 330px;
  }
}

@media (min-width: 560px) {
  .b-swiper_nonStandart .b-swiper__item {
    min-width: 520px;
  }
}

@media (min-width: 768px) {
  .b-swiper_nonStandart .b-swiper__item {
    min-width: 708px;
  }
}

@media (min-width: 1024px) {
  .b-swiper_nonStandart .b-swiper__item {
    width: 25% !important;
    min-width: 241px;
  }

  .b-swiper_nonStandart .b-swiper__item:first-child {
    width: 48% !important;
    min-width: 453px;
  }
}

@media (min-width: 1280px) {
  .b-swiper_nonStandart .b-swiper__item {
    width: 25.2% !important;
    min-width: 305px;
  }

  .b-swiper_nonStandart .b-swiper__item:first-child {
    min-width: 573px;
  }
}

@media (min-width: 1920px) {
  .b-swiper_nonStandart .b-swiper__item {
    width: 18% !important;
    min-width: 264px;
  }

  .b-swiper_nonStandart .b-swiper__item:first-child {
    width: 40% !important;
    min-width: 604px;
  }
}

/* переопределение стандартных стилей кнопок swiper */

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled svg,
  .swiper-button-prev.swiper-button-disabled svg {
  fill: #888888;
}

.b-breadcrumbs_gray {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-breadcrumbs__wrap {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-breadcrumbs__item {
  display: inline-block;
  width: auto;
}

.b-breadcrumbs__item:not(.b-breadcrumbs__item_current):after {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  content: ' - ';
}

.b-breadcrumbs__link:hover .b-breadcrumbs__text {
  text-decoration: none;
}

.b-breadcrumbs__text {
  font-size: 13px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  text-decoration: underline;
}

.b-breadcrumbs__text_current {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  text-decoration: none;
}

@media (min-width: 560px) {
  .b-breadcrumbs__wrap {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.b-insertion {
  position: relative;
}

.b-insertion:before, .b-insertion:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  content: '';
}

.b-insertion:before {
  top: 0;
  bottom: 50%;
}

.b-insertion:after {
  bottom: 0;
  top: 50%;
}

.b-insertion_dark:before, .b-insertion_dark:after {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-insertion_light:before, .b-insertion_light:after {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-insertion_darkLight:before {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-insertion_darkLight:after {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-insertion_lightDark:before {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-insertion_lightDark:after {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-insertion__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: var(--primary-color);
  z-index: 3;
}

.b-insertion__title {
  text-transform: none;
  text-align: center;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-insertion__desc {
  display: none;
  margin-top: 0.75rem;
  font-size: 14px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

@media (min-width: 360px) {
  .b-insertion__title {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 560px) {
  .b-insertion__wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .b-insertion__wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .b-insertion__title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .b-insertion__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .b-insertion__title {
    text-align: left;
  }

  .b-insertion__desc {
    display: block;
  }
}

@media (min-width: 1920px) {
  .b-insertion__wrap {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.b-sidebar__menu {
  margin-bottom: 3rem;
}

.b-sidebar__link {
  margin-top: 2rem;
  text-align: center;
}

.b-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.b-f__menu {
  display: none;
  width: 50%;
}

.b-f__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.b-f__connect {
  width: 100%;
  margin-bottom: 1.5rem;
}

.b-f__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 13px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.b-f__infoItem:not(:last-child) {
  margin-bottom: 0.75rem;
}

.b-f__infoLink {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  line-height: 1;
}

.b-f__infoLink:hover {
  color: var(--hover-color);
}

.b-f__social {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-f__socialItem:not(:last-child) {
  margin-right: 0.75rem;
}

@media (min-width: 560px) {
  .b-f__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 5rem;
    text-align: left;
  }

  .b-f__connect {
    width: 50%;
    margin-top: -2px;
    margin-bottom: 0;
    padding-right: 0.75rem;
  }

  .b-f__info {
    width: 50%;
    margin-bottom: 0;
  }

  .b-f__infoItem {
    margin-bottom: 0;
  }

  .b-f__social {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .b-f {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .b-f__content {
    padding-bottom: 6rem;
  }
}

@media (min-width: 1024px) {
  .b-f__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-f__content {
    width: 50%;
  }

  .b-f__social {
    width: 100vw;
    margin-right: -2rem;
  }
}

@media (min-width: 1280px) {
  .b-f {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .b-f__content {
    padding-bottom: 0;
  }

  .b-f__social {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-right: 0;
	justify-content: flex-start;
  }

  .b-f__socialItem:not(:last-child) {
    margin-right: 0;
	margin-bottom: 8px;
  }
}

@media (min-width: 1920px) {
  .b-f {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.b-f > div[id^="bx"] {
  display: none;
  width: 50%;
}

.b-f > div[id^="bx"] > .b-f__menu {
  width: 100%;
}

@media (min-width: 1024px) {
  .b-f > div[id^="bx"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1280px) {
  .b-f__content > div[id^="bx"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.b-sidebarMobile {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  pointer-events: none;
  z-index: 800;
}

.b-sidebarMobile__in {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x: 100%;
  --transform-translate-y: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 100vh;
  width: 330px;
  max-width: 100%;
  padding-top: 69.5px;
  overflow: auto;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

._menu .b-sidebarMobile_menu {
  pointer-events: all;
}

._menu .b-sidebarMobile_menu .b-sidebarMobile__in {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x: 0;
  --transform-translate-y: 0;
}

._form .b-sidebarMobile_form {
  pointer-events: all;
}

._form .b-sidebarMobile_form .b-sidebarMobile__in {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-translate-x: 0;
  --transform-translate-y: 0;
}

.b-sidebarMobile_form__top {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #ccc;
  border-color: rgba(204, 204, 204, var(--border-opacity));
}

.b-sidebarMobile_form__icon {
  font-size: 18px;
  color: var(--primary-color);
}

.b-sidebarMobile_form__phone {
  margin-left: 10px;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.b-sidebarMobile_form__container {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 560px) {
  .b-sidebarMobile__in {
    padding-top: 78px;
  }
}

@media (min-width: 768px) {
  .b-sidebarMobile__in {
    padding-top: 108.5px;
  }

  .b-sidebarMobile_form {
    display: none;
  }
}

@media (min-width: 1024px) {
  .b-sidebarMobile_menu {
    display: none;
  }
}

.b-page {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.b-page__btnRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.b-page__btnRow .b-btn:not(:first-child) {
  margin-top: 20px;
}

.b-page__content ul, .b-page__extraContent ul {
  padding: 0;
  list-style-type: none;
}

.b-page__content ul li, .b-page__extraContent ul li {
  position: relative;
  padding-left: 20px;
}

.b-page__content ul li + li, .b-page__extraContent ul li + li {
  margin-top: .5em;
}

.b-page__content ul li:before, .b-page__extraContent ul li:before {
  position: absolute;
  display: block;
  background-color: var(--primary-color);
  left: 0;
  content: '';
  width: .5em;
  height: .5em;
  top: .5em;
}

.b-page__top-image > img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 25vh;
}

.b-page__contentInner {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-page_full .b-page__sidebar {
  display: none;
}

.b-page_full .b-page__content {
  width: 100%;
  padding-left: 0;
}

.b-page_withSidebar .b-page__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.b-page_withSidebar .b-page__sidebar {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-page_withSidebar .b-page__content {
  width: 100%;
}

.b-page_withSidebar .b-page__contentInner {
  padding: 20px 15px;
}

.b-page_withSidebar .b-page__extraContent {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-page_withSidebar .b-page__extraContent_full {
  -webkit-line-clamp: 1000;
}

.b-page_withSidebar .b-page__extraLink {
  font-size: 13px;
  color: var(--primary-color);
  text-decoration: underline;
  padding-top: 2rem;
}

.b-page_detail {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.b-page_detail .b-page__content {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
  font-size: 13px;
}

.b-page__extra {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-page__extraBtnWrap {
  margin-bottom: 2rem;
  text-align: center;
}

.b-page__extraText {
  font-size: 15px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-page__main_border {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
}

@media (min-width: 560px) {
  .b-page__btnRow {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-page__btnRow .b-btn:not(:first-child) {
    margin-top: 0;
    margin-left: 2.5rem;
  }

  .b-page_withSidebar .b-page__extra {
    font-size: 15px;
    line-height: 25px;
  }

  .b-page_withSidebar .b-page__extraLink {
    font-size: 15px;
  }

  .b-page_detail {
    padding-bottom: 5rem;
  }

  .b-page_detail .b-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3rem;
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .b-page {
    padding-bottom: 5rem;
  }

  .b-page_withSidebar .b-page__contentInner {
    padding: 20px 30px;
  }

  .b-page_detail .b-page__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1024px) {
  .b-page {
    padding-top: 2.5rem;
  }

  .b-page_withSidebar .b-page__extra {
    margin-top: 6rem;
  }

  .b-page_withSidebar .b-page__extraContent {
    -webkit-line-clamp: 2000;
    overflow: visible;
  }

  .b-page_withSidebar .b-page__extraLink {
    display: none;
  }

  .b-page_detail {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .b-page_detail .b-page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-page_detail .b-page__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 41.666667%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-width: 1px;
    border-style: solid;
    --border-opacity: 1;
    border-color: #f2f2f2;
    border-color: rgba(242, 242, 242, var(--border-opacity));
  }

  .b-page_detail .b-page__gallery {
    width: 58.333333%;
  }
}

@media (min-width: 1280px) {
  .b-page_withSidebar .b-page__sidebar {
    display: block;
    width: 20%;
  }

  .b-page_withSidebar .b-page__content {
    width: 80%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 2.5rem;
  }

  .b-page_detail {
    padding-bottom: 8rem;
  }

  .b-page_detail .b-page__content {
    width: 40%;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .b-page_detail .b-page__gallery {
    width: 60%;
  }

  .b-page__extra {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 3rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-page__extraBtnWrap {
    margin-bottom: 0;
    margin-right: 2rem;
    text-align: left;
  }

  .b-page__extraBtn {
    width: auto;
    min-width: 16rem;
  }
}

@media (min-width: 1920px) {
  .b-page_withSidebar .b-page__content {
    padding-left: 3rem;
  }

  .b-page_withSidebar .b-page__extra {
    margin-top: 8rem;
  }

  .b-page_detail .b-page__content {
    padding-left: 6rem;
  }

  .b-page__top-image > img {
    max-height: 35vh;
  }
}

.b-sidepanel {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}

.b-sidepanel .b-sidepanel_white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-sidepanel .b-sidepanel_grey {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-sidepanel__top + .b-sidepanel__body {
  margin-top: 1.5rem;
  border-top-width: 2px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #ccc;
  border-color: rgba(204, 204, 204, var(--border-opacity));
}

.b-sidepanel__body {
  padding-top: 1.5rem;
}

@media (min-width: 560px) {
  .b-sidepanel {
    padding: 30px;
    margin: 0;
  }

  .b-sidepanel__top + .b-sidepanel__body {
    margin-top: 2rem;
  }

  .b-sidepanel__body {
    padding-top: 1.5rem;
  }
}

/* base и layout на выходе объединяются в main.min.css */

/* pages - стили сборки модулей и страниц; на выходе НЕ объединяются */

@media (min-width: 560px){
  .sm\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .sm\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .sm\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .sm\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .sm\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .sm\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .sm\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .sm\:container{
      max-width: 1920px;
    }
  }

  .sm\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .sm\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .sm\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .sm\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .sm\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .sm\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .sm\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .sm\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .sm\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .sm\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .sm\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .sm\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .sm\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .sm\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .sm\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .sm\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .sm\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .sm\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .sm\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .sm\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .sm\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .sm\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .sm\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .sm\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .sm\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .sm\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .sm\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .sm\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .sm\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .sm\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .sm\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .sm\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .sm\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .sm\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .sm\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .sm\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .sm\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .sm\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .sm\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .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\: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\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !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-transparent{
    background-color: transparent !important;
  }

  .sm\:bg-current{
    background-color: currentColor !important;
  }

  .sm\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .sm\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .sm\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .sm\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .sm\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .sm\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .sm\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .sm\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .sm\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .sm\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .sm\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .sm\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .sm\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .sm\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .sm\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .sm\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .sm\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .sm\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .sm\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .sm\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .sm\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .sm\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .sm\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .sm\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .sm\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .sm\:bg-none{
    background-image: none !important;
  }

  .sm\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .sm\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .sm\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .sm\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .sm\:to-black{
    --gradient-to-color: #000 !important;
  }

  .sm\:to-white{
    --gradient-to-color: #fff !important;
  }

  .sm\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .sm\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .sm\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .sm\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .sm\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .sm\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .sm\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .sm\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .sm\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .sm\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .sm\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .sm\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .sm\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .sm\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .sm\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .sm\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .sm\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .sm\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .sm\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .sm\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .sm\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .sm\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .sm\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .sm\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .sm\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .sm\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .sm\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .sm\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .sm\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .sm\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .sm\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .sm\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .sm\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .sm\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .sm\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .sm\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .sm\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .sm\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .sm\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .sm\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .sm\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .sm\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .sm\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .sm\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .sm\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .sm\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .sm\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .sm\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .sm\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .sm\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .sm\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .sm\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .sm\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .sm\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .sm\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .sm\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .sm\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .sm\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .sm\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .sm\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .sm\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .sm\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .sm\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .sm\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .sm\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .sm\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .sm\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .sm\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .sm\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .sm\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .sm\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .sm\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .sm\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .sm\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .sm\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .sm\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .sm\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .sm\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .sm\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .sm\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .sm\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .sm\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .sm\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .sm\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .sm\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .sm\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .sm\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .sm\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .sm\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .sm\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .sm\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .sm\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .sm\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .sm\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .sm\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .sm\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .sm\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .sm\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .sm\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .sm\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .sm\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .sm\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .sm\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .sm\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .sm\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .sm\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .sm\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .sm\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .sm\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .sm\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .sm\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .sm\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .sm\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .sm\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .sm\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .sm\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .sm\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .sm\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .sm\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .sm\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .sm\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .sm\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .sm\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .sm\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .sm\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .sm\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .sm\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .sm\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .sm\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .sm\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .sm\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .sm\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .sm\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .sm\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .sm\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .sm\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .sm\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .sm\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .sm\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .sm\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .sm\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .sm\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .sm\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .sm\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .sm\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .sm\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .sm\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .sm\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .sm\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .sm\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .sm\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .sm\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .sm\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .sm\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .sm\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .sm\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .sm\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .sm\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .sm\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .sm\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .sm\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .sm\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .sm\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .sm\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .sm\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .sm\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .sm\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .sm\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .sm\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .sm\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .sm\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .sm\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .sm\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .sm\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .sm\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .sm\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .sm\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .sm\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .sm\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .sm\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .sm\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .sm\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .sm\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .sm\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .sm\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .sm\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .sm\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .sm\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .sm\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .sm\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .sm\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .sm\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .sm\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .sm\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .sm\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .sm\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .sm\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .sm\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .sm\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .sm\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .sm\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .sm\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .sm\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .sm\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .sm\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .sm\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .sm\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .sm\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .sm\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .sm\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .sm\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .sm\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .sm\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .sm\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .sm\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .sm\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .sm\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .sm\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .sm\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .sm\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .sm\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .sm\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .sm\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .sm\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .sm\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .sm\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .sm\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .sm\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .sm\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .sm\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .sm\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .sm\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .sm\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .sm\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .sm\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .sm\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .sm\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .sm\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .sm\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .sm\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .sm\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .sm\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .sm\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .sm\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .sm\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .sm\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .sm\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .sm\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .sm\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .sm\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .sm\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .sm\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .sm\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .sm\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .sm\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .sm\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .sm\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .sm\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .sm\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .sm\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .sm\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .sm\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .sm\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .sm\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .sm\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .sm\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .sm\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .sm\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .sm\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .sm\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .sm\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .sm\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .sm\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .sm\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .sm\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .sm\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .sm\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .sm\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .sm\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .sm\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .sm\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .sm\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .sm\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .sm\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .sm\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .sm\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .sm\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .sm\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .sm\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .sm\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .sm\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .sm\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .sm\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .sm\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .sm\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .sm\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .sm\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .sm\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .sm\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .sm\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .sm\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .sm\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .sm\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .sm\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .sm\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .sm\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .sm\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .sm\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !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-auto{
    background-size: auto !important;
  }

  .sm\:bg-cover{
    background-size: cover !important;
  }

  .sm\:bg-contain{
    background-size: contain !important;
  }

  .sm\:border-collapse{
    border-collapse: collapse !important;
  }

  .sm\:border-separate{
    border-collapse: separate !important;
  }

  .sm\:border-transparent{
    border-color: transparent !important;
  }

  .sm\:border-current{
    border-color: currentColor !important;
  }

  .sm\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .sm\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .sm\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .sm\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .sm\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .sm\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .sm\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .sm\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .sm\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .sm\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .sm\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .sm\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .sm\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .sm\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .sm\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .sm\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .sm\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .sm\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .sm\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .sm\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .sm\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .sm\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .sm\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .sm\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .sm\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .sm\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .sm\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .sm\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .sm\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .sm\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .sm\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .sm\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .sm\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .sm\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .sm\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .sm\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .sm\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .sm\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .sm\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .sm\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .sm\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .sm\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .sm\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .sm\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .sm\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .sm\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .sm\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .sm\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .sm\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .sm\:rounded-10{
    border-radius: 10px !important;
  }

  .sm\:rounded-none{
    border-radius: 0 !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-50\%{
    border-radius: 50% !important;
  }

  .sm\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .sm\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .sm\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .sm\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .sm\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .sm\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .sm\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .sm\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .sm\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .sm\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .sm\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .sm\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .sm\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .sm\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .sm\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .sm\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .sm\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .sm\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .sm\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .sm\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .sm\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .sm\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .sm\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .sm\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .sm\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .sm\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .sm\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .sm\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .sm\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .sm\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .sm\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .sm\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .sm\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .sm\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .sm\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .sm\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .sm\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .sm\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .sm\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .sm\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !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-0{
    border-width: 0 !important;
  }

  .sm\:border-2{
    border-width: 2px !important;
  }

  .sm\:border-3{
    border-width: 3px !important;
  }

  .sm\:border-4{
    border-width: 4px !important;
  }

  .sm\:border-8{
    border-width: 8px !important;
  }

  .sm\:border{
    border-width: 1px !important;
  }

  .sm\:border-t-0{
    border-top-width: 0 !important;
  }

  .sm\:border-r-0{
    border-right-width: 0 !important;
  }

  .sm\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .sm\:border-l-0{
    border-left-width: 0 !important;
  }

  .sm\:border-t-2{
    border-top-width: 2px !important;
  }

  .sm\:border-r-2{
    border-right-width: 2px !important;
  }

  .sm\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .sm\:border-l-2{
    border-left-width: 2px !important;
  }

  .sm\:border-t-3{
    border-top-width: 3px !important;
  }

  .sm\:border-r-3{
    border-right-width: 3px !important;
  }

  .sm\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .sm\:border-l-3{
    border-left-width: 3px !important;
  }

  .sm\:border-t-4{
    border-top-width: 4px !important;
  }

  .sm\:border-r-4{
    border-right-width: 4px !important;
  }

  .sm\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .sm\:border-l-4{
    border-left-width: 4px !important;
  }

  .sm\:border-t-8{
    border-top-width: 8px !important;
  }

  .sm\:border-r-8{
    border-right-width: 8px !important;
  }

  .sm\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .sm\:border-l-8{
    border-left-width: 8px !important;
  }

  .sm\:border-t{
    border-top-width: 1px !important;
  }

  .sm\:border-r{
    border-right-width: 1px !important;
  }

  .sm\:border-b{
    border-bottom-width: 1px !important;
  }

  .sm\:border-l{
    border-left-width: 1px !important;
  }

  .sm\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .sm\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !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-not-allowed{
    cursor: not-allowed !important;
  }

  .sm\:block{
    display: block !important;
  }

  .sm\:inline-block{
    display: inline-block !important;
  }

  .sm\:inline{
    display: inline !important;
  }

  .sm\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sm\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .sm\:table{
    display: 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\:hidden{
    display: none !important;
  }

  .sm\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .sm\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .sm\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .sm\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .sm\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .sm\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .sm\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .sm\:place-items-auto{
    place-items: auto !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\: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-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\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .sm\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .sm\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .sm\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .sm\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .sm\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .sm\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .sm\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .sm\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .sm\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .sm\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .sm\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .sm\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .sm\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .sm\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .sm\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .sm\:justify-items-auto{
    justify-items: auto !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\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .sm\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .sm\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .sm\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .sm\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .sm\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .sm\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .sm\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .sm\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .sm\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .sm\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .sm\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .sm\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .sm\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .sm\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .sm\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .sm\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .sm\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .sm\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .sm\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .sm\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .sm\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .sm\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .sm\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .sm\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .sm\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .sm\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .sm\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .sm\:float-right{
    float: right !important;
  }

  .sm\:float-left{
    float: left !important;
  }

  .sm\:float-none{
    float: none !important;
  }

  .sm\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !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\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .sm\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .sm\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .sm\:font-hairline{
    font-weight: 100 !important;
  }

  .sm\:font-thin{
    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\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .sm\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .sm\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .sm\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .sm\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .sm\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .sm\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .sm\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .sm\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .sm\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .sm\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .sm\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .sm\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .sm\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .sm\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .sm\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .sm\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .sm\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .sm\:h-0{
    height: 0 !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-8{
    height: 2rem !important;
  }

  .sm\:h-10{
    height: 2.5rem !important;
  }

  .sm\:h-12{
    height: 3rem !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-40{
    height: 10rem !important;
  }

  .sm\:h-48{
    height: 12rem !important;
  }

  .sm\:h-56{
    height: 14rem !important;
  }

  .sm\:h-64{
    height: 16rem !important;
  }

  .sm\:h-auto{
    height: auto !important;
  }

  .sm\:h-px{
    height: 1px !important;
  }

  .sm\:h-2px{
    height: 2px !important;
  }

  .sm\:h-3px{
    height: 3px !important;
  }

  .sm\:h-5px{
    height: 5px !important;
  }

  .sm\:h-10px{
    height: 10px !important;
  }

  .sm\:h-15px{
    height: 15px !important;
  }

  .sm\:h-20px{
    height: 20px !important;
  }

  .sm\:h-25px{
    height: 25px !important;
  }

  .sm\:h-30px{
    height: 30px !important;
  }

  .sm\:h-36px{
    height: 36px !important;
  }

  .sm\:h-50px{
    height: 50px !important;
  }

  .sm\:h-60px{
    height: 60px !important;
  }

  .sm\:h-120px{
    height: 120px !important;
  }

  .sm\:h-full{
    height: 100% !important;
  }

  .sm\:h-screen{
    height: 100vh !important;
  }

  .sm\:text-xs{
    font-size: .75rem !important;
  }

  .sm\:text-sm{
    font-size: 14px !important;
  }

  .sm\:text-base{
    font-size: 16px !important;
  }

  .sm\:text-lg{
    font-size: 18px !important;
  }

  .sm\:text-xl{
    font-size: 20px !important;
  }

  .sm\:text-2xl{
    font-size: 1.5rem !important;
  }

  .sm\:text-3xl{
    font-size: 30px !important;
  }

  .sm\:text-4xl{
    font-size: 2.25rem !important;
  }

  .sm\:text-5xl{
    font-size: 3rem !important;
  }

  .sm\:text-6xl{
    font-size: 4rem !important;
  }

  .sm\:text-toy{
    font-size: 10px !important;
  }

  .sm\:text-xxs{
    font-size: 11px !important;
  }

  .sm\:text-tiny{
    font-size: 13px !important;
  }

  .sm\:text-normal{
    font-size: 15px !important;
  }

  .sm\:text-x21{
    font-size: 21px !important;
  }

  .sm\:text-x22{
    font-size: 22px !important;
  }

  .sm\:text-x23{
    font-size: 23px !important;
  }

  .sm\:text-x25{
    font-size: 25px !important;
  }

  .sm\:text-large{
    font-size: 40px !important;
  }

  .sm\:text-huge{
    font-size: 50px !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\:leading-60px{
    line-height: 60px !important;
  }

  .sm\:leading-small{
    line-height: 23px !important;
  }

  .sm\:leading-ordinary{
    line-height: 25px !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\:list-line{
    list-style-type: - !important;
  }

  .sm\:m-0{
    margin: 0 !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-8{
    margin: 2rem !important;
  }

  .sm\:m-10{
    margin: 2.5rem !important;
  }

  .sm\:m-12{
    margin: 3rem !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-40{
    margin: 10rem !important;
  }

  .sm\:m-48{
    margin: 12rem !important;
  }

  .sm\:m-56{
    margin: 14rem !important;
  }

  .sm\:m-64{
    margin: 16rem !important;
  }

  .sm\:m-auto{
    margin: auto !important;
  }

  .sm\:m-px{
    margin: 1px !important;
  }

  .sm\:m-2px{
    margin: 2px !important;
  }

  .sm\:m-3px{
    margin: 3px !important;
  }

  .sm\:m-5px{
    margin: 5px !important;
  }

  .sm\:m-10px{
    margin: 10px !important;
  }

  .sm\:m-15px{
    margin: 15px !important;
  }

  .sm\:m-20px{
    margin: 20px !important;
  }

  .sm\:m-25px{
    margin: 25px !important;
  }

  .sm\:m-30px{
    margin: 30px !important;
  }

  .sm\:m-36px{
    margin: 36px !important;
  }

  .sm\:m-50px{
    margin: 50px !important;
  }

  .sm\:m-60px{
    margin: 60px !important;
  }

  .sm\:m-120px{
    margin: 120px !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-8{
    margin: -2rem !important;
  }

  .sm\:-m-10{
    margin: -2.5rem !important;
  }

  .sm\:-m-12{
    margin: -3rem !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-40{
    margin: -10rem !important;
  }

  .sm\:-m-48{
    margin: -12rem !important;
  }

  .sm\:-m-56{
    margin: -14rem !important;
  }

  .sm\:-m-64{
    margin: -16rem !important;
  }

  .sm\:-m-px{
    margin: -1px !important;
  }

  .sm\:-m-2px{
    margin: -2px !important;
  }

  .sm\:-m-3px{
    margin: -3px !important;
  }

  .sm\:-m-5px{
    margin: -5px !important;
  }

  .sm\:-m-10px{
    margin: -10px !important;
  }

  .sm\:-m-15px{
    margin: -15px !important;
  }

  .sm\:-m-20px{
    margin: -20px !important;
  }

  .sm\:-m-25px{
    margin: -25px !important;
  }

  .sm\:-m-30px{
    margin: -30px !important;
  }

  .sm\:-m-36px{
    margin: -36px !important;
  }

  .sm\:-m-50px{
    margin: -50px !important;
  }

  .sm\:-m-60px{
    margin: -60px !important;
  }

  .sm\:-m-120px{
    margin: -120px !important;
  }

  .sm\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .sm\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .sm\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .sm\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .sm\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .sm\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .sm\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .sm\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .sm\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .sm\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .sm\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .sm\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .sm\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .sm\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .sm\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .sm\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .sm\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .sm\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .sm\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .sm\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .sm\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .sm\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .sm\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .sm\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .sm\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .sm\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .sm\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .sm\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .sm\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .sm\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .sm\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .sm\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .sm\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .sm\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .sm\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .sm\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .sm\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .sm\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .sm\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .sm\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .sm\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .sm\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .sm\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .sm\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .sm\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .sm\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .sm\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .sm\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .sm\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .sm\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .sm\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .sm\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .sm\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .sm\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .sm\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .sm\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .sm\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .sm\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .sm\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .sm\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .sm\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .sm\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .sm\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .sm\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .sm\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .sm\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .sm\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .sm\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .sm\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .sm\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .sm\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .sm\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .sm\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .sm\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .sm\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .sm\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .sm\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .sm\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .sm\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .sm\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .sm\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .sm\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .sm\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .sm\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .sm\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .sm\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .sm\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .sm\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .sm\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .sm\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .sm\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .sm\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .sm\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .sm\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .sm\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .sm\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .sm\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .sm\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .sm\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .sm\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .sm\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .sm\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .sm\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .sm\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .sm\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .sm\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .sm\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .sm\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .sm\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .sm\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .sm\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .sm\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .sm\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .sm\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .sm\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .sm\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .sm\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .sm\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .sm\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .sm\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .sm\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .sm\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .sm\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .sm\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .sm\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .sm\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .sm\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .sm\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .sm\:mt-0{
    margin-top: 0 !important;
  }

  .sm\:mr-0{
    margin-right: 0 !important;
  }

  .sm\:mb-0{
    margin-bottom: 0 !important;
  }

  .sm\:ml-0{
    margin-left: 0 !important;
  }

  .sm\:mt-1{
    margin-top: 0.25rem !important;
  }

  .sm\:mr-1{
    margin-right: 0.25rem !important;
  }

  .sm\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .sm\:ml-1{
    margin-left: 0.25rem !important;
  }

  .sm\:mt-2{
    margin-top: 0.5rem !important;
  }

  .sm\:mr-2{
    margin-right: 0.5rem !important;
  }

  .sm\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .sm\:ml-2{
    margin-left: 0.5rem !important;
  }

  .sm\:mt-3{
    margin-top: 0.75rem !important;
  }

  .sm\:mr-3{
    margin-right: 0.75rem !important;
  }

  .sm\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .sm\:ml-3{
    margin-left: 0.75rem !important;
  }

  .sm\:mt-4{
    margin-top: 1rem !important;
  }

  .sm\:mr-4{
    margin-right: 1rem !important;
  }

  .sm\:mb-4{
    margin-bottom: 1rem !important;
  }

  .sm\:ml-4{
    margin-left: 1rem !important;
  }

  .sm\:mt-5{
    margin-top: 1.25rem !important;
  }

  .sm\:mr-5{
    margin-right: 1.25rem !important;
  }

  .sm\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .sm\:ml-5{
    margin-left: 1.25rem !important;
  }

  .sm\:mt-6{
    margin-top: 1.5rem !important;
  }

  .sm\:mr-6{
    margin-right: 1.5rem !important;
  }

  .sm\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .sm\:ml-6{
    margin-left: 1.5rem !important;
  }

  .sm\:mt-8{
    margin-top: 2rem !important;
  }

  .sm\:mr-8{
    margin-right: 2rem !important;
  }

  .sm\:mb-8{
    margin-bottom: 2rem !important;
  }

  .sm\:ml-8{
    margin-left: 2rem !important;
  }

  .sm\:mt-10{
    margin-top: 2.5rem !important;
  }

  .sm\:mr-10{
    margin-right: 2.5rem !important;
  }

  .sm\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .sm\:ml-10{
    margin-left: 2.5rem !important;
  }

  .sm\:mt-12{
    margin-top: 3rem !important;
  }

  .sm\:mr-12{
    margin-right: 3rem !important;
  }

  .sm\:mb-12{
    margin-bottom: 3rem !important;
  }

  .sm\:ml-12{
    margin-left: 3rem !important;
  }

  .sm\:mt-16{
    margin-top: 4rem !important;
  }

  .sm\:mr-16{
    margin-right: 4rem !important;
  }

  .sm\:mb-16{
    margin-bottom: 4rem !important;
  }

  .sm\:ml-16{
    margin-left: 4rem !important;
  }

  .sm\:mt-20{
    margin-top: 5rem !important;
  }

  .sm\:mr-20{
    margin-right: 5rem !important;
  }

  .sm\:mb-20{
    margin-bottom: 5rem !important;
  }

  .sm\:ml-20{
    margin-left: 5rem !important;
  }

  .sm\:mt-24{
    margin-top: 6rem !important;
  }

  .sm\:mr-24{
    margin-right: 6rem !important;
  }

  .sm\:mb-24{
    margin-bottom: 6rem !important;
  }

  .sm\:ml-24{
    margin-left: 6rem !important;
  }

  .sm\:mt-28{
    margin-top: 7rem !important;
  }

  .sm\:mr-28{
    margin-right: 7rem !important;
  }

  .sm\:mb-28{
    margin-bottom: 7rem !important;
  }

  .sm\:ml-28{
    margin-left: 7rem !important;
  }

  .sm\:mt-32{
    margin-top: 8rem !important;
  }

  .sm\:mr-32{
    margin-right: 8rem !important;
  }

  .sm\:mb-32{
    margin-bottom: 8rem !important;
  }

  .sm\:ml-32{
    margin-left: 8rem !important;
  }

  .sm\:mt-40{
    margin-top: 10rem !important;
  }

  .sm\:mr-40{
    margin-right: 10rem !important;
  }

  .sm\:mb-40{
    margin-bottom: 10rem !important;
  }

  .sm\:ml-40{
    margin-left: 10rem !important;
  }

  .sm\:mt-48{
    margin-top: 12rem !important;
  }

  .sm\:mr-48{
    margin-right: 12rem !important;
  }

  .sm\:mb-48{
    margin-bottom: 12rem !important;
  }

  .sm\:ml-48{
    margin-left: 12rem !important;
  }

  .sm\:mt-56{
    margin-top: 14rem !important;
  }

  .sm\:mr-56{
    margin-right: 14rem !important;
  }

  .sm\:mb-56{
    margin-bottom: 14rem !important;
  }

  .sm\:ml-56{
    margin-left: 14rem !important;
  }

  .sm\:mt-64{
    margin-top: 16rem !important;
  }

  .sm\:mr-64{
    margin-right: 16rem !important;
  }

  .sm\:mb-64{
    margin-bottom: 16rem !important;
  }

  .sm\:ml-64{
    margin-left: 16rem !important;
  }

  .sm\:mt-auto{
    margin-top: auto !important;
  }

  .sm\:mr-auto{
    margin-right: auto !important;
  }

  .sm\:mb-auto{
    margin-bottom: auto !important;
  }

  .sm\:ml-auto{
    margin-left: auto !important;
  }

  .sm\:mt-px{
    margin-top: 1px !important;
  }

  .sm\:mr-px{
    margin-right: 1px !important;
  }

  .sm\:mb-px{
    margin-bottom: 1px !important;
  }

  .sm\:ml-px{
    margin-left: 1px !important;
  }

  .sm\:mt-2px{
    margin-top: 2px !important;
  }

  .sm\:mr-2px{
    margin-right: 2px !important;
  }

  .sm\:mb-2px{
    margin-bottom: 2px !important;
  }

  .sm\:ml-2px{
    margin-left: 2px !important;
  }

  .sm\:mt-3px{
    margin-top: 3px !important;
  }

  .sm\:mr-3px{
    margin-right: 3px !important;
  }

  .sm\:mb-3px{
    margin-bottom: 3px !important;
  }

  .sm\:ml-3px{
    margin-left: 3px !important;
  }

  .sm\:mt-5px{
    margin-top: 5px !important;
  }

  .sm\:mr-5px{
    margin-right: 5px !important;
  }

  .sm\:mb-5px{
    margin-bottom: 5px !important;
  }

  .sm\:ml-5px{
    margin-left: 5px !important;
  }

  .sm\:mt-10px{
    margin-top: 10px !important;
  }

  .sm\:mr-10px{
    margin-right: 10px !important;
  }

  .sm\:mb-10px{
    margin-bottom: 10px !important;
  }

  .sm\:ml-10px{
    margin-left: 10px !important;
  }

  .sm\:mt-15px{
    margin-top: 15px !important;
  }

  .sm\:mr-15px{
    margin-right: 15px !important;
  }

  .sm\:mb-15px{
    margin-bottom: 15px !important;
  }

  .sm\:ml-15px{
    margin-left: 15px !important;
  }

  .sm\:mt-20px{
    margin-top: 20px !important;
  }

  .sm\:mr-20px{
    margin-right: 20px !important;
  }

  .sm\:mb-20px{
    margin-bottom: 20px !important;
  }

  .sm\:ml-20px{
    margin-left: 20px !important;
  }

  .sm\:mt-25px{
    margin-top: 25px !important;
  }

  .sm\:mr-25px{
    margin-right: 25px !important;
  }

  .sm\:mb-25px{
    margin-bottom: 25px !important;
  }

  .sm\:ml-25px{
    margin-left: 25px !important;
  }

  .sm\:mt-30px{
    margin-top: 30px !important;
  }

  .sm\:mr-30px{
    margin-right: 30px !important;
  }

  .sm\:mb-30px{
    margin-bottom: 30px !important;
  }

  .sm\:ml-30px{
    margin-left: 30px !important;
  }

  .sm\:mt-36px{
    margin-top: 36px !important;
  }

  .sm\:mr-36px{
    margin-right: 36px !important;
  }

  .sm\:mb-36px{
    margin-bottom: 36px !important;
  }

  .sm\:ml-36px{
    margin-left: 36px !important;
  }

  .sm\:mt-50px{
    margin-top: 50px !important;
  }

  .sm\:mr-50px{
    margin-right: 50px !important;
  }

  .sm\:mb-50px{
    margin-bottom: 50px !important;
  }

  .sm\:ml-50px{
    margin-left: 50px !important;
  }

  .sm\:mt-60px{
    margin-top: 60px !important;
  }

  .sm\:mr-60px{
    margin-right: 60px !important;
  }

  .sm\:mb-60px{
    margin-bottom: 60px !important;
  }

  .sm\:ml-60px{
    margin-left: 60px !important;
  }

  .sm\:mt-120px{
    margin-top: 120px !important;
  }

  .sm\:mr-120px{
    margin-right: 120px !important;
  }

  .sm\:mb-120px{
    margin-bottom: 120px !important;
  }

  .sm\:ml-120px{
    margin-left: 120px !important;
  }

  .sm\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .sm\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .sm\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .sm\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .sm\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .sm\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .sm\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .sm\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .sm\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .sm\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .sm\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .sm\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .sm\:-mt-4{
    margin-top: -1rem !important;
  }

  .sm\:-mr-4{
    margin-right: -1rem !important;
  }

  .sm\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .sm\:-ml-4{
    margin-left: -1rem !important;
  }

  .sm\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .sm\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .sm\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .sm\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .sm\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .sm\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .sm\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .sm\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .sm\:-mt-8{
    margin-top: -2rem !important;
  }

  .sm\:-mr-8{
    margin-right: -2rem !important;
  }

  .sm\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .sm\:-ml-8{
    margin-left: -2rem !important;
  }

  .sm\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .sm\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .sm\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .sm\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .sm\:-mt-12{
    margin-top: -3rem !important;
  }

  .sm\:-mr-12{
    margin-right: -3rem !important;
  }

  .sm\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .sm\:-ml-12{
    margin-left: -3rem !important;
  }

  .sm\:-mt-16{
    margin-top: -4rem !important;
  }

  .sm\:-mr-16{
    margin-right: -4rem !important;
  }

  .sm\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .sm\:-ml-16{
    margin-left: -4rem !important;
  }

  .sm\:-mt-20{
    margin-top: -5rem !important;
  }

  .sm\:-mr-20{
    margin-right: -5rem !important;
  }

  .sm\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .sm\:-ml-20{
    margin-left: -5rem !important;
  }

  .sm\:-mt-24{
    margin-top: -6rem !important;
  }

  .sm\:-mr-24{
    margin-right: -6rem !important;
  }

  .sm\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .sm\:-ml-24{
    margin-left: -6rem !important;
  }

  .sm\:-mt-28{
    margin-top: -7rem !important;
  }

  .sm\:-mr-28{
    margin-right: -7rem !important;
  }

  .sm\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .sm\:-ml-28{
    margin-left: -7rem !important;
  }

  .sm\:-mt-32{
    margin-top: -8rem !important;
  }

  .sm\:-mr-32{
    margin-right: -8rem !important;
  }

  .sm\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .sm\:-ml-32{
    margin-left: -8rem !important;
  }

  .sm\:-mt-40{
    margin-top: -10rem !important;
  }

  .sm\:-mr-40{
    margin-right: -10rem !important;
  }

  .sm\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .sm\:-ml-40{
    margin-left: -10rem !important;
  }

  .sm\:-mt-48{
    margin-top: -12rem !important;
  }

  .sm\:-mr-48{
    margin-right: -12rem !important;
  }

  .sm\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .sm\:-ml-48{
    margin-left: -12rem !important;
  }

  .sm\:-mt-56{
    margin-top: -14rem !important;
  }

  .sm\:-mr-56{
    margin-right: -14rem !important;
  }

  .sm\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .sm\:-ml-56{
    margin-left: -14rem !important;
  }

  .sm\:-mt-64{
    margin-top: -16rem !important;
  }

  .sm\:-mr-64{
    margin-right: -16rem !important;
  }

  .sm\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .sm\:-ml-64{
    margin-left: -16rem !important;
  }

  .sm\:-mt-px{
    margin-top: -1px !important;
  }

  .sm\:-mr-px{
    margin-right: -1px !important;
  }

  .sm\:-mb-px{
    margin-bottom: -1px !important;
  }

  .sm\:-ml-px{
    margin-left: -1px !important;
  }

  .sm\:-mt-2px{
    margin-top: -2px !important;
  }

  .sm\:-mr-2px{
    margin-right: -2px !important;
  }

  .sm\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .sm\:-ml-2px{
    margin-left: -2px !important;
  }

  .sm\:-mt-3px{
    margin-top: -3px !important;
  }

  .sm\:-mr-3px{
    margin-right: -3px !important;
  }

  .sm\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .sm\:-ml-3px{
    margin-left: -3px !important;
  }

  .sm\:-mt-5px{
    margin-top: -5px !important;
  }

  .sm\:-mr-5px{
    margin-right: -5px !important;
  }

  .sm\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .sm\:-ml-5px{
    margin-left: -5px !important;
  }

  .sm\:-mt-10px{
    margin-top: -10px !important;
  }

  .sm\:-mr-10px{
    margin-right: -10px !important;
  }

  .sm\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .sm\:-ml-10px{
    margin-left: -10px !important;
  }

  .sm\:-mt-15px{
    margin-top: -15px !important;
  }

  .sm\:-mr-15px{
    margin-right: -15px !important;
  }

  .sm\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .sm\:-ml-15px{
    margin-left: -15px !important;
  }

  .sm\:-mt-20px{
    margin-top: -20px !important;
  }

  .sm\:-mr-20px{
    margin-right: -20px !important;
  }

  .sm\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .sm\:-ml-20px{
    margin-left: -20px !important;
  }

  .sm\:-mt-25px{
    margin-top: -25px !important;
  }

  .sm\:-mr-25px{
    margin-right: -25px !important;
  }

  .sm\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .sm\:-ml-25px{
    margin-left: -25px !important;
  }

  .sm\:-mt-30px{
    margin-top: -30px !important;
  }

  .sm\:-mr-30px{
    margin-right: -30px !important;
  }

  .sm\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .sm\:-ml-30px{
    margin-left: -30px !important;
  }

  .sm\:-mt-36px{
    margin-top: -36px !important;
  }

  .sm\:-mr-36px{
    margin-right: -36px !important;
  }

  .sm\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .sm\:-ml-36px{
    margin-left: -36px !important;
  }

  .sm\:-mt-50px{
    margin-top: -50px !important;
  }

  .sm\:-mr-50px{
    margin-right: -50px !important;
  }

  .sm\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .sm\:-ml-50px{
    margin-left: -50px !important;
  }

  .sm\:-mt-60px{
    margin-top: -60px !important;
  }

  .sm\:-mr-60px{
    margin-right: -60px !important;
  }

  .sm\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .sm\:-ml-60px{
    margin-left: -60px !important;
  }

  .sm\:-mt-120px{
    margin-top: -120px !important;
  }

  .sm\:-mr-120px{
    margin-right: -120px !important;
  }

  .sm\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .sm\:-ml-120px{
    margin-left: -120px !important;
  }

  .sm\:max-h-full{
    max-height: 100% !important;
  }

  .sm\:max-h-screen{
    max-height: 100vh !important;
  }

  .sm\:max-h-3\/4{
    max-height: 75% !important;
  }

  .sm\:max-w-250{
    max-width: 250px !important;
  }

  .sm\:max-w-440{
    max-width: 440px !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-full{
    max-width: 100% !important;
  }

  .sm\:max-w-screen-sm{
    max-width: 560px !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-xxs{
    max-width: 320px !important;
  }

  .sm\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .sm\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .sm\:min-h-0{
    min-height: 0 !important;
  }

  .sm\:min-h-full{
    min-height: 100% !important;
  }

  .sm\:min-h-screen{
    min-height: 100vh !important;
  }

  .sm\:min-w-0{
    min-width: 0 !important;
  }

  .sm\:min-w-full{
    min-width: 100% !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\:opacity-0{
    opacity: 0 !important;
  }

  .sm\:opacity-25{
    opacity: 0.25 !important;
  }

  .sm\:opacity-50{
    opacity: 0.5 !important;
  }

  .sm\:opacity-75{
    opacity: 0.75 !important;
  }

  .sm\:opacity-100{
    opacity: 1 !important;
  }

  .sm\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .sm\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .sm\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .sm\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .sm\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .sm\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .sm\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .sm\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .sm\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .sm\:focus\:opacity-100:focus{
    opacity: 1 !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\: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\: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\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .sm\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .sm\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .sm\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .sm\:overscroll-none{
    -ms-scroll-chaining: none !important;
    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\:p-0{
    padding: 0 !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-8{
    padding: 2rem !important;
  }

  .sm\:p-10{
    padding: 2.5rem !important;
  }

  .sm\:p-12{
    padding: 3rem !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-40{
    padding: 10rem !important;
  }

  .sm\:p-48{
    padding: 12rem !important;
  }

  .sm\:p-56{
    padding: 14rem !important;
  }

  .sm\:p-64{
    padding: 16rem !important;
  }

  .sm\:p-px{
    padding: 1px !important;
  }

  .sm\:p-2px{
    padding: 2px !important;
  }

  .sm\:p-3px{
    padding: 3px !important;
  }

  .sm\:p-5px{
    padding: 5px !important;
  }

  .sm\:p-10px{
    padding: 10px !important;
  }

  .sm\:p-15px{
    padding: 15px !important;
  }

  .sm\:p-20px{
    padding: 20px !important;
  }

  .sm\:p-25px{
    padding: 25px !important;
  }

  .sm\:p-30px{
    padding: 30px !important;
  }

  .sm\:p-36px{
    padding: 36px !important;
  }

  .sm\:p-50px{
    padding: 50px !important;
  }

  .sm\:p-60px{
    padding: 60px !important;
  }

  .sm\:p-120px{
    padding: 120px !important;
  }

  .sm\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .sm\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sm\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .sm\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .sm\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .sm\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .sm\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .sm\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .sm\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .sm\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .sm\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .sm\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .sm\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .sm\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .sm\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .sm\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .sm\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .sm\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .sm\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .sm\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .sm\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .sm\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .sm\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .sm\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .sm\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .sm\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .sm\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .sm\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .sm\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .sm\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .sm\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .sm\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .sm\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .sm\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .sm\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .sm\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .sm\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .sm\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .sm\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .sm\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .sm\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .sm\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .sm\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .sm\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .sm\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .sm\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .sm\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .sm\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .sm\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .sm\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .sm\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .sm\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sm\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .sm\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .sm\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .sm\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .sm\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .sm\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .sm\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .sm\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .sm\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .sm\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .sm\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .sm\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .sm\:pt-0{
    padding-top: 0 !important;
  }

  .sm\:pr-0{
    padding-right: 0 !important;
  }

  .sm\:pb-0{
    padding-bottom: 0 !important;
  }

  .sm\:pl-0{
    padding-left: 0 !important;
  }

  .sm\:pt-1{
    padding-top: 0.25rem !important;
  }

  .sm\:pr-1{
    padding-right: 0.25rem !important;
  }

  .sm\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .sm\:pl-1{
    padding-left: 0.25rem !important;
  }

  .sm\:pt-2{
    padding-top: 0.5rem !important;
  }

  .sm\:pr-2{
    padding-right: 0.5rem !important;
  }

  .sm\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .sm\:pl-2{
    padding-left: 0.5rem !important;
  }

  .sm\:pt-3{
    padding-top: 0.75rem !important;
  }

  .sm\:pr-3{
    padding-right: 0.75rem !important;
  }

  .sm\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .sm\:pl-3{
    padding-left: 0.75rem !important;
  }

  .sm\:pt-4{
    padding-top: 1rem !important;
  }

  .sm\:pr-4{
    padding-right: 1rem !important;
  }

  .sm\:pb-4{
    padding-bottom: 1rem !important;
  }

  .sm\:pl-4{
    padding-left: 1rem !important;
  }

  .sm\:pt-5{
    padding-top: 1.25rem !important;
  }

  .sm\:pr-5{
    padding-right: 1.25rem !important;
  }

  .sm\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .sm\:pl-5{
    padding-left: 1.25rem !important;
  }

  .sm\:pt-6{
    padding-top: 1.5rem !important;
  }

  .sm\:pr-6{
    padding-right: 1.5rem !important;
  }

  .sm\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .sm\:pl-6{
    padding-left: 1.5rem !important;
  }

  .sm\:pt-8{
    padding-top: 2rem !important;
  }

  .sm\:pr-8{
    padding-right: 2rem !important;
  }

  .sm\:pb-8{
    padding-bottom: 2rem !important;
  }

  .sm\:pl-8{
    padding-left: 2rem !important;
  }

  .sm\:pt-10{
    padding-top: 2.5rem !important;
  }

  .sm\:pr-10{
    padding-right: 2.5rem !important;
  }

  .sm\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .sm\:pl-10{
    padding-left: 2.5rem !important;
  }

  .sm\:pt-12{
    padding-top: 3rem !important;
  }

  .sm\:pr-12{
    padding-right: 3rem !important;
  }

  .sm\:pb-12{
    padding-bottom: 3rem !important;
  }

  .sm\:pl-12{
    padding-left: 3rem !important;
  }

  .sm\:pt-16{
    padding-top: 4rem !important;
  }

  .sm\:pr-16{
    padding-right: 4rem !important;
  }

  .sm\:pb-16{
    padding-bottom: 4rem !important;
  }

  .sm\:pl-16{
    padding-left: 4rem !important;
  }

  .sm\:pt-20{
    padding-top: 5rem !important;
  }

  .sm\:pr-20{
    padding-right: 5rem !important;
  }

  .sm\:pb-20{
    padding-bottom: 5rem !important;
  }

  .sm\:pl-20{
    padding-left: 5rem !important;
  }

  .sm\:pt-24{
    padding-top: 6rem !important;
  }

  .sm\:pr-24{
    padding-right: 6rem !important;
  }

  .sm\:pb-24{
    padding-bottom: 6rem !important;
  }

  .sm\:pl-24{
    padding-left: 6rem !important;
  }

  .sm\:pt-28{
    padding-top: 7rem !important;
  }

  .sm\:pr-28{
    padding-right: 7rem !important;
  }

  .sm\:pb-28{
    padding-bottom: 7rem !important;
  }

  .sm\:pl-28{
    padding-left: 7rem !important;
  }

  .sm\:pt-32{
    padding-top: 8rem !important;
  }

  .sm\:pr-32{
    padding-right: 8rem !important;
  }

  .sm\:pb-32{
    padding-bottom: 8rem !important;
  }

  .sm\:pl-32{
    padding-left: 8rem !important;
  }

  .sm\:pt-40{
    padding-top: 10rem !important;
  }

  .sm\:pr-40{
    padding-right: 10rem !important;
  }

  .sm\:pb-40{
    padding-bottom: 10rem !important;
  }

  .sm\:pl-40{
    padding-left: 10rem !important;
  }

  .sm\:pt-48{
    padding-top: 12rem !important;
  }

  .sm\:pr-48{
    padding-right: 12rem !important;
  }

  .sm\:pb-48{
    padding-bottom: 12rem !important;
  }

  .sm\:pl-48{
    padding-left: 12rem !important;
  }

  .sm\:pt-56{
    padding-top: 14rem !important;
  }

  .sm\:pr-56{
    padding-right: 14rem !important;
  }

  .sm\:pb-56{
    padding-bottom: 14rem !important;
  }

  .sm\:pl-56{
    padding-left: 14rem !important;
  }

  .sm\:pt-64{
    padding-top: 16rem !important;
  }

  .sm\:pr-64{
    padding-right: 16rem !important;
  }

  .sm\:pb-64{
    padding-bottom: 16rem !important;
  }

  .sm\:pl-64{
    padding-left: 16rem !important;
  }

  .sm\:pt-px{
    padding-top: 1px !important;
  }

  .sm\:pr-px{
    padding-right: 1px !important;
  }

  .sm\:pb-px{
    padding-bottom: 1px !important;
  }

  .sm\:pl-px{
    padding-left: 1px !important;
  }

  .sm\:pt-2px{
    padding-top: 2px !important;
  }

  .sm\:pr-2px{
    padding-right: 2px !important;
  }

  .sm\:pb-2px{
    padding-bottom: 2px !important;
  }

  .sm\:pl-2px{
    padding-left: 2px !important;
  }

  .sm\:pt-3px{
    padding-top: 3px !important;
  }

  .sm\:pr-3px{
    padding-right: 3px !important;
  }

  .sm\:pb-3px{
    padding-bottom: 3px !important;
  }

  .sm\:pl-3px{
    padding-left: 3px !important;
  }

  .sm\:pt-5px{
    padding-top: 5px !important;
  }

  .sm\:pr-5px{
    padding-right: 5px !important;
  }

  .sm\:pb-5px{
    padding-bottom: 5px !important;
  }

  .sm\:pl-5px{
    padding-left: 5px !important;
  }

  .sm\:pt-10px{
    padding-top: 10px !important;
  }

  .sm\:pr-10px{
    padding-right: 10px !important;
  }

  .sm\:pb-10px{
    padding-bottom: 10px !important;
  }

  .sm\:pl-10px{
    padding-left: 10px !important;
  }

  .sm\:pt-15px{
    padding-top: 15px !important;
  }

  .sm\:pr-15px{
    padding-right: 15px !important;
  }

  .sm\:pb-15px{
    padding-bottom: 15px !important;
  }

  .sm\:pl-15px{
    padding-left: 15px !important;
  }

  .sm\:pt-20px{
    padding-top: 20px !important;
  }

  .sm\:pr-20px{
    padding-right: 20px !important;
  }

  .sm\:pb-20px{
    padding-bottom: 20px !important;
  }

  .sm\:pl-20px{
    padding-left: 20px !important;
  }

  .sm\:pt-25px{
    padding-top: 25px !important;
  }

  .sm\:pr-25px{
    padding-right: 25px !important;
  }

  .sm\:pb-25px{
    padding-bottom: 25px !important;
  }

  .sm\:pl-25px{
    padding-left: 25px !important;
  }

  .sm\:pt-30px{
    padding-top: 30px !important;
  }

  .sm\:pr-30px{
    padding-right: 30px !important;
  }

  .sm\:pb-30px{
    padding-bottom: 30px !important;
  }

  .sm\:pl-30px{
    padding-left: 30px !important;
  }

  .sm\:pt-36px{
    padding-top: 36px !important;
  }

  .sm\:pr-36px{
    padding-right: 36px !important;
  }

  .sm\:pb-36px{
    padding-bottom: 36px !important;
  }

  .sm\:pl-36px{
    padding-left: 36px !important;
  }

  .sm\:pt-50px{
    padding-top: 50px !important;
  }

  .sm\:pr-50px{
    padding-right: 50px !important;
  }

  .sm\:pb-50px{
    padding-bottom: 50px !important;
  }

  .sm\:pl-50px{
    padding-left: 50px !important;
  }

  .sm\:pt-60px{
    padding-top: 60px !important;
  }

  .sm\:pr-60px{
    padding-right: 60px !important;
  }

  .sm\:pb-60px{
    padding-bottom: 60px !important;
  }

  .sm\:pl-60px{
    padding-left: 60px !important;
  }

  .sm\:pt-120px{
    padding-top: 120px !important;
  }

  .sm\:pr-120px{
    padding-right: 120px !important;
  }

  .sm\:pb-120px{
    padding-bottom: 120px !important;
  }

  .sm\:pl-120px{
    padding-left: 120px !important;
  }

  .sm\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .sm\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .sm\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .sm\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .sm\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .sm\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .sm\:pointer-events-none{
    pointer-events: none !important;
  }

  .sm\:pointer-events-auto{
    pointer-events: auto !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: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .sm\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .sm\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .sm\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .sm\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .sm\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .sm\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .sm\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .sm\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .sm\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .sm\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .sm\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .sm\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .sm\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .sm\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .sm\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .sm\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .sm\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .sm\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .sm\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .sm\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .sm\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .sm\:top-0{
    top: 0 !important;
  }

  .sm\:right-0{
    right: 0 !important;
  }

  .sm\:bottom-0{
    bottom: 0 !important;
  }

  .sm\:left-0{
    left: 0 !important;
  }

  .sm\:top-auto{
    top: auto !important;
  }

  .sm\:right-auto{
    right: auto !important;
  }

  .sm\:bottom-auto{
    bottom: auto !important;
  }

  .sm\:left-auto{
    left: auto !important;
  }

  .sm\:top-1\/2{
    top: 50% !important;
  }

  .sm\:right-1\/2{
    right: 50% !important;
  }

  .sm\:bottom-1\/2{
    bottom: 50% !important;
  }

  .sm\:left-1\/2{
    left: 50% !important;
  }

  .sm\:top-100\%{
    top: 100% !important;
  }

  .sm\:right-100\%{
    right: 100% !important;
  }

  .sm\:bottom-100\%{
    bottom: 100% !important;
  }

  .sm\:left-100\%{
    left: 100% !important;
  }

  .sm\:top-px{
    top: 1px !important;
  }

  .sm\:right-px{
    right: 1px !important;
  }

  .sm\:bottom-px{
    bottom: 1px !important;
  }

  .sm\:left-px{
    left: 1px !important;
  }

  .sm\:top-2px{
    top: 2px !important;
  }

  .sm\:right-2px{
    right: 2px !important;
  }

  .sm\:bottom-2px{
    bottom: 2px !important;
  }

  .sm\:left-2px{
    left: 2px !important;
  }

  .sm\:top-4px{
    top: 4px !important;
  }

  .sm\:right-4px{
    right: 4px !important;
  }

  .sm\:bottom-4px{
    bottom: 4px !important;
  }

  .sm\:left-4px{
    left: 4px !important;
  }

  .sm\:top-10px{
    top: 10px !important;
  }

  .sm\:right-10px{
    right: 10px !important;
  }

  .sm\:bottom-10px{
    bottom: 10px !important;
  }

  .sm\:left-10px{
    left: 10px !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\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .sm\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .sm\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .sm\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .sm\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .sm\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .sm\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .sm\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .sm\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .sm\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .sm\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .sm\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .sm\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .sm\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .sm\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .sm\:fill-current{
    fill: currentColor !important;
  }

  .sm\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .sm\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .sm\:fill-ordinary{
    fill: #333333 !important;
  }

  .sm\:fill-no-active{
    fill: #888888 !important;
  }

  .sm\:fill-white{
    fill: #ffffff !important;
  }

  .sm\:stroke-current{
    stroke: currentColor !important;
  }

  .sm\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .sm\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .sm\:stroke-0{
    stroke-width: 0 !important;
  }

  .sm\:stroke-1{
    stroke-width: 1 !important;
  }

  .sm\:stroke-2{
    stroke-width: 2 !important;
  }

  .sm\:stroke-12{
    stroke-width: 12 !important;
  }

  .sm\:stroke-20{
    stroke-width: 20 !important;
  }

  .sm\:table-auto{
    table-layout: auto !important;
  }

  .sm\:table-fixed{
    table-layout: fixed !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\:text-transparent{
    color: transparent !important;
  }

  .sm\:text-current{
    color: currentColor !important;
  }

  .sm\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .sm\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .sm\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .sm\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .sm\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .sm\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .sm\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .sm\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .sm\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .sm\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .sm\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .sm\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .sm\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .sm\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .sm\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .sm\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .sm\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .sm\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .sm\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .sm\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .sm\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .sm\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .sm\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .sm\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .sm\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .sm\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .sm\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .sm\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .sm\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .sm\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .sm\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .sm\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .sm\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .sm\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .sm\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .sm\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .sm\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .sm\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .sm\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .sm\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .sm\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .sm\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .sm\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .sm\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .sm\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .sm\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .sm\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .sm\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .sm\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .sm\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .sm\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .sm\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .sm\:italic{
    font-style: italic !important;
  }

  .sm\:not-italic{
    font-style: normal !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\:underline{
    text-decoration: underline !important;
  }

  .sm\:line-through{
    text-decoration: line-through !important;
  }

  .sm\:no-underline{
    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\:ordinal, .sm\:slashed-zero, .sm\:lining-nums, .sm\:oldstyle-nums, .sm\:proportional-nums, .sm\:tabular-nums, .sm\:diagonal-fractions, .sm\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .sm\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .sm\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .sm\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .sm\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .sm\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .sm\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .sm\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .sm\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .sm\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .sm\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .sm\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .sm\:tracking-normal{
    letter-spacing: 0 !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\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .sm\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .sm\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .sm\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !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\:visible{
    visibility: visible !important;
  }

  .sm\:invisible{
    visibility: hidden !important;
  }

  .sm\:whitespace-normal{
    white-space: normal !important;
  }

  .sm\:whitespace-no-wrap{
    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{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .sm\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .sm\:break-all{
    word-break: break-all !important;
  }

  .sm\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .sm\:w-0{
    width: 0 !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-8{
    width: 2rem !important;
  }

  .sm\:w-10{
    width: 2.5rem !important;
  }

  .sm\:w-12{
    width: 3rem !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-40{
    width: 10rem !important;
  }

  .sm\:w-48{
    width: 12rem !important;
  }

  .sm\:w-56{
    width: 14rem !important;
  }

  .sm\:w-64{
    width: 16rem !important;
  }

  .sm\:w-auto{
    width: auto !important;
  }

  .sm\:w-px{
    width: 1px !important;
  }

  .sm\:w-2px{
    width: 2px !important;
  }

  .sm\:w-3px{
    width: 3px !important;
  }

  .sm\:w-5px{
    width: 5px !important;
  }

  .sm\:w-10px{
    width: 10px !important;
  }

  .sm\:w-15px{
    width: 15px !important;
  }

  .sm\:w-20px{
    width: 20px !important;
  }

  .sm\:w-25px{
    width: 25px !important;
  }

  .sm\:w-30px{
    width: 30px !important;
  }

  .sm\:w-36px{
    width: 36px !important;
  }

  .sm\:w-50px{
    width: 50px !important;
  }

  .sm\:w-60px{
    width: 60px !important;
  }

  .sm\:w-120px{
    width: 120px !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\:z-0{
    z-index: 0 !important;
  }

  .sm\:z-3{
    z-index: 3 !important;
  }

  .sm\:z-10{
    z-index: 10 !important;
  }

  .sm\:z-15{
    z-index: 15 !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\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .sm\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .sm\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .sm\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .sm\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .sm\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .sm\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .sm\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .sm\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .sm\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .sm\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .sm\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .sm\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .sm\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .sm\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .sm\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .sm\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .sm\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .sm\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .sm\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .sm\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .sm\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .sm\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .sm\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .sm\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .sm\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .sm\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .sm\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .sm\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .sm\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .sm\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .sm\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .sm\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .sm\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .sm\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .sm\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .sm\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .sm\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .sm\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .sm\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .sm\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .sm\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .sm\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .sm\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .sm\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .sm\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .sm\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .sm\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .sm\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .sm\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .sm\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .sm\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .sm\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .sm\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .sm\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .sm\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .sm\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .sm\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .sm\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .sm\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .sm\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .sm\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .sm\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .sm\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .sm\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .sm\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .sm\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .sm\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .sm\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .sm\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .sm\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .sm\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .sm\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .sm\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .sm\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .sm\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .sm\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .sm\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .sm\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .sm\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .sm\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .sm\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .sm\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .sm\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .sm\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .sm\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .sm\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .sm\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .sm\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .sm\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .sm\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .sm\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .sm\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .sm\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .sm\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .sm\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .sm\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .sm\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .sm\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .sm\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .sm\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .sm\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .sm\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .sm\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .sm\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .sm\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .sm\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .sm\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .sm\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .sm\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .sm\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .sm\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .sm\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .sm\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .sm\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .sm\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .sm\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .sm\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .sm\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .sm\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .sm\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .sm\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .sm\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .sm\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .sm\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .sm\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .sm\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .sm\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .sm\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .sm\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .sm\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .sm\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .sm\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .sm\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .sm\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .sm\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .sm\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .sm\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .sm\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .sm\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .sm\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !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\: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-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .sm\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .sm\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .sm\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .sm\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .sm\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .sm\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\: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\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .sm\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .sm\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .sm\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .sm\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .sm\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .sm\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .sm\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .sm\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .sm\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .sm\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .sm\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .sm\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .sm\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .sm\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .sm\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .sm\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .sm\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .sm\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .sm\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .sm\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .sm\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .sm\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .sm\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .sm\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .sm\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .sm\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .sm\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .sm\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .sm\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .sm\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .sm\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .sm\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .sm\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .sm\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .sm\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .sm\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .sm\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .sm\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .sm\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .sm\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .sm\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .sm\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .sm\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .sm\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .sm\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .sm\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .sm\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .sm\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .sm\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .sm\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .sm\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .sm\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .sm\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .sm\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .sm\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .sm\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .sm\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .sm\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .sm\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .sm\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .sm\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .sm\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .sm\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .sm\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .sm\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .sm\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .sm\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .sm\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .sm\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .sm\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .sm\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .sm\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .sm\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .sm\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .sm\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .sm\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .sm\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .sm\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .sm\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .sm\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .sm\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .sm\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .sm\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .sm\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .sm\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .sm\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .sm\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .sm\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .sm\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .sm\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .sm\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .sm\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .sm\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .sm\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .sm\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .sm\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .sm\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .sm\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .sm\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .sm\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .sm\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .sm\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .sm\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .sm\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .sm\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .sm\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .sm\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .sm\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .sm\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .sm\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .sm\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .sm\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .sm\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .sm\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .sm\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .sm\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .sm\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .sm\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .sm\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .sm\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .sm\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .sm\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .sm\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .sm\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .sm\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .sm\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .sm\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .sm\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .sm\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .sm\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .sm\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .sm\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .sm\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .sm\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .sm\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .sm\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .sm\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .sm\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .sm\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .sm\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .sm\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .sm\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .sm\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .sm\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .sm\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .sm\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .sm\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .sm\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .sm\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .sm\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .sm\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .sm\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .sm\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .sm\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .sm\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .sm\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .sm\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .sm\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .sm\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .sm\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .sm\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .sm\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .sm\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .sm\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .sm\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .sm\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .sm\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .sm\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .sm\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .sm\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .sm\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .sm\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .sm\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .sm\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .sm\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .sm\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .sm\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .sm\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .sm\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .sm\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .sm\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .sm\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .sm\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .sm\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .sm\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .sm\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .sm\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .sm\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .sm\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .sm\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .sm\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .sm\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .sm\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .sm\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .sm\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .sm\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .sm\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .sm\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .sm\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .sm\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .sm\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .sm\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .sm\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .sm\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .sm\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .sm\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .sm\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .sm\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .sm\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .sm\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .sm\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .sm\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .sm\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .sm\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .sm\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .sm\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .sm\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .sm\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .sm\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .sm\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .sm\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .sm\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .sm\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .sm\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .sm\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .sm\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .sm\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .sm\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .sm\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .sm\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .sm\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .sm\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .sm\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .sm\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .sm\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .sm\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .sm\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .sm\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .sm\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .sm\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .sm\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .sm\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .sm\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .sm\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .sm\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .sm\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .sm\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .sm\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .sm\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .sm\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .sm\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .sm\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .sm\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .sm\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .sm\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .sm\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .sm\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .sm\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .sm\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .sm\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .sm\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .sm\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .sm\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .sm\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .sm\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .sm\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .sm\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .sm\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .sm\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .sm\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .sm\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .sm\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .sm\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .sm\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .sm\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .sm\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .sm\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .sm\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .sm\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .sm\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .sm\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .sm\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .sm\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .sm\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .sm\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .sm\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .sm\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .sm\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .sm\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .sm\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .sm\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .sm\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .sm\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .sm\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .sm\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .sm\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .sm\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .sm\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .sm\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .sm\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .sm\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .sm\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .sm\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .sm\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .sm\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .sm\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .sm\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .sm\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .sm\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .sm\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .sm\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .sm\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .sm\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .sm\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .sm\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .sm\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .sm\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .sm\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .sm\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .sm\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .sm\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .sm\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .sm\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .sm\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .sm\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .sm\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .sm\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .sm\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .sm\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .sm\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .sm\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .sm\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .sm\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .sm\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .sm\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .sm\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .sm\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .sm\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .sm\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .sm\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .sm\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .sm\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .sm\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .sm\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .sm\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .sm\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .sm\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .sm\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .sm\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .sm\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .sm\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .sm\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .sm\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .sm\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .sm\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .sm\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .sm\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .sm\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .sm\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .sm\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .sm\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .sm\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .sm\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .sm\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .sm\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .sm\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .sm\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .sm\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .sm\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .sm\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .sm\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .sm\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .sm\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .sm\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .sm\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .sm\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .sm\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .sm\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .sm\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .sm\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .sm\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .sm\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .sm\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .sm\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .sm\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .sm\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .sm\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .sm\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .sm\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .sm\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .sm\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .sm\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .sm\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .sm\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .sm\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .sm\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .sm\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .sm\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .sm\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .sm\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .sm\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .sm\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .sm\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .sm\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .sm\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .sm\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .sm\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .sm\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .sm\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .sm\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .sm\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .sm\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .sm\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .sm\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .sm\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .sm\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .sm\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .sm\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .sm\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .sm\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .sm\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .sm\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .sm\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .sm\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .sm\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .sm\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .sm\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .sm\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .sm\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .sm\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .sm\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .sm\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .sm\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .sm\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .sm\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .sm\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .sm\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .sm\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .sm\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .sm\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .sm\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .sm\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .sm\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .sm\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .sm\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .sm\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .sm\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .sm\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .sm\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .sm\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .sm\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .sm\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .sm\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .sm\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .sm\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .sm\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .sm\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .sm\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .sm\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .sm\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .sm\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .sm\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .sm\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .sm\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .sm\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .sm\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .sm\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .sm\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .sm\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .sm\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .sm\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .sm\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .sm\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .sm\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .sm\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .sm\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .sm\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .sm\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .sm\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .sm\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .sm\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .sm\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .sm\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .sm\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .sm\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .sm\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .sm\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .sm\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .sm\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .sm\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .sm\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .sm\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .sm\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .sm\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .sm\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .sm\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .sm\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .sm\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .sm\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .sm\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .sm\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .sm\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .sm\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .sm\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .sm\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .sm\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .sm\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .sm\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .sm\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .sm\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .sm\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .sm\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .sm\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .sm\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .sm\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .sm\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .sm\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .sm\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .sm\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .sm\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .sm\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .sm\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .sm\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .sm\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .sm\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .sm\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .sm\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .sm\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .sm\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .sm\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .sm\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .sm\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .sm\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .sm\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .sm\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .sm\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .sm\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .sm\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .sm\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .sm\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .sm\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .sm\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .sm\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .sm\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .sm\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .sm\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .sm\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .sm\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .sm\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .sm\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .sm\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .sm\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .sm\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .sm\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .sm\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .sm\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .sm\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .sm\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .sm\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .sm\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .sm\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .sm\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .sm\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .sm\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 768px){
  .md\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .md\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .md\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .md\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .md\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .md\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .md\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .md\:container{
      max-width: 1920px;
    }
  }

  .md\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .md\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .md\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .md\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .md\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .md\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .md\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .md\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .md\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .md\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .md\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .md\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .md\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .md\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .md\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .md\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .md\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .md\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .md\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .md\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .md\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .md\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .md\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .md\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .md\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .md\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .md\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .md\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .md\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .md\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .md\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .md\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .md\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .md\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .md\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .md\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .md\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .md\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .md\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .md\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .md\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .md\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .md\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .md\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .md\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .md\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .md\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .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\: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\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !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-transparent{
    background-color: transparent !important;
  }

  .md\:bg-current{
    background-color: currentColor !important;
  }

  .md\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .md\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .md\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .md\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .md\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .md\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .md\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .md\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .md\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .md\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .md\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .md\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .md\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .md\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .md\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .md\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .md\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .md\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .md\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .md\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .md\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .md\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .md\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .md\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .md\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .md\:bg-none{
    background-image: none !important;
  }

  .md\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .md\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .md\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .md\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .md\:to-black{
    --gradient-to-color: #000 !important;
  }

  .md\:to-white{
    --gradient-to-color: #fff !important;
  }

  .md\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .md\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .md\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .md\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .md\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .md\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .md\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .md\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .md\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .md\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .md\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .md\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .md\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .md\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .md\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .md\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .md\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .md\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .md\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .md\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .md\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .md\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .md\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .md\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .md\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .md\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .md\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .md\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .md\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .md\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .md\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .md\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .md\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .md\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .md\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .md\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .md\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .md\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .md\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .md\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .md\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .md\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .md\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .md\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .md\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .md\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .md\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .md\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .md\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .md\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .md\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .md\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .md\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .md\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .md\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .md\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .md\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .md\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .md\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .md\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .md\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .md\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .md\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .md\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .md\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .md\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .md\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .md\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .md\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .md\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .md\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .md\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .md\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .md\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .md\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .md\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .md\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .md\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .md\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .md\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .md\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .md\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .md\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .md\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .md\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .md\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .md\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .md\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .md\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .md\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .md\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .md\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .md\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .md\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .md\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .md\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .md\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .md\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .md\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .md\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .md\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .md\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .md\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .md\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .md\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .md\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .md\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .md\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .md\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .md\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .md\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .md\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .md\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .md\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .md\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .md\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .md\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .md\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .md\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .md\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .md\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .md\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .md\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .md\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .md\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .md\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .md\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .md\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .md\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .md\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .md\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .md\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .md\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .md\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .md\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .md\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .md\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .md\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .md\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .md\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .md\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .md\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .md\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .md\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .md\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .md\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .md\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .md\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .md\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .md\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .md\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .md\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .md\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .md\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .md\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .md\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .md\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .md\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .md\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .md\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .md\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .md\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .md\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .md\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .md\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .md\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .md\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .md\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .md\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .md\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .md\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .md\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .md\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .md\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .md\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .md\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .md\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .md\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .md\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .md\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .md\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .md\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .md\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .md\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .md\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .md\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .md\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .md\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .md\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .md\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .md\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .md\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .md\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .md\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .md\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .md\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .md\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .md\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .md\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .md\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .md\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .md\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .md\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .md\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .md\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .md\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .md\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .md\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .md\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .md\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .md\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .md\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .md\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .md\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .md\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .md\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .md\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .md\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .md\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .md\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .md\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .md\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .md\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .md\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .md\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .md\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .md\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .md\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .md\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .md\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .md\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .md\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .md\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .md\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .md\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .md\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .md\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .md\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .md\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .md\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .md\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .md\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .md\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .md\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .md\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .md\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .md\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .md\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .md\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .md\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .md\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .md\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .md\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .md\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .md\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .md\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .md\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .md\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .md\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .md\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .md\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .md\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .md\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .md\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .md\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .md\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .md\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .md\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .md\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .md\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .md\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .md\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .md\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .md\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .md\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .md\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .md\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .md\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .md\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .md\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .md\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .md\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .md\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .md\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .md\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .md\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .md\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .md\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .md\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .md\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .md\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .md\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .md\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .md\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .md\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .md\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .md\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .md\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .md\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .md\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .md\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .md\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .md\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .md\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .md\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .md\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .md\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .md\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .md\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .md\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .md\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .md\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .md\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .md\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .md\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .md\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .md\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .md\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .md\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .md\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .md\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .md\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .md\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .md\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .md\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .md\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .md\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .md\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .md\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .md\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .md\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .md\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .md\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .md\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .md\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .md\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .md\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .md\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .md\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !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-auto{
    background-size: auto !important;
  }

  .md\:bg-cover{
    background-size: cover !important;
  }

  .md\:bg-contain{
    background-size: contain !important;
  }

  .md\:border-collapse{
    border-collapse: collapse !important;
  }

  .md\:border-separate{
    border-collapse: separate !important;
  }

  .md\:border-transparent{
    border-color: transparent !important;
  }

  .md\:border-current{
    border-color: currentColor !important;
  }

  .md\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .md\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .md\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .md\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .md\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .md\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .md\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .md\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .md\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .md\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .md\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .md\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .md\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .md\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .md\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .md\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .md\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .md\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .md\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .md\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .md\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .md\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .md\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .md\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .md\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .md\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .md\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .md\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .md\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .md\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .md\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .md\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .md\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .md\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .md\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .md\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .md\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .md\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .md\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .md\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .md\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .md\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .md\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .md\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .md\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .md\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .md\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .md\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .md\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .md\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .md\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .md\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .md\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .md\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .md\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .md\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .md\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .md\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .md\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .md\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .md\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .md\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .md\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .md\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .md\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .md\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .md\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .md\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .md\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .md\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .md\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .md\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .md\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .md\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .md\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .md\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .md\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .md\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .md\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .md\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .md\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .md\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .md\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .md\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .md\:rounded-10{
    border-radius: 10px !important;
  }

  .md\:rounded-none{
    border-radius: 0 !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-50\%{
    border-radius: 50% !important;
  }

  .md\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .md\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .md\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .md\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .md\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .md\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .md\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .md\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .md\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .md\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .md\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .md\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .md\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .md\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .md\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .md\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .md\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .md\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .md\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .md\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .md\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .md\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .md\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .md\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .md\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .md\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .md\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .md\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .md\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .md\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .md\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .md\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .md\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .md\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .md\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .md\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .md\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .md\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .md\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .md\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .md\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .md\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .md\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .md\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .md\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .md\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .md\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .md\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .md\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !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-0{
    border-width: 0 !important;
  }

  .md\:border-2{
    border-width: 2px !important;
  }

  .md\:border-3{
    border-width: 3px !important;
  }

  .md\:border-4{
    border-width: 4px !important;
  }

  .md\:border-8{
    border-width: 8px !important;
  }

  .md\:border{
    border-width: 1px !important;
  }

  .md\:border-t-0{
    border-top-width: 0 !important;
  }

  .md\:border-r-0{
    border-right-width: 0 !important;
  }

  .md\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .md\:border-l-0{
    border-left-width: 0 !important;
  }

  .md\:border-t-2{
    border-top-width: 2px !important;
  }

  .md\:border-r-2{
    border-right-width: 2px !important;
  }

  .md\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .md\:border-l-2{
    border-left-width: 2px !important;
  }

  .md\:border-t-3{
    border-top-width: 3px !important;
  }

  .md\:border-r-3{
    border-right-width: 3px !important;
  }

  .md\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .md\:border-l-3{
    border-left-width: 3px !important;
  }

  .md\:border-t-4{
    border-top-width: 4px !important;
  }

  .md\:border-r-4{
    border-right-width: 4px !important;
  }

  .md\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .md\:border-l-4{
    border-left-width: 4px !important;
  }

  .md\:border-t-8{
    border-top-width: 8px !important;
  }

  .md\:border-r-8{
    border-right-width: 8px !important;
  }

  .md\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .md\:border-l-8{
    border-left-width: 8px !important;
  }

  .md\:border-t{
    border-top-width: 1px !important;
  }

  .md\:border-r{
    border-right-width: 1px !important;
  }

  .md\:border-b{
    border-bottom-width: 1px !important;
  }

  .md\:border-l{
    border-left-width: 1px !important;
  }

  .md\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .md\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !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-not-allowed{
    cursor: not-allowed !important;
  }

  .md\:block{
    display: block !important;
  }

  .md\:inline-block{
    display: inline-block !important;
  }

  .md\:inline{
    display: inline !important;
  }

  .md\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .md\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .md\:table{
    display: 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\:hidden{
    display: none !important;
  }

  .md\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .md\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .md\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .md\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .md\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .md\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .md\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .md\:place-items-auto{
    place-items: auto !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\: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-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\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .md\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .md\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .md\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .md\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .md\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .md\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .md\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .md\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .md\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .md\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .md\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .md\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .md\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .md\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .md\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .md\:justify-items-auto{
    justify-items: auto !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\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .md\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .md\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .md\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .md\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .md\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .md\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .md\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .md\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .md\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .md\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .md\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .md\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .md\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .md\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .md\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .md\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .md\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .md\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .md\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .md\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .md\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .md\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .md\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .md\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .md\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .md\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .md\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .md\:float-right{
    float: right !important;
  }

  .md\:float-left{
    float: left !important;
  }

  .md\:float-none{
    float: none !important;
  }

  .md\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !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\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .md\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .md\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .md\:font-hairline{
    font-weight: 100 !important;
  }

  .md\:font-thin{
    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\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .md\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .md\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .md\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .md\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .md\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .md\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .md\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .md\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .md\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .md\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .md\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .md\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .md\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .md\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .md\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .md\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .md\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .md\:h-0{
    height: 0 !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-8{
    height: 2rem !important;
  }

  .md\:h-10{
    height: 2.5rem !important;
  }

  .md\:h-12{
    height: 3rem !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-40{
    height: 10rem !important;
  }

  .md\:h-48{
    height: 12rem !important;
  }

  .md\:h-56{
    height: 14rem !important;
  }

  .md\:h-64{
    height: 16rem !important;
  }

  .md\:h-auto{
    height: auto !important;
  }

  .md\:h-px{
    height: 1px !important;
  }

  .md\:h-2px{
    height: 2px !important;
  }

  .md\:h-3px{
    height: 3px !important;
  }

  .md\:h-5px{
    height: 5px !important;
  }

  .md\:h-10px{
    height: 10px !important;
  }

  .md\:h-15px{
    height: 15px !important;
  }

  .md\:h-20px{
    height: 20px !important;
  }

  .md\:h-25px{
    height: 25px !important;
  }

  .md\:h-30px{
    height: 30px !important;
  }

  .md\:h-36px{
    height: 36px !important;
  }

  .md\:h-50px{
    height: 50px !important;
  }

  .md\:h-60px{
    height: 60px !important;
  }

  .md\:h-120px{
    height: 120px !important;
  }

  .md\:h-full{
    height: 100% !important;
  }

  .md\:h-screen{
    height: 100vh !important;
  }

  .md\:text-xs{
    font-size: .75rem !important;
  }

  .md\:text-sm{
    font-size: 14px !important;
  }

  .md\:text-base{
    font-size: 16px !important;
  }

  .md\:text-lg{
    font-size: 18px !important;
  }

  .md\:text-xl{
    font-size: 20px !important;
  }

  .md\:text-2xl{
    font-size: 1.5rem !important;
  }

  .md\:text-3xl{
    font-size: 30px !important;
  }

  .md\:text-4xl{
    font-size: 2.25rem !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
  }

  .md\:text-6xl{
    font-size: 4rem !important;
  }

  .md\:text-toy{
    font-size: 10px !important;
  }

  .md\:text-xxs{
    font-size: 11px !important;
  }

  .md\:text-tiny{
    font-size: 13px !important;
  }

  .md\:text-normal{
    font-size: 15px !important;
  }

  .md\:text-x21{
    font-size: 21px !important;
  }

  .md\:text-x22{
    font-size: 22px !important;
  }

  .md\:text-x23{
    font-size: 23px !important;
  }

  .md\:text-x25{
    font-size: 25px !important;
  }

  .md\:text-large{
    font-size: 40px !important;
  }

  .md\:text-huge{
    font-size: 50px !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\:leading-60px{
    line-height: 60px !important;
  }

  .md\:leading-small{
    line-height: 23px !important;
  }

  .md\:leading-ordinary{
    line-height: 25px !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\:list-line{
    list-style-type: - !important;
  }

  .md\:m-0{
    margin: 0 !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-8{
    margin: 2rem !important;
  }

  .md\:m-10{
    margin: 2.5rem !important;
  }

  .md\:m-12{
    margin: 3rem !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-40{
    margin: 10rem !important;
  }

  .md\:m-48{
    margin: 12rem !important;
  }

  .md\:m-56{
    margin: 14rem !important;
  }

  .md\:m-64{
    margin: 16rem !important;
  }

  .md\:m-auto{
    margin: auto !important;
  }

  .md\:m-px{
    margin: 1px !important;
  }

  .md\:m-2px{
    margin: 2px !important;
  }

  .md\:m-3px{
    margin: 3px !important;
  }

  .md\:m-5px{
    margin: 5px !important;
  }

  .md\:m-10px{
    margin: 10px !important;
  }

  .md\:m-15px{
    margin: 15px !important;
  }

  .md\:m-20px{
    margin: 20px !important;
  }

  .md\:m-25px{
    margin: 25px !important;
  }

  .md\:m-30px{
    margin: 30px !important;
  }

  .md\:m-36px{
    margin: 36px !important;
  }

  .md\:m-50px{
    margin: 50px !important;
  }

  .md\:m-60px{
    margin: 60px !important;
  }

  .md\:m-120px{
    margin: 120px !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-8{
    margin: -2rem !important;
  }

  .md\:-m-10{
    margin: -2.5rem !important;
  }

  .md\:-m-12{
    margin: -3rem !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-40{
    margin: -10rem !important;
  }

  .md\:-m-48{
    margin: -12rem !important;
  }

  .md\:-m-56{
    margin: -14rem !important;
  }

  .md\:-m-64{
    margin: -16rem !important;
  }

  .md\:-m-px{
    margin: -1px !important;
  }

  .md\:-m-2px{
    margin: -2px !important;
  }

  .md\:-m-3px{
    margin: -3px !important;
  }

  .md\:-m-5px{
    margin: -5px !important;
  }

  .md\:-m-10px{
    margin: -10px !important;
  }

  .md\:-m-15px{
    margin: -15px !important;
  }

  .md\:-m-20px{
    margin: -20px !important;
  }

  .md\:-m-25px{
    margin: -25px !important;
  }

  .md\:-m-30px{
    margin: -30px !important;
  }

  .md\:-m-36px{
    margin: -36px !important;
  }

  .md\:-m-50px{
    margin: -50px !important;
  }

  .md\:-m-60px{
    margin: -60px !important;
  }

  .md\:-m-120px{
    margin: -120px !important;
  }

  .md\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .md\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .md\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .md\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .md\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .md\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .md\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .md\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .md\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .md\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .md\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .md\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .md\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .md\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .md\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .md\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .md\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .md\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .md\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .md\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .md\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .md\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .md\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .md\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .md\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .md\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .md\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .md\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .md\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .md\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .md\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .md\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .md\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .md\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .md\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .md\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .md\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .md\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .md\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .md\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .md\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .md\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .md\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .md\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .md\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .md\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .md\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .md\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .md\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .md\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .md\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .md\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .md\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .md\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .md\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .md\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .md\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .md\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .md\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .md\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .md\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .md\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .md\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .md\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .md\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .md\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .md\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .md\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .md\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .md\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .md\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .md\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .md\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .md\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .md\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .md\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .md\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .md\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .md\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .md\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .md\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .md\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .md\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .md\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .md\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .md\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .md\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .md\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .md\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .md\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .md\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .md\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .md\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .md\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .md\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .md\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .md\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .md\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .md\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .md\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .md\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .md\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .md\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .md\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .md\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .md\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .md\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .md\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .md\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .md\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .md\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .md\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .md\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .md\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .md\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .md\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .md\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .md\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .md\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .md\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .md\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .md\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .md\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .md\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .md\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .md\:mt-0{
    margin-top: 0 !important;
  }

  .md\:mr-0{
    margin-right: 0 !important;
  }

  .md\:mb-0{
    margin-bottom: 0 !important;
  }

  .md\:ml-0{
    margin-left: 0 !important;
  }

  .md\:mt-1{
    margin-top: 0.25rem !important;
  }

  .md\:mr-1{
    margin-right: 0.25rem !important;
  }

  .md\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .md\:ml-1{
    margin-left: 0.25rem !important;
  }

  .md\:mt-2{
    margin-top: 0.5rem !important;
  }

  .md\:mr-2{
    margin-right: 0.5rem !important;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .md\:ml-2{
    margin-left: 0.5rem !important;
  }

  .md\:mt-3{
    margin-top: 0.75rem !important;
  }

  .md\:mr-3{
    margin-right: 0.75rem !important;
  }

  .md\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .md\:ml-3{
    margin-left: 0.75rem !important;
  }

  .md\:mt-4{
    margin-top: 1rem !important;
  }

  .md\:mr-4{
    margin-right: 1rem !important;
  }

  .md\:mb-4{
    margin-bottom: 1rem !important;
  }

  .md\:ml-4{
    margin-left: 1rem !important;
  }

  .md\:mt-5{
    margin-top: 1.25rem !important;
  }

  .md\:mr-5{
    margin-right: 1.25rem !important;
  }

  .md\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .md\:ml-5{
    margin-left: 1.25rem !important;
  }

  .md\:mt-6{
    margin-top: 1.5rem !important;
  }

  .md\:mr-6{
    margin-right: 1.5rem !important;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .md\:ml-6{
    margin-left: 1.5rem !important;
  }

  .md\:mt-8{
    margin-top: 2rem !important;
  }

  .md\:mr-8{
    margin-right: 2rem !important;
  }

  .md\:mb-8{
    margin-bottom: 2rem !important;
  }

  .md\:ml-8{
    margin-left: 2rem !important;
  }

  .md\:mt-10{
    margin-top: 2.5rem !important;
  }

  .md\:mr-10{
    margin-right: 2.5rem !important;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .md\:ml-10{
    margin-left: 2.5rem !important;
  }

  .md\:mt-12{
    margin-top: 3rem !important;
  }

  .md\:mr-12{
    margin-right: 3rem !important;
  }

  .md\:mb-12{
    margin-bottom: 3rem !important;
  }

  .md\:ml-12{
    margin-left: 3rem !important;
  }

  .md\:mt-16{
    margin-top: 4rem !important;
  }

  .md\:mr-16{
    margin-right: 4rem !important;
  }

  .md\:mb-16{
    margin-bottom: 4rem !important;
  }

  .md\:ml-16{
    margin-left: 4rem !important;
  }

  .md\:mt-20{
    margin-top: 5rem !important;
  }

  .md\:mr-20{
    margin-right: 5rem !important;
  }

  .md\:mb-20{
    margin-bottom: 5rem !important;
  }

  .md\:ml-20{
    margin-left: 5rem !important;
  }

  .md\:mt-24{
    margin-top: 6rem !important;
  }

  .md\:mr-24{
    margin-right: 6rem !important;
  }

  .md\:mb-24{
    margin-bottom: 6rem !important;
  }

  .md\:ml-24{
    margin-left: 6rem !important;
  }

  .md\:mt-28{
    margin-top: 7rem !important;
  }

  .md\:mr-28{
    margin-right: 7rem !important;
  }

  .md\:mb-28{
    margin-bottom: 7rem !important;
  }

  .md\:ml-28{
    margin-left: 7rem !important;
  }

  .md\:mt-32{
    margin-top: 8rem !important;
  }

  .md\:mr-32{
    margin-right: 8rem !important;
  }

  .md\:mb-32{
    margin-bottom: 8rem !important;
  }

  .md\:ml-32{
    margin-left: 8rem !important;
  }

  .md\:mt-40{
    margin-top: 10rem !important;
  }

  .md\:mr-40{
    margin-right: 10rem !important;
  }

  .md\:mb-40{
    margin-bottom: 10rem !important;
  }

  .md\:ml-40{
    margin-left: 10rem !important;
  }

  .md\:mt-48{
    margin-top: 12rem !important;
  }

  .md\:mr-48{
    margin-right: 12rem !important;
  }

  .md\:mb-48{
    margin-bottom: 12rem !important;
  }

  .md\:ml-48{
    margin-left: 12rem !important;
  }

  .md\:mt-56{
    margin-top: 14rem !important;
  }

  .md\:mr-56{
    margin-right: 14rem !important;
  }

  .md\:mb-56{
    margin-bottom: 14rem !important;
  }

  .md\:ml-56{
    margin-left: 14rem !important;
  }

  .md\:mt-64{
    margin-top: 16rem !important;
  }

  .md\:mr-64{
    margin-right: 16rem !important;
  }

  .md\:mb-64{
    margin-bottom: 16rem !important;
  }

  .md\:ml-64{
    margin-left: 16rem !important;
  }

  .md\:mt-auto{
    margin-top: auto !important;
  }

  .md\:mr-auto{
    margin-right: auto !important;
  }

  .md\:mb-auto{
    margin-bottom: auto !important;
  }

  .md\:ml-auto{
    margin-left: auto !important;
  }

  .md\:mt-px{
    margin-top: 1px !important;
  }

  .md\:mr-px{
    margin-right: 1px !important;
  }

  .md\:mb-px{
    margin-bottom: 1px !important;
  }

  .md\:ml-px{
    margin-left: 1px !important;
  }

  .md\:mt-2px{
    margin-top: 2px !important;
  }

  .md\:mr-2px{
    margin-right: 2px !important;
  }

  .md\:mb-2px{
    margin-bottom: 2px !important;
  }

  .md\:ml-2px{
    margin-left: 2px !important;
  }

  .md\:mt-3px{
    margin-top: 3px !important;
  }

  .md\:mr-3px{
    margin-right: 3px !important;
  }

  .md\:mb-3px{
    margin-bottom: 3px !important;
  }

  .md\:ml-3px{
    margin-left: 3px !important;
  }

  .md\:mt-5px{
    margin-top: 5px !important;
  }

  .md\:mr-5px{
    margin-right: 5px !important;
  }

  .md\:mb-5px{
    margin-bottom: 5px !important;
  }

  .md\:ml-5px{
    margin-left: 5px !important;
  }

  .md\:mt-10px{
    margin-top: 10px !important;
  }

  .md\:mr-10px{
    margin-right: 10px !important;
  }

  .md\:mb-10px{
    margin-bottom: 10px !important;
  }

  .md\:ml-10px{
    margin-left: 10px !important;
  }

  .md\:mt-15px{
    margin-top: 15px !important;
  }

  .md\:mr-15px{
    margin-right: 15px !important;
  }

  .md\:mb-15px{
    margin-bottom: 15px !important;
  }

  .md\:ml-15px{
    margin-left: 15px !important;
  }

  .md\:mt-20px{
    margin-top: 20px !important;
  }

  .md\:mr-20px{
    margin-right: 20px !important;
  }

  .md\:mb-20px{
    margin-bottom: 20px !important;
  }

  .md\:ml-20px{
    margin-left: 20px !important;
  }

  .md\:mt-25px{
    margin-top: 25px !important;
  }

  .md\:mr-25px{
    margin-right: 25px !important;
  }

  .md\:mb-25px{
    margin-bottom: 25px !important;
  }

  .md\:ml-25px{
    margin-left: 25px !important;
  }

  .md\:mt-30px{
    margin-top: 30px !important;
  }

  .md\:mr-30px{
    margin-right: 30px !important;
  }

  .md\:mb-30px{
    margin-bottom: 30px !important;
  }

  .md\:ml-30px{
    margin-left: 30px !important;
  }

  .md\:mt-36px{
    margin-top: 36px !important;
  }

  .md\:mr-36px{
    margin-right: 36px !important;
  }

  .md\:mb-36px{
    margin-bottom: 36px !important;
  }

  .md\:ml-36px{
    margin-left: 36px !important;
  }

  .md\:mt-50px{
    margin-top: 50px !important;
  }

  .md\:mr-50px{
    margin-right: 50px !important;
  }

  .md\:mb-50px{
    margin-bottom: 50px !important;
  }

  .md\:ml-50px{
    margin-left: 50px !important;
  }

  .md\:mt-60px{
    margin-top: 60px !important;
  }

  .md\:mr-60px{
    margin-right: 60px !important;
  }

  .md\:mb-60px{
    margin-bottom: 60px !important;
  }

  .md\:ml-60px{
    margin-left: 60px !important;
  }

  .md\:mt-120px{
    margin-top: 120px !important;
  }

  .md\:mr-120px{
    margin-right: 120px !important;
  }

  .md\:mb-120px{
    margin-bottom: 120px !important;
  }

  .md\:ml-120px{
    margin-left: 120px !important;
  }

  .md\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .md\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .md\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .md\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .md\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .md\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .md\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .md\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .md\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .md\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .md\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .md\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .md\:-mt-4{
    margin-top: -1rem !important;
  }

  .md\:-mr-4{
    margin-right: -1rem !important;
  }

  .md\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .md\:-ml-4{
    margin-left: -1rem !important;
  }

  .md\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .md\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .md\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .md\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .md\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .md\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .md\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .md\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .md\:-mt-8{
    margin-top: -2rem !important;
  }

  .md\:-mr-8{
    margin-right: -2rem !important;
  }

  .md\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .md\:-ml-8{
    margin-left: -2rem !important;
  }

  .md\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .md\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .md\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .md\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .md\:-mt-12{
    margin-top: -3rem !important;
  }

  .md\:-mr-12{
    margin-right: -3rem !important;
  }

  .md\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .md\:-ml-12{
    margin-left: -3rem !important;
  }

  .md\:-mt-16{
    margin-top: -4rem !important;
  }

  .md\:-mr-16{
    margin-right: -4rem !important;
  }

  .md\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .md\:-ml-16{
    margin-left: -4rem !important;
  }

  .md\:-mt-20{
    margin-top: -5rem !important;
  }

  .md\:-mr-20{
    margin-right: -5rem !important;
  }

  .md\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .md\:-ml-20{
    margin-left: -5rem !important;
  }

  .md\:-mt-24{
    margin-top: -6rem !important;
  }

  .md\:-mr-24{
    margin-right: -6rem !important;
  }

  .md\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .md\:-ml-24{
    margin-left: -6rem !important;
  }

  .md\:-mt-28{
    margin-top: -7rem !important;
  }

  .md\:-mr-28{
    margin-right: -7rem !important;
  }

  .md\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .md\:-ml-28{
    margin-left: -7rem !important;
  }

  .md\:-mt-32{
    margin-top: -8rem !important;
  }

  .md\:-mr-32{
    margin-right: -8rem !important;
  }

  .md\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .md\:-ml-32{
    margin-left: -8rem !important;
  }

  .md\:-mt-40{
    margin-top: -10rem !important;
  }

  .md\:-mr-40{
    margin-right: -10rem !important;
  }

  .md\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .md\:-ml-40{
    margin-left: -10rem !important;
  }

  .md\:-mt-48{
    margin-top: -12rem !important;
  }

  .md\:-mr-48{
    margin-right: -12rem !important;
  }

  .md\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .md\:-ml-48{
    margin-left: -12rem !important;
  }

  .md\:-mt-56{
    margin-top: -14rem !important;
  }

  .md\:-mr-56{
    margin-right: -14rem !important;
  }

  .md\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .md\:-ml-56{
    margin-left: -14rem !important;
  }

  .md\:-mt-64{
    margin-top: -16rem !important;
  }

  .md\:-mr-64{
    margin-right: -16rem !important;
  }

  .md\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .md\:-ml-64{
    margin-left: -16rem !important;
  }

  .md\:-mt-px{
    margin-top: -1px !important;
  }

  .md\:-mr-px{
    margin-right: -1px !important;
  }

  .md\:-mb-px{
    margin-bottom: -1px !important;
  }

  .md\:-ml-px{
    margin-left: -1px !important;
  }

  .md\:-mt-2px{
    margin-top: -2px !important;
  }

  .md\:-mr-2px{
    margin-right: -2px !important;
  }

  .md\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .md\:-ml-2px{
    margin-left: -2px !important;
  }

  .md\:-mt-3px{
    margin-top: -3px !important;
  }

  .md\:-mr-3px{
    margin-right: -3px !important;
  }

  .md\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .md\:-ml-3px{
    margin-left: -3px !important;
  }

  .md\:-mt-5px{
    margin-top: -5px !important;
  }

  .md\:-mr-5px{
    margin-right: -5px !important;
  }

  .md\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .md\:-ml-5px{
    margin-left: -5px !important;
  }

  .md\:-mt-10px{
    margin-top: -10px !important;
  }

  .md\:-mr-10px{
    margin-right: -10px !important;
  }

  .md\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .md\:-ml-10px{
    margin-left: -10px !important;
  }

  .md\:-mt-15px{
    margin-top: -15px !important;
  }

  .md\:-mr-15px{
    margin-right: -15px !important;
  }

  .md\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .md\:-ml-15px{
    margin-left: -15px !important;
  }

  .md\:-mt-20px{
    margin-top: -20px !important;
  }

  .md\:-mr-20px{
    margin-right: -20px !important;
  }

  .md\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .md\:-ml-20px{
    margin-left: -20px !important;
  }

  .md\:-mt-25px{
    margin-top: -25px !important;
  }

  .md\:-mr-25px{
    margin-right: -25px !important;
  }

  .md\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .md\:-ml-25px{
    margin-left: -25px !important;
  }

  .md\:-mt-30px{
    margin-top: -30px !important;
  }

  .md\:-mr-30px{
    margin-right: -30px !important;
  }

  .md\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .md\:-ml-30px{
    margin-left: -30px !important;
  }

  .md\:-mt-36px{
    margin-top: -36px !important;
  }

  .md\:-mr-36px{
    margin-right: -36px !important;
  }

  .md\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .md\:-ml-36px{
    margin-left: -36px !important;
  }

  .md\:-mt-50px{
    margin-top: -50px !important;
  }

  .md\:-mr-50px{
    margin-right: -50px !important;
  }

  .md\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .md\:-ml-50px{
    margin-left: -50px !important;
  }

  .md\:-mt-60px{
    margin-top: -60px !important;
  }

  .md\:-mr-60px{
    margin-right: -60px !important;
  }

  .md\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .md\:-ml-60px{
    margin-left: -60px !important;
  }

  .md\:-mt-120px{
    margin-top: -120px !important;
  }

  .md\:-mr-120px{
    margin-right: -120px !important;
  }

  .md\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .md\:-ml-120px{
    margin-left: -120px !important;
  }

  .md\:max-h-full{
    max-height: 100% !important;
  }

  .md\:max-h-screen{
    max-height: 100vh !important;
  }

  .md\:max-h-3\/4{
    max-height: 75% !important;
  }

  .md\:max-w-250{
    max-width: 250px !important;
  }

  .md\:max-w-440{
    max-width: 440px !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-full{
    max-width: 100% !important;
  }

  .md\:max-w-screen-sm{
    max-width: 560px !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-xxs{
    max-width: 320px !important;
  }

  .md\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .md\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .md\:min-h-0{
    min-height: 0 !important;
  }

  .md\:min-h-full{
    min-height: 100% !important;
  }

  .md\:min-h-screen{
    min-height: 100vh !important;
  }

  .md\:min-w-0{
    min-width: 0 !important;
  }

  .md\:min-w-full{
    min-width: 100% !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\:opacity-0{
    opacity: 0 !important;
  }

  .md\:opacity-25{
    opacity: 0.25 !important;
  }

  .md\:opacity-50{
    opacity: 0.5 !important;
  }

  .md\:opacity-75{
    opacity: 0.75 !important;
  }

  .md\:opacity-100{
    opacity: 1 !important;
  }

  .md\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .md\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .md\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .md\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .md\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .md\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .md\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .md\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .md\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .md\:focus\:opacity-100:focus{
    opacity: 1 !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\: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\: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\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .md\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .md\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .md\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .md\:overscroll-none{
    -ms-scroll-chaining: none !important;
    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\:p-0{
    padding: 0 !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-8{
    padding: 2rem !important;
  }

  .md\:p-10{
    padding: 2.5rem !important;
  }

  .md\:p-12{
    padding: 3rem !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-40{
    padding: 10rem !important;
  }

  .md\:p-48{
    padding: 12rem !important;
  }

  .md\:p-56{
    padding: 14rem !important;
  }

  .md\:p-64{
    padding: 16rem !important;
  }

  .md\:p-px{
    padding: 1px !important;
  }

  .md\:p-2px{
    padding: 2px !important;
  }

  .md\:p-3px{
    padding: 3px !important;
  }

  .md\:p-5px{
    padding: 5px !important;
  }

  .md\:p-10px{
    padding: 10px !important;
  }

  .md\:p-15px{
    padding: 15px !important;
  }

  .md\:p-20px{
    padding: 20px !important;
  }

  .md\:p-25px{
    padding: 25px !important;
  }

  .md\:p-30px{
    padding: 30px !important;
  }

  .md\:p-36px{
    padding: 36px !important;
  }

  .md\:p-50px{
    padding: 50px !important;
  }

  .md\:p-60px{
    padding: 60px !important;
  }

  .md\:p-120px{
    padding: 120px !important;
  }

  .md\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .md\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .md\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .md\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .md\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .md\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .md\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .md\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .md\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .md\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .md\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .md\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .md\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .md\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .md\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .md\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .md\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .md\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .md\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .md\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .md\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .md\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .md\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .md\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .md\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .md\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .md\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .md\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .md\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .md\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .md\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .md\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .md\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .md\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .md\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .md\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .md\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .md\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .md\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .md\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .md\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .md\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .md\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .md\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .md\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .md\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .md\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .md\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .md\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .md\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .md\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .md\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .md\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .md\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .md\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .md\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .md\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .md\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .md\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .md\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .md\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .md\:pt-0{
    padding-top: 0 !important;
  }

  .md\:pr-0{
    padding-right: 0 !important;
  }

  .md\:pb-0{
    padding-bottom: 0 !important;
  }

  .md\:pl-0{
    padding-left: 0 !important;
  }

  .md\:pt-1{
    padding-top: 0.25rem !important;
  }

  .md\:pr-1{
    padding-right: 0.25rem !important;
  }

  .md\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .md\:pl-1{
    padding-left: 0.25rem !important;
  }

  .md\:pt-2{
    padding-top: 0.5rem !important;
  }

  .md\:pr-2{
    padding-right: 0.5rem !important;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .md\:pl-2{
    padding-left: 0.5rem !important;
  }

  .md\:pt-3{
    padding-top: 0.75rem !important;
  }

  .md\:pr-3{
    padding-right: 0.75rem !important;
  }

  .md\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .md\:pl-3{
    padding-left: 0.75rem !important;
  }

  .md\:pt-4{
    padding-top: 1rem !important;
  }

  .md\:pr-4{
    padding-right: 1rem !important;
  }

  .md\:pb-4{
    padding-bottom: 1rem !important;
  }

  .md\:pl-4{
    padding-left: 1rem !important;
  }

  .md\:pt-5{
    padding-top: 1.25rem !important;
  }

  .md\:pr-5{
    padding-right: 1.25rem !important;
  }

  .md\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .md\:pl-5{
    padding-left: 1.25rem !important;
  }

  .md\:pt-6{
    padding-top: 1.5rem !important;
  }

  .md\:pr-6{
    padding-right: 1.5rem !important;
  }

  .md\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .md\:pl-6{
    padding-left: 1.5rem !important;
  }

  .md\:pt-8{
    padding-top: 2rem !important;
  }

  .md\:pr-8{
    padding-right: 2rem !important;
  }

  .md\:pb-8{
    padding-bottom: 2rem !important;
  }

  .md\:pl-8{
    padding-left: 2rem !important;
  }

  .md\:pt-10{
    padding-top: 2.5rem !important;
  }

  .md\:pr-10{
    padding-right: 2.5rem !important;
  }

  .md\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .md\:pl-10{
    padding-left: 2.5rem !important;
  }

  .md\:pt-12{
    padding-top: 3rem !important;
  }

  .md\:pr-12{
    padding-right: 3rem !important;
  }

  .md\:pb-12{
    padding-bottom: 3rem !important;
  }

  .md\:pl-12{
    padding-left: 3rem !important;
  }

  .md\:pt-16{
    padding-top: 4rem !important;
  }

  .md\:pr-16{
    padding-right: 4rem !important;
  }

  .md\:pb-16{
    padding-bottom: 4rem !important;
  }

  .md\:pl-16{
    padding-left: 4rem !important;
  }

  .md\:pt-20{
    padding-top: 5rem !important;
  }

  .md\:pr-20{
    padding-right: 5rem !important;
  }

  .md\:pb-20{
    padding-bottom: 5rem !important;
  }

  .md\:pl-20{
    padding-left: 5rem !important;
  }

  .md\:pt-24{
    padding-top: 6rem !important;
  }

  .md\:pr-24{
    padding-right: 6rem !important;
  }

  .md\:pb-24{
    padding-bottom: 6rem !important;
  }

  .md\:pl-24{
    padding-left: 6rem !important;
  }

  .md\:pt-28{
    padding-top: 7rem !important;
  }

  .md\:pr-28{
    padding-right: 7rem !important;
  }

  .md\:pb-28{
    padding-bottom: 7rem !important;
  }

  .md\:pl-28{
    padding-left: 7rem !important;
  }

  .md\:pt-32{
    padding-top: 8rem !important;
  }

  .md\:pr-32{
    padding-right: 8rem !important;
  }

  .md\:pb-32{
    padding-bottom: 8rem !important;
  }

  .md\:pl-32{
    padding-left: 8rem !important;
  }

  .md\:pt-40{
    padding-top: 10rem !important;
  }

  .md\:pr-40{
    padding-right: 10rem !important;
  }

  .md\:pb-40{
    padding-bottom: 10rem !important;
  }

  .md\:pl-40{
    padding-left: 10rem !important;
  }

  .md\:pt-48{
    padding-top: 12rem !important;
  }

  .md\:pr-48{
    padding-right: 12rem !important;
  }

  .md\:pb-48{
    padding-bottom: 12rem !important;
  }

  .md\:pl-48{
    padding-left: 12rem !important;
  }

  .md\:pt-56{
    padding-top: 14rem !important;
  }

  .md\:pr-56{
    padding-right: 14rem !important;
  }

  .md\:pb-56{
    padding-bottom: 14rem !important;
  }

  .md\:pl-56{
    padding-left: 14rem !important;
  }

  .md\:pt-64{
    padding-top: 16rem !important;
  }

  .md\:pr-64{
    padding-right: 16rem !important;
  }

  .md\:pb-64{
    padding-bottom: 16rem !important;
  }

  .md\:pl-64{
    padding-left: 16rem !important;
  }

  .md\:pt-px{
    padding-top: 1px !important;
  }

  .md\:pr-px{
    padding-right: 1px !important;
  }

  .md\:pb-px{
    padding-bottom: 1px !important;
  }

  .md\:pl-px{
    padding-left: 1px !important;
  }

  .md\:pt-2px{
    padding-top: 2px !important;
  }

  .md\:pr-2px{
    padding-right: 2px !important;
  }

  .md\:pb-2px{
    padding-bottom: 2px !important;
  }

  .md\:pl-2px{
    padding-left: 2px !important;
  }

  .md\:pt-3px{
    padding-top: 3px !important;
  }

  .md\:pr-3px{
    padding-right: 3px !important;
  }

  .md\:pb-3px{
    padding-bottom: 3px !important;
  }

  .md\:pl-3px{
    padding-left: 3px !important;
  }

  .md\:pt-5px{
    padding-top: 5px !important;
  }

  .md\:pr-5px{
    padding-right: 5px !important;
  }

  .md\:pb-5px{
    padding-bottom: 5px !important;
  }

  .md\:pl-5px{
    padding-left: 5px !important;
  }

  .md\:pt-10px{
    padding-top: 10px !important;
  }

  .md\:pr-10px{
    padding-right: 10px !important;
  }

  .md\:pb-10px{
    padding-bottom: 10px !important;
  }

  .md\:pl-10px{
    padding-left: 10px !important;
  }

  .md\:pt-15px{
    padding-top: 15px !important;
  }

  .md\:pr-15px{
    padding-right: 15px !important;
  }

  .md\:pb-15px{
    padding-bottom: 15px !important;
  }

  .md\:pl-15px{
    padding-left: 15px !important;
  }

  .md\:pt-20px{
    padding-top: 20px !important;
  }

  .md\:pr-20px{
    padding-right: 20px !important;
  }

  .md\:pb-20px{
    padding-bottom: 20px !important;
  }

  .md\:pl-20px{
    padding-left: 20px !important;
  }

  .md\:pt-25px{
    padding-top: 25px !important;
  }

  .md\:pr-25px{
    padding-right: 25px !important;
  }

  .md\:pb-25px{
    padding-bottom: 25px !important;
  }

  .md\:pl-25px{
    padding-left: 25px !important;
  }

  .md\:pt-30px{
    padding-top: 30px !important;
  }

  .md\:pr-30px{
    padding-right: 30px !important;
  }

  .md\:pb-30px{
    padding-bottom: 30px !important;
  }

  .md\:pl-30px{
    padding-left: 30px !important;
  }

  .md\:pt-36px{
    padding-top: 36px !important;
  }

  .md\:pr-36px{
    padding-right: 36px !important;
  }

  .md\:pb-36px{
    padding-bottom: 36px !important;
  }

  .md\:pl-36px{
    padding-left: 36px !important;
  }

  .md\:pt-50px{
    padding-top: 50px !important;
  }

  .md\:pr-50px{
    padding-right: 50px !important;
  }

  .md\:pb-50px{
    padding-bottom: 50px !important;
  }

  .md\:pl-50px{
    padding-left: 50px !important;
  }

  .md\:pt-60px{
    padding-top: 60px !important;
  }

  .md\:pr-60px{
    padding-right: 60px !important;
  }

  .md\:pb-60px{
    padding-bottom: 60px !important;
  }

  .md\:pl-60px{
    padding-left: 60px !important;
  }

  .md\:pt-120px{
    padding-top: 120px !important;
  }

  .md\:pr-120px{
    padding-right: 120px !important;
  }

  .md\:pb-120px{
    padding-bottom: 120px !important;
  }

  .md\:pl-120px{
    padding-left: 120px !important;
  }

  .md\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .md\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .md\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .md\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .md\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .md\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .md\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .md\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .md\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .md\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .md\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .md\:pointer-events-none{
    pointer-events: none !important;
  }

  .md\:pointer-events-auto{
    pointer-events: auto !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: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .md\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .md\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .md\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .md\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .md\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .md\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .md\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .md\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .md\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .md\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .md\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .md\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .md\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .md\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .md\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .md\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .md\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .md\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .md\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .md\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .md\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .md\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .md\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .md\:top-0{
    top: 0 !important;
  }

  .md\:right-0{
    right: 0 !important;
  }

  .md\:bottom-0{
    bottom: 0 !important;
  }

  .md\:left-0{
    left: 0 !important;
  }

  .md\:top-auto{
    top: auto !important;
  }

  .md\:right-auto{
    right: auto !important;
  }

  .md\:bottom-auto{
    bottom: auto !important;
  }

  .md\:left-auto{
    left: auto !important;
  }

  .md\:top-1\/2{
    top: 50% !important;
  }

  .md\:right-1\/2{
    right: 50% !important;
  }

  .md\:bottom-1\/2{
    bottom: 50% !important;
  }

  .md\:left-1\/2{
    left: 50% !important;
  }

  .md\:top-100\%{
    top: 100% !important;
  }

  .md\:right-100\%{
    right: 100% !important;
  }

  .md\:bottom-100\%{
    bottom: 100% !important;
  }

  .md\:left-100\%{
    left: 100% !important;
  }

  .md\:top-px{
    top: 1px !important;
  }

  .md\:right-px{
    right: 1px !important;
  }

  .md\:bottom-px{
    bottom: 1px !important;
  }

  .md\:left-px{
    left: 1px !important;
  }

  .md\:top-2px{
    top: 2px !important;
  }

  .md\:right-2px{
    right: 2px !important;
  }

  .md\:bottom-2px{
    bottom: 2px !important;
  }

  .md\:left-2px{
    left: 2px !important;
  }

  .md\:top-4px{
    top: 4px !important;
  }

  .md\:right-4px{
    right: 4px !important;
  }

  .md\:bottom-4px{
    bottom: 4px !important;
  }

  .md\:left-4px{
    left: 4px !important;
  }

  .md\:top-10px{
    top: 10px !important;
  }

  .md\:right-10px{
    right: 10px !important;
  }

  .md\:bottom-10px{
    bottom: 10px !important;
  }

  .md\:left-10px{
    left: 10px !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\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .md\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .md\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .md\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .md\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .md\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .md\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .md\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .md\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .md\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .md\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .md\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .md\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .md\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .md\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .md\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .md\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .md\:fill-current{
    fill: currentColor !important;
  }

  .md\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .md\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .md\:fill-ordinary{
    fill: #333333 !important;
  }

  .md\:fill-no-active{
    fill: #888888 !important;
  }

  .md\:fill-white{
    fill: #ffffff !important;
  }

  .md\:stroke-current{
    stroke: currentColor !important;
  }

  .md\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .md\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .md\:stroke-0{
    stroke-width: 0 !important;
  }

  .md\:stroke-1{
    stroke-width: 1 !important;
  }

  .md\:stroke-2{
    stroke-width: 2 !important;
  }

  .md\:stroke-12{
    stroke-width: 12 !important;
  }

  .md\:stroke-20{
    stroke-width: 20 !important;
  }

  .md\:table-auto{
    table-layout: auto !important;
  }

  .md\:table-fixed{
    table-layout: fixed !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\:text-transparent{
    color: transparent !important;
  }

  .md\:text-current{
    color: currentColor !important;
  }

  .md\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .md\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .md\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .md\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .md\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .md\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .md\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .md\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .md\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .md\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .md\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .md\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .md\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .md\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .md\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .md\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .md\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .md\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .md\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .md\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .md\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .md\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .md\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .md\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .md\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .md\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .md\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .md\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .md\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .md\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .md\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .md\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .md\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .md\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .md\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .md\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .md\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .md\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .md\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .md\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .md\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .md\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .md\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .md\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .md\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .md\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .md\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .md\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .md\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .md\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .md\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .md\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .md\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .md\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .md\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .md\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .md\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .md\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .md\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .md\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .md\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .md\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .md\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .md\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .md\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .md\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .md\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .md\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .md\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .md\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .md\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .md\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .md\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .md\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .md\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .md\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .md\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .md\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .md\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .md\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .md\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .md\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .md\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .md\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .md\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .md\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .md\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .md\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .md\:italic{
    font-style: italic !important;
  }

  .md\:not-italic{
    font-style: normal !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\:underline{
    text-decoration: underline !important;
  }

  .md\:line-through{
    text-decoration: line-through !important;
  }

  .md\:no-underline{
    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\:ordinal, .md\:slashed-zero, .md\:lining-nums, .md\:oldstyle-nums, .md\:proportional-nums, .md\:tabular-nums, .md\:diagonal-fractions, .md\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .md\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .md\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .md\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .md\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .md\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .md\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .md\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .md\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .md\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .md\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .md\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .md\:tracking-normal{
    letter-spacing: 0 !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\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .md\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .md\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .md\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !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\:visible{
    visibility: visible !important;
  }

  .md\:invisible{
    visibility: hidden !important;
  }

  .md\:whitespace-normal{
    white-space: normal !important;
  }

  .md\:whitespace-no-wrap{
    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{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .md\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .md\:break-all{
    word-break: break-all !important;
  }

  .md\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .md\:w-0{
    width: 0 !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-8{
    width: 2rem !important;
  }

  .md\:w-10{
    width: 2.5rem !important;
  }

  .md\:w-12{
    width: 3rem !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-40{
    width: 10rem !important;
  }

  .md\:w-48{
    width: 12rem !important;
  }

  .md\:w-56{
    width: 14rem !important;
  }

  .md\:w-64{
    width: 16rem !important;
  }

  .md\:w-auto{
    width: auto !important;
  }

  .md\:w-px{
    width: 1px !important;
  }

  .md\:w-2px{
    width: 2px !important;
  }

  .md\:w-3px{
    width: 3px !important;
  }

  .md\:w-5px{
    width: 5px !important;
  }

  .md\:w-10px{
    width: 10px !important;
  }

  .md\:w-15px{
    width: 15px !important;
  }

  .md\:w-20px{
    width: 20px !important;
  }

  .md\:w-25px{
    width: 25px !important;
  }

  .md\:w-30px{
    width: 30px !important;
  }

  .md\:w-36px{
    width: 36px !important;
  }

  .md\:w-50px{
    width: 50px !important;
  }

  .md\:w-60px{
    width: 60px !important;
  }

  .md\:w-120px{
    width: 120px !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\:z-0{
    z-index: 0 !important;
  }

  .md\:z-3{
    z-index: 3 !important;
  }

  .md\:z-10{
    z-index: 10 !important;
  }

  .md\:z-15{
    z-index: 15 !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\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .md\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .md\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .md\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .md\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .md\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .md\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .md\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .md\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .md\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .md\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .md\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .md\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .md\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .md\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .md\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .md\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .md\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .md\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .md\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .md\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .md\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .md\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .md\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .md\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .md\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .md\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .md\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .md\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .md\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .md\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .md\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .md\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .md\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .md\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .md\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .md\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .md\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .md\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .md\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .md\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .md\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .md\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .md\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .md\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .md\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .md\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .md\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .md\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .md\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .md\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .md\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .md\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .md\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .md\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .md\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .md\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .md\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .md\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .md\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .md\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .md\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .md\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .md\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .md\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .md\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .md\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .md\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .md\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .md\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .md\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .md\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .md\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .md\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .md\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .md\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .md\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .md\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .md\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .md\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .md\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .md\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .md\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .md\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .md\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .md\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .md\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .md\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .md\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .md\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .md\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .md\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .md\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .md\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .md\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .md\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .md\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .md\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .md\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .md\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .md\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .md\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .md\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .md\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .md\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .md\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .md\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .md\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .md\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .md\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .md\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .md\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .md\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .md\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .md\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .md\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .md\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .md\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .md\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .md\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .md\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .md\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .md\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .md\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .md\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .md\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .md\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .md\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .md\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .md\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .md\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .md\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .md\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .md\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .md\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .md\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .md\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .md\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .md\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .md\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .md\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !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\: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-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .md\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .md\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .md\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .md\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .md\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .md\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\: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\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .md\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .md\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .md\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .md\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .md\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .md\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .md\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .md\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .md\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .md\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .md\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .md\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .md\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .md\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .md\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .md\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .md\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .md\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .md\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .md\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .md\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .md\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .md\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .md\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .md\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .md\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .md\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .md\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .md\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .md\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .md\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .md\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .md\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .md\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .md\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .md\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .md\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .md\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .md\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .md\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .md\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .md\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .md\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .md\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .md\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .md\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .md\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .md\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .md\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .md\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .md\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .md\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .md\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .md\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .md\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .md\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .md\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .md\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .md\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .md\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .md\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .md\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .md\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .md\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .md\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .md\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .md\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .md\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .md\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .md\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .md\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .md\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .md\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .md\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .md\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .md\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .md\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .md\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .md\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .md\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .md\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .md\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .md\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .md\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .md\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .md\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .md\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .md\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .md\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .md\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .md\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .md\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .md\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .md\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .md\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .md\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .md\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .md\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .md\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .md\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .md\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .md\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .md\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .md\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .md\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .md\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .md\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .md\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .md\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .md\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .md\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .md\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .md\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .md\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .md\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .md\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .md\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .md\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .md\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .md\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .md\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .md\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .md\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .md\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .md\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .md\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .md\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .md\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .md\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .md\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .md\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .md\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .md\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .md\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .md\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .md\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .md\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .md\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .md\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .md\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .md\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .md\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .md\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .md\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .md\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .md\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .md\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .md\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .md\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .md\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .md\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .md\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .md\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .md\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .md\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .md\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .md\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .md\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .md\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .md\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .md\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .md\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .md\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .md\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .md\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .md\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .md\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .md\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .md\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .md\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .md\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .md\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .md\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .md\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .md\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .md\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .md\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .md\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .md\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .md\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .md\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .md\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .md\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .md\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .md\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .md\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .md\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .md\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .md\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .md\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .md\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .md\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .md\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .md\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .md\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .md\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .md\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .md\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .md\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .md\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .md\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .md\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .md\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .md\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .md\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .md\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .md\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .md\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .md\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .md\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .md\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .md\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .md\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .md\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .md\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .md\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .md\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .md\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .md\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .md\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .md\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .md\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .md\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .md\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .md\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .md\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .md\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .md\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .md\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .md\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .md\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .md\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .md\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .md\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .md\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .md\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .md\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .md\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .md\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .md\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .md\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .md\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .md\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .md\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .md\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .md\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .md\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .md\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .md\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .md\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .md\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .md\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .md\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .md\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .md\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .md\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .md\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .md\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .md\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .md\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .md\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .md\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .md\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .md\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .md\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .md\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .md\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .md\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .md\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .md\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .md\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .md\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .md\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .md\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .md\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .md\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .md\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .md\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .md\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .md\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .md\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .md\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .md\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .md\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .md\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .md\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .md\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .md\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .md\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .md\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .md\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .md\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .md\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .md\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .md\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .md\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .md\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .md\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .md\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .md\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .md\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .md\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .md\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .md\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .md\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .md\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .md\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .md\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .md\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .md\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .md\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .md\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .md\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .md\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .md\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .md\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .md\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .md\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .md\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .md\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .md\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .md\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .md\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .md\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .md\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .md\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .md\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .md\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .md\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .md\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .md\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .md\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .md\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .md\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .md\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .md\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .md\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .md\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .md\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .md\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .md\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .md\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .md\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .md\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .md\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .md\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .md\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .md\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .md\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .md\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .md\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .md\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .md\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .md\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .md\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .md\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .md\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .md\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .md\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .md\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .md\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .md\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .md\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .md\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .md\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .md\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .md\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .md\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .md\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .md\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .md\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .md\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .md\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .md\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .md\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .md\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .md\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .md\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .md\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .md\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .md\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .md\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .md\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .md\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .md\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .md\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .md\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .md\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .md\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .md\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .md\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .md\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .md\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .md\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .md\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .md\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .md\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .md\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .md\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .md\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .md\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .md\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .md\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .md\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .md\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .md\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .md\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .md\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .md\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .md\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .md\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .md\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .md\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .md\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .md\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .md\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .md\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .md\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .md\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .md\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .md\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .md\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .md\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .md\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .md\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .md\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .md\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .md\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .md\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .md\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .md\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .md\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .md\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .md\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .md\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .md\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .md\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .md\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .md\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .md\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .md\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .md\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .md\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .md\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .md\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .md\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .md\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .md\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .md\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .md\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .md\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .md\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .md\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .md\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .md\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .md\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .md\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .md\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .md\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .md\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .md\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .md\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .md\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .md\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .md\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .md\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .md\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .md\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .md\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .md\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .md\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .md\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .md\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .md\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .md\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .md\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .md\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .md\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .md\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .md\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .md\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .md\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .md\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .md\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .md\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .md\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .md\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .md\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .md\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .md\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .md\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .md\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .md\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .md\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .md\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .md\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .md\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .md\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .md\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .md\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .md\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .md\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .md\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .md\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .md\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .md\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .md\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .md\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .md\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .md\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .md\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .md\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .md\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .md\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .md\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .md\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .md\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .md\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .md\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .md\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .md\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .md\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .md\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .md\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .md\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .md\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .md\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .md\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .md\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .md\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .md\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .md\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .md\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .md\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .md\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .md\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .md\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .md\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .md\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .md\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .md\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .md\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .md\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .md\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .md\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .md\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .md\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .md\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .md\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .md\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .md\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .md\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .md\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .md\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .md\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .md\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .md\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .md\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .md\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .md\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .md\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .md\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .md\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .md\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .md\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .md\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .md\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .md\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .md\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .md\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .md\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .md\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .md\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .md\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .md\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .md\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .md\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .md\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .lg\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .lg\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .lg\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .lg\:container{
      max-width: 1920px;
    }
  }

  .lg\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .lg\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .lg\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .lg\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .lg\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .lg\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .lg\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .lg\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .lg\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .lg\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .lg\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .lg\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .lg\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .lg\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .lg\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .lg\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .lg\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .lg\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .lg\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .lg\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .lg\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .lg\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .lg\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .lg\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .lg\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .lg\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .lg\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .lg\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .lg\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .lg\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .lg\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .lg\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .lg\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .lg\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .lg\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .lg\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .lg\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .lg\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .lg\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .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\: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\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !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-transparent{
    background-color: transparent !important;
  }

  .lg\:bg-current{
    background-color: currentColor !important;
  }

  .lg\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .lg\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .lg\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .lg\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .lg\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .lg\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .lg\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .lg\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .lg\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .lg\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .lg\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .lg\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .lg\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .lg\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .lg\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .lg\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .lg\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .lg\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .lg\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .lg\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .lg\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .lg\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .lg\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .lg\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .lg\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .lg\:bg-none{
    background-image: none !important;
  }

  .lg\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .lg\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .lg\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .lg\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .lg\:to-black{
    --gradient-to-color: #000 !important;
  }

  .lg\:to-white{
    --gradient-to-color: #fff !important;
  }

  .lg\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .lg\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .lg\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .lg\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .lg\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .lg\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .lg\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .lg\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .lg\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .lg\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .lg\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .lg\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .lg\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .lg\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .lg\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .lg\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .lg\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .lg\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .lg\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .lg\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .lg\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .lg\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .lg\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .lg\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .lg\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .lg\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .lg\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .lg\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .lg\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .lg\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .lg\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .lg\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .lg\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .lg\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .lg\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .lg\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .lg\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .lg\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .lg\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .lg\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .lg\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .lg\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .lg\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .lg\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .lg\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .lg\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .lg\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .lg\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .lg\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .lg\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .lg\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .lg\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .lg\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .lg\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .lg\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .lg\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .lg\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .lg\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .lg\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .lg\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .lg\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .lg\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .lg\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .lg\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .lg\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .lg\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .lg\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .lg\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .lg\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .lg\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .lg\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .lg\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .lg\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .lg\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .lg\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .lg\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .lg\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .lg\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .lg\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .lg\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .lg\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .lg\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .lg\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .lg\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .lg\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .lg\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .lg\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .lg\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .lg\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .lg\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .lg\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .lg\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .lg\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .lg\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .lg\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .lg\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .lg\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .lg\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .lg\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .lg\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .lg\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .lg\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .lg\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .lg\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .lg\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .lg\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .lg\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .lg\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .lg\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .lg\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .lg\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .lg\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .lg\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .lg\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .lg\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .lg\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .lg\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .lg\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .lg\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .lg\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .lg\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .lg\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .lg\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .lg\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .lg\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .lg\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .lg\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .lg\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .lg\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .lg\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .lg\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .lg\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .lg\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .lg\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .lg\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .lg\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .lg\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .lg\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .lg\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .lg\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .lg\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .lg\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .lg\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .lg\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .lg\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .lg\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .lg\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .lg\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .lg\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .lg\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .lg\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .lg\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .lg\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .lg\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .lg\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .lg\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .lg\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .lg\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .lg\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .lg\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .lg\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .lg\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .lg\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .lg\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .lg\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .lg\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .lg\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .lg\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .lg\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .lg\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .lg\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .lg\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .lg\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .lg\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .lg\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .lg\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .lg\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .lg\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .lg\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .lg\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .lg\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .lg\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .lg\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .lg\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .lg\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .lg\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .lg\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .lg\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .lg\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .lg\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .lg\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .lg\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .lg\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .lg\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .lg\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .lg\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .lg\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .lg\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .lg\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .lg\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .lg\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .lg\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .lg\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .lg\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .lg\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .lg\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .lg\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .lg\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .lg\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .lg\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .lg\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .lg\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .lg\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .lg\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .lg\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .lg\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .lg\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .lg\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .lg\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .lg\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .lg\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .lg\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .lg\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .lg\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .lg\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .lg\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .lg\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .lg\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .lg\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .lg\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .lg\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .lg\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .lg\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .lg\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .lg\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .lg\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .lg\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .lg\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .lg\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .lg\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .lg\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .lg\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .lg\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .lg\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .lg\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .lg\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .lg\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .lg\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .lg\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .lg\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .lg\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .lg\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .lg\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .lg\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .lg\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .lg\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .lg\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .lg\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .lg\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .lg\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .lg\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .lg\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .lg\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .lg\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .lg\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .lg\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .lg\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .lg\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .lg\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .lg\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .lg\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .lg\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .lg\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .lg\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .lg\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .lg\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .lg\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .lg\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .lg\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .lg\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .lg\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .lg\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .lg\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .lg\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .lg\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .lg\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .lg\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .lg\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .lg\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .lg\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .lg\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .lg\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .lg\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .lg\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .lg\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .lg\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .lg\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .lg\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .lg\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .lg\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .lg\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .lg\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .lg\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .lg\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .lg\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .lg\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .lg\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .lg\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !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-auto{
    background-size: auto !important;
  }

  .lg\:bg-cover{
    background-size: cover !important;
  }

  .lg\:bg-contain{
    background-size: contain !important;
  }

  .lg\:border-collapse{
    border-collapse: collapse !important;
  }

  .lg\:border-separate{
    border-collapse: separate !important;
  }

  .lg\:border-transparent{
    border-color: transparent !important;
  }

  .lg\:border-current{
    border-color: currentColor !important;
  }

  .lg\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .lg\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .lg\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .lg\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .lg\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .lg\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .lg\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .lg\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .lg\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .lg\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .lg\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .lg\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .lg\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .lg\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .lg\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .lg\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .lg\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .lg\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .lg\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .lg\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .lg\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .lg\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .lg\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .lg\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .lg\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .lg\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .lg\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .lg\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .lg\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .lg\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .lg\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .lg\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .lg\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .lg\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .lg\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .lg\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .lg\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .lg\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .lg\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .lg\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .lg\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .lg\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .lg\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .lg\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .lg\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .lg\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .lg\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .lg\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .lg\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .lg\:rounded-10{
    border-radius: 10px !important;
  }

  .lg\:rounded-none{
    border-radius: 0 !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-50\%{
    border-radius: 50% !important;
  }

  .lg\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .lg\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .lg\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .lg\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .lg\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .lg\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .lg\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .lg\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .lg\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .lg\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .lg\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .lg\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .lg\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .lg\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .lg\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .lg\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .lg\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .lg\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .lg\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .lg\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .lg\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .lg\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .lg\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .lg\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .lg\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .lg\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .lg\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .lg\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .lg\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .lg\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .lg\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .lg\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .lg\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .lg\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .lg\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .lg\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .lg\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .lg\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .lg\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .lg\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .lg\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .lg\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .lg\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !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-0{
    border-width: 0 !important;
  }

  .lg\:border-2{
    border-width: 2px !important;
  }

  .lg\:border-3{
    border-width: 3px !important;
  }

  .lg\:border-4{
    border-width: 4px !important;
  }

  .lg\:border-8{
    border-width: 8px !important;
  }

  .lg\:border{
    border-width: 1px !important;
  }

  .lg\:border-t-0{
    border-top-width: 0 !important;
  }

  .lg\:border-r-0{
    border-right-width: 0 !important;
  }

  .lg\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .lg\:border-l-0{
    border-left-width: 0 !important;
  }

  .lg\:border-t-2{
    border-top-width: 2px !important;
  }

  .lg\:border-r-2{
    border-right-width: 2px !important;
  }

  .lg\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .lg\:border-l-2{
    border-left-width: 2px !important;
  }

  .lg\:border-t-3{
    border-top-width: 3px !important;
  }

  .lg\:border-r-3{
    border-right-width: 3px !important;
  }

  .lg\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .lg\:border-l-3{
    border-left-width: 3px !important;
  }

  .lg\:border-t-4{
    border-top-width: 4px !important;
  }

  .lg\:border-r-4{
    border-right-width: 4px !important;
  }

  .lg\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .lg\:border-l-4{
    border-left-width: 4px !important;
  }

  .lg\:border-t-8{
    border-top-width: 8px !important;
  }

  .lg\:border-r-8{
    border-right-width: 8px !important;
  }

  .lg\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .lg\:border-l-8{
    border-left-width: 8px !important;
  }

  .lg\:border-t{
    border-top-width: 1px !important;
  }

  .lg\:border-r{
    border-right-width: 1px !important;
  }

  .lg\:border-b{
    border-bottom-width: 1px !important;
  }

  .lg\:border-l{
    border-left-width: 1px !important;
  }

  .lg\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .lg\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !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-not-allowed{
    cursor: not-allowed !important;
  }

  .lg\:block{
    display: block !important;
  }

  .lg\:inline-block{
    display: inline-block !important;
  }

  .lg\:inline{
    display: inline !important;
  }

  .lg\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .lg\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .lg\:table{
    display: 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\:hidden{
    display: none !important;
  }

  .lg\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .lg\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .lg\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .lg\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .lg\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .lg\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .lg\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .lg\:place-items-auto{
    place-items: auto !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\: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-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\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .lg\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .lg\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .lg\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .lg\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .lg\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .lg\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .lg\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .lg\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .lg\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .lg\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .lg\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .lg\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .lg\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .lg\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .lg\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .lg\:justify-items-auto{
    justify-items: auto !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\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .lg\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .lg\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .lg\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .lg\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .lg\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .lg\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .lg\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .lg\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .lg\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .lg\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .lg\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .lg\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .lg\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .lg\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .lg\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .lg\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .lg\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .lg\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .lg\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .lg\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .lg\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .lg\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .lg\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .lg\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .lg\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .lg\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .lg\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .lg\:float-right{
    float: right !important;
  }

  .lg\:float-left{
    float: left !important;
  }

  .lg\:float-none{
    float: none !important;
  }

  .lg\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !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\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .lg\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .lg\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .lg\:font-hairline{
    font-weight: 100 !important;
  }

  .lg\:font-thin{
    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\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .lg\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .lg\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .lg\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .lg\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .lg\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .lg\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .lg\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .lg\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .lg\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .lg\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .lg\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .lg\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .lg\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .lg\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .lg\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .lg\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .lg\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .lg\:h-0{
    height: 0 !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-8{
    height: 2rem !important;
  }

  .lg\:h-10{
    height: 2.5rem !important;
  }

  .lg\:h-12{
    height: 3rem !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-40{
    height: 10rem !important;
  }

  .lg\:h-48{
    height: 12rem !important;
  }

  .lg\:h-56{
    height: 14rem !important;
  }

  .lg\:h-64{
    height: 16rem !important;
  }

  .lg\:h-auto{
    height: auto !important;
  }

  .lg\:h-px{
    height: 1px !important;
  }

  .lg\:h-2px{
    height: 2px !important;
  }

  .lg\:h-3px{
    height: 3px !important;
  }

  .lg\:h-5px{
    height: 5px !important;
  }

  .lg\:h-10px{
    height: 10px !important;
  }

  .lg\:h-15px{
    height: 15px !important;
  }

  .lg\:h-20px{
    height: 20px !important;
  }

  .lg\:h-25px{
    height: 25px !important;
  }

  .lg\:h-30px{
    height: 30px !important;
  }

  .lg\:h-36px{
    height: 36px !important;
  }

  .lg\:h-50px{
    height: 50px !important;
  }

  .lg\:h-60px{
    height: 60px !important;
  }

  .lg\:h-120px{
    height: 120px !important;
  }

  .lg\:h-full{
    height: 100% !important;
  }

  .lg\:h-screen{
    height: 100vh !important;
  }

  .lg\:text-xs{
    font-size: .75rem !important;
  }

  .lg\:text-sm{
    font-size: 14px !important;
  }

  .lg\:text-base{
    font-size: 16px !important;
  }

  .lg\:text-lg{
    font-size: 18px !important;
  }

  .lg\:text-xl{
    font-size: 20px !important;
  }

  .lg\:text-2xl{
    font-size: 1.5rem !important;
  }

  .lg\:text-3xl{
    font-size: 30px !important;
  }

  .lg\:text-4xl{
    font-size: 2.25rem !important;
  }

  .lg\:text-5xl{
    font-size: 3rem !important;
  }

  .lg\:text-6xl{
    font-size: 4rem !important;
  }

  .lg\:text-toy{
    font-size: 10px !important;
  }

  .lg\:text-xxs{
    font-size: 11px !important;
  }

  .lg\:text-tiny{
    font-size: 13px !important;
  }

  .lg\:text-normal{
    font-size: 15px !important;
  }

  .lg\:text-x21{
    font-size: 21px !important;
  }

  .lg\:text-x22{
    font-size: 22px !important;
  }

  .lg\:text-x23{
    font-size: 23px !important;
  }

  .lg\:text-x25{
    font-size: 25px !important;
  }

  .lg\:text-large{
    font-size: 40px !important;
  }

  .lg\:text-huge{
    font-size: 50px !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\:leading-60px{
    line-height: 60px !important;
  }

  .lg\:leading-small{
    line-height: 23px !important;
  }

  .lg\:leading-ordinary{
    line-height: 25px !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\:list-line{
    list-style-type: - !important;
  }

  .lg\:m-0{
    margin: 0 !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-8{
    margin: 2rem !important;
  }

  .lg\:m-10{
    margin: 2.5rem !important;
  }

  .lg\:m-12{
    margin: 3rem !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-40{
    margin: 10rem !important;
  }

  .lg\:m-48{
    margin: 12rem !important;
  }

  .lg\:m-56{
    margin: 14rem !important;
  }

  .lg\:m-64{
    margin: 16rem !important;
  }

  .lg\:m-auto{
    margin: auto !important;
  }

  .lg\:m-px{
    margin: 1px !important;
  }

  .lg\:m-2px{
    margin: 2px !important;
  }

  .lg\:m-3px{
    margin: 3px !important;
  }

  .lg\:m-5px{
    margin: 5px !important;
  }

  .lg\:m-10px{
    margin: 10px !important;
  }

  .lg\:m-15px{
    margin: 15px !important;
  }

  .lg\:m-20px{
    margin: 20px !important;
  }

  .lg\:m-25px{
    margin: 25px !important;
  }

  .lg\:m-30px{
    margin: 30px !important;
  }

  .lg\:m-36px{
    margin: 36px !important;
  }

  .lg\:m-50px{
    margin: 50px !important;
  }

  .lg\:m-60px{
    margin: 60px !important;
  }

  .lg\:m-120px{
    margin: 120px !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-8{
    margin: -2rem !important;
  }

  .lg\:-m-10{
    margin: -2.5rem !important;
  }

  .lg\:-m-12{
    margin: -3rem !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-40{
    margin: -10rem !important;
  }

  .lg\:-m-48{
    margin: -12rem !important;
  }

  .lg\:-m-56{
    margin: -14rem !important;
  }

  .lg\:-m-64{
    margin: -16rem !important;
  }

  .lg\:-m-px{
    margin: -1px !important;
  }

  .lg\:-m-2px{
    margin: -2px !important;
  }

  .lg\:-m-3px{
    margin: -3px !important;
  }

  .lg\:-m-5px{
    margin: -5px !important;
  }

  .lg\:-m-10px{
    margin: -10px !important;
  }

  .lg\:-m-15px{
    margin: -15px !important;
  }

  .lg\:-m-20px{
    margin: -20px !important;
  }

  .lg\:-m-25px{
    margin: -25px !important;
  }

  .lg\:-m-30px{
    margin: -30px !important;
  }

  .lg\:-m-36px{
    margin: -36px !important;
  }

  .lg\:-m-50px{
    margin: -50px !important;
  }

  .lg\:-m-60px{
    margin: -60px !important;
  }

  .lg\:-m-120px{
    margin: -120px !important;
  }

  .lg\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .lg\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .lg\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .lg\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .lg\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .lg\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .lg\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .lg\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .lg\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .lg\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .lg\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .lg\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .lg\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .lg\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .lg\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .lg\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .lg\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .lg\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .lg\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .lg\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .lg\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .lg\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .lg\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .lg\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .lg\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .lg\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .lg\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .lg\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .lg\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .lg\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .lg\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .lg\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .lg\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .lg\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .lg\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .lg\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .lg\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .lg\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .lg\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .lg\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .lg\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .lg\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .lg\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .lg\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .lg\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .lg\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .lg\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .lg\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .lg\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .lg\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .lg\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .lg\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .lg\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .lg\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .lg\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .lg\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .lg\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .lg\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .lg\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .lg\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .lg\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .lg\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .lg\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .lg\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .lg\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .lg\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .lg\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .lg\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .lg\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .lg\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .lg\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .lg\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .lg\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .lg\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .lg\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .lg\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .lg\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .lg\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .lg\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .lg\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .lg\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .lg\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .lg\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .lg\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .lg\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .lg\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .lg\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .lg\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .lg\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .lg\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .lg\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .lg\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .lg\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .lg\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .lg\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .lg\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .lg\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .lg\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .lg\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .lg\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .lg\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .lg\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .lg\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .lg\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .lg\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .lg\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .lg\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .lg\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .lg\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .lg\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .lg\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .lg\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .lg\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .lg\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .lg\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .lg\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .lg\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .lg\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .lg\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .lg\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .lg\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .lg\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .lg\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .lg\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .lg\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .lg\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .lg\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .lg\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .lg\:mt-0{
    margin-top: 0 !important;
  }

  .lg\:mr-0{
    margin-right: 0 !important;
  }

  .lg\:mb-0{
    margin-bottom: 0 !important;
  }

  .lg\:ml-0{
    margin-left: 0 !important;
  }

  .lg\:mt-1{
    margin-top: 0.25rem !important;
  }

  .lg\:mr-1{
    margin-right: 0.25rem !important;
  }

  .lg\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .lg\:ml-1{
    margin-left: 0.25rem !important;
  }

  .lg\:mt-2{
    margin-top: 0.5rem !important;
  }

  .lg\:mr-2{
    margin-right: 0.5rem !important;
  }

  .lg\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .lg\:ml-2{
    margin-left: 0.5rem !important;
  }

  .lg\:mt-3{
    margin-top: 0.75rem !important;
  }

  .lg\:mr-3{
    margin-right: 0.75rem !important;
  }

  .lg\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .lg\:ml-3{
    margin-left: 0.75rem !important;
  }

  .lg\:mt-4{
    margin-top: 1rem !important;
  }

  .lg\:mr-4{
    margin-right: 1rem !important;
  }

  .lg\:mb-4{
    margin-bottom: 1rem !important;
  }

  .lg\:ml-4{
    margin-left: 1rem !important;
  }

  .lg\:mt-5{
    margin-top: 1.25rem !important;
  }

  .lg\:mr-5{
    margin-right: 1.25rem !important;
  }

  .lg\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .lg\:ml-5{
    margin-left: 1.25rem !important;
  }

  .lg\:mt-6{
    margin-top: 1.5rem !important;
  }

  .lg\:mr-6{
    margin-right: 1.5rem !important;
  }

  .lg\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .lg\:ml-6{
    margin-left: 1.5rem !important;
  }

  .lg\:mt-8{
    margin-top: 2rem !important;
  }

  .lg\:mr-8{
    margin-right: 2rem !important;
  }

  .lg\:mb-8{
    margin-bottom: 2rem !important;
  }

  .lg\:ml-8{
    margin-left: 2rem !important;
  }

  .lg\:mt-10{
    margin-top: 2.5rem !important;
  }

  .lg\:mr-10{
    margin-right: 2.5rem !important;
  }

  .lg\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .lg\:ml-10{
    margin-left: 2.5rem !important;
  }

  .lg\:mt-12{
    margin-top: 3rem !important;
  }

  .lg\:mr-12{
    margin-right: 3rem !important;
  }

  .lg\:mb-12{
    margin-bottom: 3rem !important;
  }

  .lg\:ml-12{
    margin-left: 3rem !important;
  }

  .lg\:mt-16{
    margin-top: 4rem !important;
  }

  .lg\:mr-16{
    margin-right: 4rem !important;
  }

  .lg\:mb-16{
    margin-bottom: 4rem !important;
  }

  .lg\:ml-16{
    margin-left: 4rem !important;
  }

  .lg\:mt-20{
    margin-top: 5rem !important;
  }

  .lg\:mr-20{
    margin-right: 5rem !important;
  }

  .lg\:mb-20{
    margin-bottom: 5rem !important;
  }

  .lg\:ml-20{
    margin-left: 5rem !important;
  }

  .lg\:mt-24{
    margin-top: 6rem !important;
  }

  .lg\:mr-24{
    margin-right: 6rem !important;
  }

  .lg\:mb-24{
    margin-bottom: 6rem !important;
  }

  .lg\:ml-24{
    margin-left: 6rem !important;
  }

  .lg\:mt-28{
    margin-top: 7rem !important;
  }

  .lg\:mr-28{
    margin-right: 7rem !important;
  }

  .lg\:mb-28{
    margin-bottom: 7rem !important;
  }

  .lg\:ml-28{
    margin-left: 7rem !important;
  }

  .lg\:mt-32{
    margin-top: 8rem !important;
  }

  .lg\:mr-32{
    margin-right: 8rem !important;
  }

  .lg\:mb-32{
    margin-bottom: 8rem !important;
  }

  .lg\:ml-32{
    margin-left: 8rem !important;
  }

  .lg\:mt-40{
    margin-top: 10rem !important;
  }

  .lg\:mr-40{
    margin-right: 10rem !important;
  }

  .lg\:mb-40{
    margin-bottom: 10rem !important;
  }

  .lg\:ml-40{
    margin-left: 10rem !important;
  }

  .lg\:mt-48{
    margin-top: 12rem !important;
  }

  .lg\:mr-48{
    margin-right: 12rem !important;
  }

  .lg\:mb-48{
    margin-bottom: 12rem !important;
  }

  .lg\:ml-48{
    margin-left: 12rem !important;
  }

  .lg\:mt-56{
    margin-top: 14rem !important;
  }

  .lg\:mr-56{
    margin-right: 14rem !important;
  }

  .lg\:mb-56{
    margin-bottom: 14rem !important;
  }

  .lg\:ml-56{
    margin-left: 14rem !important;
  }

  .lg\:mt-64{
    margin-top: 16rem !important;
  }

  .lg\:mr-64{
    margin-right: 16rem !important;
  }

  .lg\:mb-64{
    margin-bottom: 16rem !important;
  }

  .lg\:ml-64{
    margin-left: 16rem !important;
  }

  .lg\:mt-auto{
    margin-top: auto !important;
  }

  .lg\:mr-auto{
    margin-right: auto !important;
  }

  .lg\:mb-auto{
    margin-bottom: auto !important;
  }

  .lg\:ml-auto{
    margin-left: auto !important;
  }

  .lg\:mt-px{
    margin-top: 1px !important;
  }

  .lg\:mr-px{
    margin-right: 1px !important;
  }

  .lg\:mb-px{
    margin-bottom: 1px !important;
  }

  .lg\:ml-px{
    margin-left: 1px !important;
  }

  .lg\:mt-2px{
    margin-top: 2px !important;
  }

  .lg\:mr-2px{
    margin-right: 2px !important;
  }

  .lg\:mb-2px{
    margin-bottom: 2px !important;
  }

  .lg\:ml-2px{
    margin-left: 2px !important;
  }

  .lg\:mt-3px{
    margin-top: 3px !important;
  }

  .lg\:mr-3px{
    margin-right: 3px !important;
  }

  .lg\:mb-3px{
    margin-bottom: 3px !important;
  }

  .lg\:ml-3px{
    margin-left: 3px !important;
  }

  .lg\:mt-5px{
    margin-top: 5px !important;
  }

  .lg\:mr-5px{
    margin-right: 5px !important;
  }

  .lg\:mb-5px{
    margin-bottom: 5px !important;
  }

  .lg\:ml-5px{
    margin-left: 5px !important;
  }

  .lg\:mt-10px{
    margin-top: 10px !important;
  }

  .lg\:mr-10px{
    margin-right: 10px !important;
  }

  .lg\:mb-10px{
    margin-bottom: 10px !important;
  }

  .lg\:ml-10px{
    margin-left: 10px !important;
  }

  .lg\:mt-15px{
    margin-top: 15px !important;
  }

  .lg\:mr-15px{
    margin-right: 15px !important;
  }

  .lg\:mb-15px{
    margin-bottom: 15px !important;
  }

  .lg\:ml-15px{
    margin-left: 15px !important;
  }

  .lg\:mt-20px{
    margin-top: 20px !important;
  }

  .lg\:mr-20px{
    margin-right: 20px !important;
  }

  .lg\:mb-20px{
    margin-bottom: 20px !important;
  }

  .lg\:ml-20px{
    margin-left: 20px !important;
  }

  .lg\:mt-25px{
    margin-top: 25px !important;
  }

  .lg\:mr-25px{
    margin-right: 25px !important;
  }

  .lg\:mb-25px{
    margin-bottom: 25px !important;
  }

  .lg\:ml-25px{
    margin-left: 25px !important;
  }

  .lg\:mt-30px{
    margin-top: 30px !important;
  }

  .lg\:mr-30px{
    margin-right: 30px !important;
  }

  .lg\:mb-30px{
    margin-bottom: 30px !important;
  }

  .lg\:ml-30px{
    margin-left: 30px !important;
  }

  .lg\:mt-36px{
    margin-top: 36px !important;
  }

  .lg\:mr-36px{
    margin-right: 36px !important;
  }

  .lg\:mb-36px{
    margin-bottom: 36px !important;
  }

  .lg\:ml-36px{
    margin-left: 36px !important;
  }

  .lg\:mt-50px{
    margin-top: 50px !important;
  }

  .lg\:mr-50px{
    margin-right: 50px !important;
  }

  .lg\:mb-50px{
    margin-bottom: 50px !important;
  }

  .lg\:ml-50px{
    margin-left: 50px !important;
  }

  .lg\:mt-60px{
    margin-top: 60px !important;
  }

  .lg\:mr-60px{
    margin-right: 60px !important;
  }

  .lg\:mb-60px{
    margin-bottom: 60px !important;
  }

  .lg\:ml-60px{
    margin-left: 60px !important;
  }

  .lg\:mt-120px{
    margin-top: 120px !important;
  }

  .lg\:mr-120px{
    margin-right: 120px !important;
  }

  .lg\:mb-120px{
    margin-bottom: 120px !important;
  }

  .lg\:ml-120px{
    margin-left: 120px !important;
  }

  .lg\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .lg\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .lg\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .lg\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .lg\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .lg\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .lg\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .lg\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .lg\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .lg\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .lg\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .lg\:-mt-4{
    margin-top: -1rem !important;
  }

  .lg\:-mr-4{
    margin-right: -1rem !important;
  }

  .lg\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .lg\:-ml-4{
    margin-left: -1rem !important;
  }

  .lg\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .lg\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .lg\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .lg\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .lg\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .lg\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .lg\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .lg\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .lg\:-mt-8{
    margin-top: -2rem !important;
  }

  .lg\:-mr-8{
    margin-right: -2rem !important;
  }

  .lg\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .lg\:-ml-8{
    margin-left: -2rem !important;
  }

  .lg\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .lg\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .lg\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .lg\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .lg\:-mt-12{
    margin-top: -3rem !important;
  }

  .lg\:-mr-12{
    margin-right: -3rem !important;
  }

  .lg\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .lg\:-ml-12{
    margin-left: -3rem !important;
  }

  .lg\:-mt-16{
    margin-top: -4rem !important;
  }

  .lg\:-mr-16{
    margin-right: -4rem !important;
  }

  .lg\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .lg\:-ml-16{
    margin-left: -4rem !important;
  }

  .lg\:-mt-20{
    margin-top: -5rem !important;
  }

  .lg\:-mr-20{
    margin-right: -5rem !important;
  }

  .lg\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .lg\:-ml-20{
    margin-left: -5rem !important;
  }

  .lg\:-mt-24{
    margin-top: -6rem !important;
  }

  .lg\:-mr-24{
    margin-right: -6rem !important;
  }

  .lg\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .lg\:-ml-24{
    margin-left: -6rem !important;
  }

  .lg\:-mt-28{
    margin-top: -7rem !important;
  }

  .lg\:-mr-28{
    margin-right: -7rem !important;
  }

  .lg\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .lg\:-ml-28{
    margin-left: -7rem !important;
  }

  .lg\:-mt-32{
    margin-top: -8rem !important;
  }

  .lg\:-mr-32{
    margin-right: -8rem !important;
  }

  .lg\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .lg\:-ml-32{
    margin-left: -8rem !important;
  }

  .lg\:-mt-40{
    margin-top: -10rem !important;
  }

  .lg\:-mr-40{
    margin-right: -10rem !important;
  }

  .lg\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .lg\:-ml-40{
    margin-left: -10rem !important;
  }

  .lg\:-mt-48{
    margin-top: -12rem !important;
  }

  .lg\:-mr-48{
    margin-right: -12rem !important;
  }

  .lg\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .lg\:-ml-48{
    margin-left: -12rem !important;
  }

  .lg\:-mt-56{
    margin-top: -14rem !important;
  }

  .lg\:-mr-56{
    margin-right: -14rem !important;
  }

  .lg\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .lg\:-ml-56{
    margin-left: -14rem !important;
  }

  .lg\:-mt-64{
    margin-top: -16rem !important;
  }

  .lg\:-mr-64{
    margin-right: -16rem !important;
  }

  .lg\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .lg\:-ml-64{
    margin-left: -16rem !important;
  }

  .lg\:-mt-px{
    margin-top: -1px !important;
  }

  .lg\:-mr-px{
    margin-right: -1px !important;
  }

  .lg\:-mb-px{
    margin-bottom: -1px !important;
  }

  .lg\:-ml-px{
    margin-left: -1px !important;
  }

  .lg\:-mt-2px{
    margin-top: -2px !important;
  }

  .lg\:-mr-2px{
    margin-right: -2px !important;
  }

  .lg\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .lg\:-ml-2px{
    margin-left: -2px !important;
  }

  .lg\:-mt-3px{
    margin-top: -3px !important;
  }

  .lg\:-mr-3px{
    margin-right: -3px !important;
  }

  .lg\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .lg\:-ml-3px{
    margin-left: -3px !important;
  }

  .lg\:-mt-5px{
    margin-top: -5px !important;
  }

  .lg\:-mr-5px{
    margin-right: -5px !important;
  }

  .lg\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .lg\:-ml-5px{
    margin-left: -5px !important;
  }

  .lg\:-mt-10px{
    margin-top: -10px !important;
  }

  .lg\:-mr-10px{
    margin-right: -10px !important;
  }

  .lg\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .lg\:-ml-10px{
    margin-left: -10px !important;
  }

  .lg\:-mt-15px{
    margin-top: -15px !important;
  }

  .lg\:-mr-15px{
    margin-right: -15px !important;
  }

  .lg\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .lg\:-ml-15px{
    margin-left: -15px !important;
  }

  .lg\:-mt-20px{
    margin-top: -20px !important;
  }

  .lg\:-mr-20px{
    margin-right: -20px !important;
  }

  .lg\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .lg\:-ml-20px{
    margin-left: -20px !important;
  }

  .lg\:-mt-25px{
    margin-top: -25px !important;
  }

  .lg\:-mr-25px{
    margin-right: -25px !important;
  }

  .lg\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .lg\:-ml-25px{
    margin-left: -25px !important;
  }

  .lg\:-mt-30px{
    margin-top: -30px !important;
  }

  .lg\:-mr-30px{
    margin-right: -30px !important;
  }

  .lg\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .lg\:-ml-30px{
    margin-left: -30px !important;
  }

  .lg\:-mt-36px{
    margin-top: -36px !important;
  }

  .lg\:-mr-36px{
    margin-right: -36px !important;
  }

  .lg\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .lg\:-ml-36px{
    margin-left: -36px !important;
  }

  .lg\:-mt-50px{
    margin-top: -50px !important;
  }

  .lg\:-mr-50px{
    margin-right: -50px !important;
  }

  .lg\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .lg\:-ml-50px{
    margin-left: -50px !important;
  }

  .lg\:-mt-60px{
    margin-top: -60px !important;
  }

  .lg\:-mr-60px{
    margin-right: -60px !important;
  }

  .lg\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .lg\:-ml-60px{
    margin-left: -60px !important;
  }

  .lg\:-mt-120px{
    margin-top: -120px !important;
  }

  .lg\:-mr-120px{
    margin-right: -120px !important;
  }

  .lg\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .lg\:-ml-120px{
    margin-left: -120px !important;
  }

  .lg\:max-h-full{
    max-height: 100% !important;
  }

  .lg\:max-h-screen{
    max-height: 100vh !important;
  }

  .lg\:max-h-3\/4{
    max-height: 75% !important;
  }

  .lg\:max-w-250{
    max-width: 250px !important;
  }

  .lg\:max-w-440{
    max-width: 440px !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-full{
    max-width: 100% !important;
  }

  .lg\:max-w-screen-sm{
    max-width: 560px !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-xxs{
    max-width: 320px !important;
  }

  .lg\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .lg\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .lg\:min-h-0{
    min-height: 0 !important;
  }

  .lg\:min-h-full{
    min-height: 100% !important;
  }

  .lg\:min-h-screen{
    min-height: 100vh !important;
  }

  .lg\:min-w-0{
    min-width: 0 !important;
  }

  .lg\:min-w-full{
    min-width: 100% !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\:opacity-0{
    opacity: 0 !important;
  }

  .lg\:opacity-25{
    opacity: 0.25 !important;
  }

  .lg\:opacity-50{
    opacity: 0.5 !important;
  }

  .lg\:opacity-75{
    opacity: 0.75 !important;
  }

  .lg\:opacity-100{
    opacity: 1 !important;
  }

  .lg\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .lg\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .lg\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .lg\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .lg\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .lg\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .lg\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .lg\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .lg\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .lg\:focus\:opacity-100:focus{
    opacity: 1 !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\: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\: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\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .lg\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .lg\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .lg\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .lg\:overscroll-none{
    -ms-scroll-chaining: none !important;
    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\:p-0{
    padding: 0 !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-8{
    padding: 2rem !important;
  }

  .lg\:p-10{
    padding: 2.5rem !important;
  }

  .lg\:p-12{
    padding: 3rem !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-40{
    padding: 10rem !important;
  }

  .lg\:p-48{
    padding: 12rem !important;
  }

  .lg\:p-56{
    padding: 14rem !important;
  }

  .lg\:p-64{
    padding: 16rem !important;
  }

  .lg\:p-px{
    padding: 1px !important;
  }

  .lg\:p-2px{
    padding: 2px !important;
  }

  .lg\:p-3px{
    padding: 3px !important;
  }

  .lg\:p-5px{
    padding: 5px !important;
  }

  .lg\:p-10px{
    padding: 10px !important;
  }

  .lg\:p-15px{
    padding: 15px !important;
  }

  .lg\:p-20px{
    padding: 20px !important;
  }

  .lg\:p-25px{
    padding: 25px !important;
  }

  .lg\:p-30px{
    padding: 30px !important;
  }

  .lg\:p-36px{
    padding: 36px !important;
  }

  .lg\:p-50px{
    padding: 50px !important;
  }

  .lg\:p-60px{
    padding: 60px !important;
  }

  .lg\:p-120px{
    padding: 120px !important;
  }

  .lg\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .lg\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .lg\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .lg\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .lg\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .lg\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .lg\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .lg\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .lg\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .lg\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .lg\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .lg\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .lg\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .lg\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .lg\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .lg\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .lg\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .lg\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .lg\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .lg\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .lg\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .lg\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .lg\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .lg\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .lg\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .lg\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .lg\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .lg\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .lg\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .lg\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .lg\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .lg\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .lg\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .lg\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .lg\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .lg\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .lg\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .lg\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .lg\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .lg\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .lg\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .lg\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .lg\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .lg\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .lg\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .lg\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .lg\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .lg\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .lg\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .lg\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .lg\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .lg\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .lg\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .lg\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .lg\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .lg\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .lg\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .lg\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .lg\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .lg\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .lg\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .lg\:pt-0{
    padding-top: 0 !important;
  }

  .lg\:pr-0{
    padding-right: 0 !important;
  }

  .lg\:pb-0{
    padding-bottom: 0 !important;
  }

  .lg\:pl-0{
    padding-left: 0 !important;
  }

  .lg\:pt-1{
    padding-top: 0.25rem !important;
  }

  .lg\:pr-1{
    padding-right: 0.25rem !important;
  }

  .lg\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .lg\:pl-1{
    padding-left: 0.25rem !important;
  }

  .lg\:pt-2{
    padding-top: 0.5rem !important;
  }

  .lg\:pr-2{
    padding-right: 0.5rem !important;
  }

  .lg\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .lg\:pl-2{
    padding-left: 0.5rem !important;
  }

  .lg\:pt-3{
    padding-top: 0.75rem !important;
  }

  .lg\:pr-3{
    padding-right: 0.75rem !important;
  }

  .lg\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .lg\:pl-3{
    padding-left: 0.75rem !important;
  }

  .lg\:pt-4{
    padding-top: 1rem !important;
  }

  .lg\:pr-4{
    padding-right: 1rem !important;
  }

  .lg\:pb-4{
    padding-bottom: 1rem !important;
  }

  .lg\:pl-4{
    padding-left: 1rem !important;
  }

  .lg\:pt-5{
    padding-top: 1.25rem !important;
  }

  .lg\:pr-5{
    padding-right: 1.25rem !important;
  }

  .lg\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .lg\:pl-5{
    padding-left: 1.25rem !important;
  }

  .lg\:pt-6{
    padding-top: 1.5rem !important;
  }

  .lg\:pr-6{
    padding-right: 1.5rem !important;
  }

  .lg\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .lg\:pl-6{
    padding-left: 1.5rem !important;
  }

  .lg\:pt-8{
    padding-top: 2rem !important;
  }

  .lg\:pr-8{
    padding-right: 2rem !important;
  }

  .lg\:pb-8{
    padding-bottom: 2rem !important;
  }

  .lg\:pl-8{
    padding-left: 2rem !important;
  }

  .lg\:pt-10{
    padding-top: 2.5rem !important;
  }

  .lg\:pr-10{
    padding-right: 2.5rem !important;
  }

  .lg\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .lg\:pl-10{
    padding-left: 2.5rem !important;
  }

  .lg\:pt-12{
    padding-top: 3rem !important;
  }

  .lg\:pr-12{
    padding-right: 3rem !important;
  }

  .lg\:pb-12{
    padding-bottom: 3rem !important;
  }

  .lg\:pl-12{
    padding-left: 3rem !important;
  }

  .lg\:pt-16{
    padding-top: 4rem !important;
  }

  .lg\:pr-16{
    padding-right: 4rem !important;
  }

  .lg\:pb-16{
    padding-bottom: 4rem !important;
  }

  .lg\:pl-16{
    padding-left: 4rem !important;
  }

  .lg\:pt-20{
    padding-top: 5rem !important;
  }

  .lg\:pr-20{
    padding-right: 5rem !important;
  }

  .lg\:pb-20{
    padding-bottom: 5rem !important;
  }

  .lg\:pl-20{
    padding-left: 5rem !important;
  }

  .lg\:pt-24{
    padding-top: 6rem !important;
  }

  .lg\:pr-24{
    padding-right: 6rem !important;
  }

  .lg\:pb-24{
    padding-bottom: 6rem !important;
  }

  .lg\:pl-24{
    padding-left: 6rem !important;
  }

  .lg\:pt-28{
    padding-top: 7rem !important;
  }

  .lg\:pr-28{
    padding-right: 7rem !important;
  }

  .lg\:pb-28{
    padding-bottom: 7rem !important;
  }

  .lg\:pl-28{
    padding-left: 7rem !important;
  }

  .lg\:pt-32{
    padding-top: 8rem !important;
  }

  .lg\:pr-32{
    padding-right: 8rem !important;
  }

  .lg\:pb-32{
    padding-bottom: 8rem !important;
  }

  .lg\:pl-32{
    padding-left: 8rem !important;
  }

  .lg\:pt-40{
    padding-top: 10rem !important;
  }

  .lg\:pr-40{
    padding-right: 10rem !important;
  }

  .lg\:pb-40{
    padding-bottom: 10rem !important;
  }

  .lg\:pl-40{
    padding-left: 10rem !important;
  }

  .lg\:pt-48{
    padding-top: 12rem !important;
  }

  .lg\:pr-48{
    padding-right: 12rem !important;
  }

  .lg\:pb-48{
    padding-bottom: 12rem !important;
  }

  .lg\:pl-48{
    padding-left: 12rem !important;
  }

  .lg\:pt-56{
    padding-top: 14rem !important;
  }

  .lg\:pr-56{
    padding-right: 14rem !important;
  }

  .lg\:pb-56{
    padding-bottom: 14rem !important;
  }

  .lg\:pl-56{
    padding-left: 14rem !important;
  }

  .lg\:pt-64{
    padding-top: 16rem !important;
  }

  .lg\:pr-64{
    padding-right: 16rem !important;
  }

  .lg\:pb-64{
    padding-bottom: 16rem !important;
  }

  .lg\:pl-64{
    padding-left: 16rem !important;
  }

  .lg\:pt-px{
    padding-top: 1px !important;
  }

  .lg\:pr-px{
    padding-right: 1px !important;
  }

  .lg\:pb-px{
    padding-bottom: 1px !important;
  }

  .lg\:pl-px{
    padding-left: 1px !important;
  }

  .lg\:pt-2px{
    padding-top: 2px !important;
  }

  .lg\:pr-2px{
    padding-right: 2px !important;
  }

  .lg\:pb-2px{
    padding-bottom: 2px !important;
  }

  .lg\:pl-2px{
    padding-left: 2px !important;
  }

  .lg\:pt-3px{
    padding-top: 3px !important;
  }

  .lg\:pr-3px{
    padding-right: 3px !important;
  }

  .lg\:pb-3px{
    padding-bottom: 3px !important;
  }

  .lg\:pl-3px{
    padding-left: 3px !important;
  }

  .lg\:pt-5px{
    padding-top: 5px !important;
  }

  .lg\:pr-5px{
    padding-right: 5px !important;
  }

  .lg\:pb-5px{
    padding-bottom: 5px !important;
  }

  .lg\:pl-5px{
    padding-left: 5px !important;
  }

  .lg\:pt-10px{
    padding-top: 10px !important;
  }

  .lg\:pr-10px{
    padding-right: 10px !important;
  }

  .lg\:pb-10px{
    padding-bottom: 10px !important;
  }

  .lg\:pl-10px{
    padding-left: 10px !important;
  }

  .lg\:pt-15px{
    padding-top: 15px !important;
  }

  .lg\:pr-15px{
    padding-right: 15px !important;
  }

  .lg\:pb-15px{
    padding-bottom: 15px !important;
  }

  .lg\:pl-15px{
    padding-left: 15px !important;
  }

  .lg\:pt-20px{
    padding-top: 20px !important;
  }

  .lg\:pr-20px{
    padding-right: 20px !important;
  }

  .lg\:pb-20px{
    padding-bottom: 20px !important;
  }

  .lg\:pl-20px{
    padding-left: 20px !important;
  }

  .lg\:pt-25px{
    padding-top: 25px !important;
  }

  .lg\:pr-25px{
    padding-right: 25px !important;
  }

  .lg\:pb-25px{
    padding-bottom: 25px !important;
  }

  .lg\:pl-25px{
    padding-left: 25px !important;
  }

  .lg\:pt-30px{
    padding-top: 30px !important;
  }

  .lg\:pr-30px{
    padding-right: 30px !important;
  }

  .lg\:pb-30px{
    padding-bottom: 30px !important;
  }

  .lg\:pl-30px{
    padding-left: 30px !important;
  }

  .lg\:pt-36px{
    padding-top: 36px !important;
  }

  .lg\:pr-36px{
    padding-right: 36px !important;
  }

  .lg\:pb-36px{
    padding-bottom: 36px !important;
  }

  .lg\:pl-36px{
    padding-left: 36px !important;
  }

  .lg\:pt-50px{
    padding-top: 50px !important;
  }

  .lg\:pr-50px{
    padding-right: 50px !important;
  }

  .lg\:pb-50px{
    padding-bottom: 50px !important;
  }

  .lg\:pl-50px{
    padding-left: 50px !important;
  }

  .lg\:pt-60px{
    padding-top: 60px !important;
  }

  .lg\:pr-60px{
    padding-right: 60px !important;
  }

  .lg\:pb-60px{
    padding-bottom: 60px !important;
  }

  .lg\:pl-60px{
    padding-left: 60px !important;
  }

  .lg\:pt-120px{
    padding-top: 120px !important;
  }

  .lg\:pr-120px{
    padding-right: 120px !important;
  }

  .lg\:pb-120px{
    padding-bottom: 120px !important;
  }

  .lg\:pl-120px{
    padding-left: 120px !important;
  }

  .lg\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .lg\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .lg\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .lg\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .lg\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .lg\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .lg\:pointer-events-none{
    pointer-events: none !important;
  }

  .lg\:pointer-events-auto{
    pointer-events: auto !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: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .lg\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .lg\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .lg\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .lg\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .lg\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .lg\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .lg\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .lg\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .lg\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .lg\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .lg\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .lg\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .lg\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .lg\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .lg\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .lg\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .lg\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .lg\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .lg\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .lg\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .lg\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .lg\:top-0{
    top: 0 !important;
  }

  .lg\:right-0{
    right: 0 !important;
  }

  .lg\:bottom-0{
    bottom: 0 !important;
  }

  .lg\:left-0{
    left: 0 !important;
  }

  .lg\:top-auto{
    top: auto !important;
  }

  .lg\:right-auto{
    right: auto !important;
  }

  .lg\:bottom-auto{
    bottom: auto !important;
  }

  .lg\:left-auto{
    left: auto !important;
  }

  .lg\:top-1\/2{
    top: 50% !important;
  }

  .lg\:right-1\/2{
    right: 50% !important;
  }

  .lg\:bottom-1\/2{
    bottom: 50% !important;
  }

  .lg\:left-1\/2{
    left: 50% !important;
  }

  .lg\:top-100\%{
    top: 100% !important;
  }

  .lg\:right-100\%{
    right: 100% !important;
  }

  .lg\:bottom-100\%{
    bottom: 100% !important;
  }

  .lg\:left-100\%{
    left: 100% !important;
  }

  .lg\:top-px{
    top: 1px !important;
  }

  .lg\:right-px{
    right: 1px !important;
  }

  .lg\:bottom-px{
    bottom: 1px !important;
  }

  .lg\:left-px{
    left: 1px !important;
  }

  .lg\:top-2px{
    top: 2px !important;
  }

  .lg\:right-2px{
    right: 2px !important;
  }

  .lg\:bottom-2px{
    bottom: 2px !important;
  }

  .lg\:left-2px{
    left: 2px !important;
  }

  .lg\:top-4px{
    top: 4px !important;
  }

  .lg\:right-4px{
    right: 4px !important;
  }

  .lg\:bottom-4px{
    bottom: 4px !important;
  }

  .lg\:left-4px{
    left: 4px !important;
  }

  .lg\:top-10px{
    top: 10px !important;
  }

  .lg\:right-10px{
    right: 10px !important;
  }

  .lg\:bottom-10px{
    bottom: 10px !important;
  }

  .lg\:left-10px{
    left: 10px !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\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .lg\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .lg\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .lg\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .lg\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .lg\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .lg\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .lg\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .lg\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .lg\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .lg\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .lg\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .lg\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .lg\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .lg\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .lg\:fill-current{
    fill: currentColor !important;
  }

  .lg\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .lg\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .lg\:fill-ordinary{
    fill: #333333 !important;
  }

  .lg\:fill-no-active{
    fill: #888888 !important;
  }

  .lg\:fill-white{
    fill: #ffffff !important;
  }

  .lg\:stroke-current{
    stroke: currentColor !important;
  }

  .lg\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .lg\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .lg\:stroke-0{
    stroke-width: 0 !important;
  }

  .lg\:stroke-1{
    stroke-width: 1 !important;
  }

  .lg\:stroke-2{
    stroke-width: 2 !important;
  }

  .lg\:stroke-12{
    stroke-width: 12 !important;
  }

  .lg\:stroke-20{
    stroke-width: 20 !important;
  }

  .lg\:table-auto{
    table-layout: auto !important;
  }

  .lg\:table-fixed{
    table-layout: fixed !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\:text-transparent{
    color: transparent !important;
  }

  .lg\:text-current{
    color: currentColor !important;
  }

  .lg\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .lg\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .lg\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .lg\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .lg\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .lg\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .lg\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .lg\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .lg\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .lg\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .lg\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .lg\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .lg\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .lg\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .lg\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .lg\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .lg\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .lg\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .lg\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .lg\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .lg\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .lg\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .lg\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .lg\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .lg\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .lg\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .lg\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .lg\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .lg\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .lg\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .lg\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .lg\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .lg\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .lg\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .lg\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .lg\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .lg\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .lg\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .lg\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .lg\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .lg\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .lg\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .lg\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .lg\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .lg\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .lg\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .lg\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .lg\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .lg\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .lg\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .lg\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .lg\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .lg\:italic{
    font-style: italic !important;
  }

  .lg\:not-italic{
    font-style: normal !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\:underline{
    text-decoration: underline !important;
  }

  .lg\:line-through{
    text-decoration: line-through !important;
  }

  .lg\:no-underline{
    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\:ordinal, .lg\:slashed-zero, .lg\:lining-nums, .lg\:oldstyle-nums, .lg\:proportional-nums, .lg\:tabular-nums, .lg\:diagonal-fractions, .lg\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .lg\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .lg\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .lg\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .lg\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .lg\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .lg\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .lg\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .lg\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .lg\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .lg\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .lg\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .lg\:tracking-normal{
    letter-spacing: 0 !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\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .lg\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .lg\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .lg\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !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\:visible{
    visibility: visible !important;
  }

  .lg\:invisible{
    visibility: hidden !important;
  }

  .lg\:whitespace-normal{
    white-space: normal !important;
  }

  .lg\:whitespace-no-wrap{
    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{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .lg\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .lg\:break-all{
    word-break: break-all !important;
  }

  .lg\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .lg\:w-0{
    width: 0 !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-8{
    width: 2rem !important;
  }

  .lg\:w-10{
    width: 2.5rem !important;
  }

  .lg\:w-12{
    width: 3rem !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-40{
    width: 10rem !important;
  }

  .lg\:w-48{
    width: 12rem !important;
  }

  .lg\:w-56{
    width: 14rem !important;
  }

  .lg\:w-64{
    width: 16rem !important;
  }

  .lg\:w-auto{
    width: auto !important;
  }

  .lg\:w-px{
    width: 1px !important;
  }

  .lg\:w-2px{
    width: 2px !important;
  }

  .lg\:w-3px{
    width: 3px !important;
  }

  .lg\:w-5px{
    width: 5px !important;
  }

  .lg\:w-10px{
    width: 10px !important;
  }

  .lg\:w-15px{
    width: 15px !important;
  }

  .lg\:w-20px{
    width: 20px !important;
  }

  .lg\:w-25px{
    width: 25px !important;
  }

  .lg\:w-30px{
    width: 30px !important;
  }

  .lg\:w-36px{
    width: 36px !important;
  }

  .lg\:w-50px{
    width: 50px !important;
  }

  .lg\:w-60px{
    width: 60px !important;
  }

  .lg\:w-120px{
    width: 120px !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\:z-0{
    z-index: 0 !important;
  }

  .lg\:z-3{
    z-index: 3 !important;
  }

  .lg\:z-10{
    z-index: 10 !important;
  }

  .lg\:z-15{
    z-index: 15 !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\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .lg\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .lg\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .lg\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .lg\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .lg\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .lg\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .lg\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .lg\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .lg\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .lg\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .lg\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .lg\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .lg\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .lg\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .lg\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .lg\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .lg\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .lg\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .lg\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .lg\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .lg\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .lg\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .lg\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .lg\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .lg\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .lg\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .lg\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .lg\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .lg\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .lg\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .lg\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .lg\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .lg\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .lg\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .lg\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .lg\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .lg\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .lg\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .lg\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .lg\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .lg\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .lg\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .lg\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .lg\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .lg\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .lg\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .lg\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .lg\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .lg\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .lg\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .lg\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .lg\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .lg\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .lg\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .lg\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .lg\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .lg\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .lg\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .lg\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .lg\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .lg\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .lg\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .lg\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .lg\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .lg\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .lg\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .lg\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .lg\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .lg\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .lg\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .lg\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .lg\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .lg\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .lg\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .lg\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .lg\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .lg\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .lg\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .lg\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .lg\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .lg\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .lg\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .lg\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .lg\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .lg\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .lg\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .lg\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .lg\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .lg\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .lg\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .lg\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .lg\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .lg\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .lg\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .lg\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .lg\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .lg\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .lg\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .lg\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .lg\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .lg\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .lg\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .lg\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .lg\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .lg\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .lg\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .lg\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .lg\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .lg\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .lg\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .lg\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .lg\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .lg\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .lg\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .lg\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .lg\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .lg\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .lg\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .lg\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .lg\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .lg\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .lg\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .lg\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .lg\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .lg\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .lg\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .lg\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .lg\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .lg\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .lg\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .lg\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .lg\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .lg\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .lg\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .lg\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .lg\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .lg\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .lg\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .lg\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .lg\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !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\: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-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .lg\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .lg\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .lg\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .lg\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .lg\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .lg\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\: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\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .lg\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .lg\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .lg\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .lg\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .lg\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .lg\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .lg\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .lg\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .lg\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .lg\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .lg\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .lg\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .lg\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .lg\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .lg\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .lg\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .lg\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .lg\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .lg\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .lg\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .lg\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .lg\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .lg\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .lg\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .lg\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .lg\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .lg\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .lg\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .lg\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .lg\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .lg\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .lg\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .lg\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .lg\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .lg\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .lg\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .lg\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .lg\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .lg\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .lg\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .lg\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .lg\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .lg\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .lg\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .lg\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .lg\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .lg\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .lg\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .lg\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .lg\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .lg\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .lg\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .lg\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .lg\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .lg\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .lg\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .lg\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .lg\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .lg\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .lg\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .lg\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .lg\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .lg\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .lg\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .lg\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .lg\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .lg\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .lg\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .lg\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .lg\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .lg\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .lg\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .lg\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .lg\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .lg\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .lg\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .lg\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .lg\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .lg\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .lg\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .lg\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .lg\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .lg\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .lg\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .lg\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .lg\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .lg\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .lg\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .lg\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .lg\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .lg\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .lg\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .lg\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .lg\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .lg\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .lg\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .lg\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .lg\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .lg\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .lg\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .lg\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .lg\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .lg\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .lg\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .lg\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .lg\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .lg\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .lg\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .lg\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .lg\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .lg\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .lg\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .lg\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .lg\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .lg\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .lg\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .lg\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .lg\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .lg\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .lg\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .lg\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .lg\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .lg\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .lg\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .lg\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .lg\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .lg\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .lg\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .lg\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .lg\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .lg\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .lg\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .lg\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .lg\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .lg\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .lg\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .lg\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .lg\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .lg\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .lg\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .lg\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .lg\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .lg\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .lg\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .lg\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .lg\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .lg\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .lg\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .lg\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .lg\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .lg\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .lg\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .lg\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .lg\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .lg\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .lg\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .lg\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .lg\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .lg\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .lg\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .lg\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .lg\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .lg\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .lg\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .lg\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .lg\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .lg\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .lg\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .lg\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .lg\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .lg\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .lg\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .lg\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .lg\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .lg\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .lg\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .lg\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .lg\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .lg\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .lg\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .lg\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .lg\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .lg\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .lg\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .lg\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .lg\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .lg\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .lg\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .lg\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .lg\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .lg\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .lg\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .lg\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .lg\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .lg\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .lg\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .lg\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .lg\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .lg\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .lg\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .lg\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .lg\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .lg\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .lg\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .lg\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .lg\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .lg\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .lg\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .lg\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .lg\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .lg\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .lg\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .lg\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .lg\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .lg\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .lg\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .lg\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .lg\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .lg\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .lg\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .lg\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .lg\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .lg\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .lg\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .lg\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .lg\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .lg\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .lg\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .lg\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .lg\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .lg\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .lg\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .lg\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .lg\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .lg\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .lg\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .lg\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .lg\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .lg\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .lg\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .lg\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .lg\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .lg\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .lg\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .lg\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .lg\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .lg\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .lg\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .lg\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .lg\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .lg\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .lg\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .lg\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .lg\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .lg\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .lg\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .lg\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .lg\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .lg\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .lg\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .lg\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .lg\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .lg\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .lg\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .lg\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .lg\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .lg\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .lg\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .lg\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .lg\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .lg\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .lg\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .lg\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .lg\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .lg\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .lg\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .lg\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .lg\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .lg\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .lg\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .lg\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .lg\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .lg\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .lg\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .lg\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .lg\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .lg\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .lg\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .lg\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .lg\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .lg\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .lg\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .lg\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .lg\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .lg\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .lg\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .lg\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .lg\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .lg\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .lg\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .lg\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .lg\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .lg\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .lg\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .lg\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .lg\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .lg\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .lg\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .lg\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .lg\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .lg\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .lg\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .lg\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .lg\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .lg\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .lg\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .lg\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .lg\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .lg\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .lg\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .lg\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .lg\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .lg\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .lg\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .lg\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .lg\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .lg\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .lg\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .lg\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .lg\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .lg\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .lg\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .lg\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .lg\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .lg\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .lg\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .lg\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .lg\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .lg\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .lg\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .lg\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .lg\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .lg\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .lg\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .lg\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .lg\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .lg\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .lg\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .lg\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .lg\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .lg\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .lg\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .lg\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .lg\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .lg\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .lg\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .lg\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .lg\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .lg\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .lg\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .lg\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .lg\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .lg\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .lg\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .lg\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .lg\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .lg\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .lg\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .lg\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .lg\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .lg\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .lg\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .lg\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .lg\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .lg\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .lg\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .lg\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .lg\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .lg\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .lg\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .lg\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .lg\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .lg\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .lg\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .lg\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .lg\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .lg\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .lg\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .lg\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .lg\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .lg\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .lg\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .lg\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .lg\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .lg\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .lg\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .lg\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .lg\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .lg\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .lg\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .lg\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .lg\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .lg\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .lg\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .lg\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .lg\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .lg\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .lg\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .lg\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .lg\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .lg\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .lg\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .lg\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .lg\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .lg\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .lg\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .lg\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .lg\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .lg\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .lg\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .lg\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .lg\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .lg\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .lg\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .lg\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .lg\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .lg\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .lg\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .lg\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .lg\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .lg\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .lg\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .lg\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .lg\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .lg\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .lg\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .lg\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .lg\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .lg\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .lg\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .lg\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .lg\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .lg\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .lg\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .lg\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .lg\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .lg\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .lg\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .lg\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .lg\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .lg\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .lg\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .lg\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .lg\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .lg\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .lg\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .lg\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .lg\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .lg\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .lg\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .lg\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .lg\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .lg\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .lg\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .lg\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .lg\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .lg\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .lg\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .lg\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .lg\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .lg\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .lg\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .lg\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .lg\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .lg\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .lg\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .lg\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .lg\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .lg\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .lg\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .lg\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .lg\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .lg\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .lg\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .lg\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .lg\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .lg\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .lg\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .lg\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .lg\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .lg\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .lg\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .lg\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .lg\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .lg\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .lg\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .lg\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .lg\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .lg\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .lg\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .lg\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .lg\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .lg\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .lg\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .lg\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .lg\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .lg\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .lg\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .lg\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .lg\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .lg\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .lg\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .lg\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .lg\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .lg\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .lg\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .lg\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .lg\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .lg\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .lg\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .lg\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .lg\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .lg\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .lg\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .lg\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .lg\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .lg\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .lg\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .lg\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .lg\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .lg\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .lg\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .lg\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .lg\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .lg\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .lg\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .lg\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .lg\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .lg\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .lg\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .lg\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .lg\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .lg\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .lg\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .lg\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .lg\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .lg\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .lg\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .lg\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .lg\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .lg\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .lg\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .lg\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .lg\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .lg\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .lg\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .lg\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .lg\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .lg\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .lg\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .lg\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .lg\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .lg\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .lg\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1280px){
  .xl\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xl\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .xl\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .xl\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .xl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .xl\:container{
      max-width: 1920px;
    }
  }

  .xl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .xl\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .xl\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xl\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xl\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xl\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xl\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xl\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xl\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .xl\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .xl\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .xl\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xl\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .xl\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .xl\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .xl\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .xl\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .xl\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .xl\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .xl\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .xl\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .xl\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .xl\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .xl\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .xl\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .xl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xl\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xl\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .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\: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\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !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-transparent{
    background-color: transparent !important;
  }

  .xl\:bg-current{
    background-color: currentColor !important;
  }

  .xl\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .xl\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .xl\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xl\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .xl\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xl\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xl\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xl\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xl\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xl\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xl\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xl\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xl\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xl\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xl\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xl\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xl\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xl\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .xl\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xl\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xl\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xl\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .xl\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xl\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xl\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xl\:bg-none{
    background-image: none !important;
  }

  .xl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xl\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xl\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xl\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xl\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xl\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xl\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .xl\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xl\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xl\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xl\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xl\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xl\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xl\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xl\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xl\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xl\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xl\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xl\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .xl\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .xl\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .xl\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .xl\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .xl\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .xl\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xl\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .xl\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xl\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .xl\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .xl\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .xl\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .xl\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .xl\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .xl\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .xl\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .xl\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xl\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .xl\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .xl\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .xl\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .xl\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xl\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xl\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xl\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xl\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xl\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .xl\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xl\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xl\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xl\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xl\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xl\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xl\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xl\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xl\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xl\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xl\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xl\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .xl\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .xl\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .xl\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .xl\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .xl\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .xl\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xl\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .xl\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xl\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .xl\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .xl\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .xl\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .xl\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .xl\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .xl\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .xl\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .xl\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xl\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .xl\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .xl\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .xl\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .xl\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xl\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xl\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xl\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xl\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xl\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xl\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xl\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xl\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xl\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xl\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xl\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xl\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xl\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xl\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xl\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xl\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xl\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xl\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xl\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xl\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xl\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xl\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xl\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xl\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xl\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xl\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xl\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xl\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xl\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xl\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xl\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xl\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xl\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xl\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xl\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xl\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xl\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xl\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xl\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xl\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xl\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xl\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xl\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xl\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xl\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xl\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xl\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xl\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xl\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xl\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xl\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xl\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xl\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xl\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xl\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xl\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xl\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xl\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xl\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xl\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xl\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xl\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xl\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xl\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xl\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xl\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xl\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xl\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xl\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xl\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xl\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xl\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xl\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xl\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xl\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xl\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xl\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xl\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xl\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xl\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xl\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xl\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xl\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xl\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xl\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xl\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xl\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xl\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xl\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xl\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xl\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xl\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xl\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xl\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xl\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xl\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xl\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xl\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xl\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xl\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xl\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xl\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xl\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xl\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xl\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xl\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xl\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xl\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xl\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xl\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xl\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xl\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xl\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xl\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xl\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xl\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xl\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xl\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xl\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .xl\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xl\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xl\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xl\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xl\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xl\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xl\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xl\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xl\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xl\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xl\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xl\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xl\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xl\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xl\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xl\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xl\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xl\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xl\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xl\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xl\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xl\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xl\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xl\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xl\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xl\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xl\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xl\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xl\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xl\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xl\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xl\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xl\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xl\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xl\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xl\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xl\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xl\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xl\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xl\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xl\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xl\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xl\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xl\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xl\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xl\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xl\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xl\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xl\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xl\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xl\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xl\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xl\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xl\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xl\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xl\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xl\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xl\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xl\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xl\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xl\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xl\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xl\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xl\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xl\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xl\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xl\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xl\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xl\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xl\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xl\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xl\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xl\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xl\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xl\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .xl\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .xl\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .xl\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .xl\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .xl\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .xl\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xl\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xl\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xl\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .xl\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xl\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .xl\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .xl\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .xl\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .xl\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .xl\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .xl\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .xl\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .xl\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xl\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .xl\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .xl\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .xl\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .xl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !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-auto{
    background-size: auto !important;
  }

  .xl\:bg-cover{
    background-size: cover !important;
  }

  .xl\:bg-contain{
    background-size: contain !important;
  }

  .xl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xl\:border-separate{
    border-collapse: separate !important;
  }

  .xl\:border-transparent{
    border-color: transparent !important;
  }

  .xl\:border-current{
    border-color: currentColor !important;
  }

  .xl\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xl\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .xl\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .xl\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xl\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xl\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xl\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xl\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xl\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xl\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xl\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .xl\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xl\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xl\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xl\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xl\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xl\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xl\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xl\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xl\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xl\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xl\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xl\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xl\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xl\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xl\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xl\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .xl\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xl\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xl\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xl\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .xl\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xl\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xl\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xl\:rounded-10{
    border-radius: 10px !important;
  }

  .xl\:rounded-none{
    border-radius: 0 !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-50\%{
    border-radius: 50% !important;
  }

  .xl\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .xl\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .xl\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xl\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xl\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .xl\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .xl\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .xl\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .xl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xl\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .xl\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .xl\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .xl\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !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-0{
    border-width: 0 !important;
  }

  .xl\:border-2{
    border-width: 2px !important;
  }

  .xl\:border-3{
    border-width: 3px !important;
  }

  .xl\:border-4{
    border-width: 4px !important;
  }

  .xl\:border-8{
    border-width: 8px !important;
  }

  .xl\:border{
    border-width: 1px !important;
  }

  .xl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xl\:border-t-3{
    border-top-width: 3px !important;
  }

  .xl\:border-r-3{
    border-right-width: 3px !important;
  }

  .xl\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .xl\:border-l-3{
    border-left-width: 3px !important;
  }

  .xl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xl\:border-t{
    border-top-width: 1px !important;
  }

  .xl\:border-r{
    border-right-width: 1px !important;
  }

  .xl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xl\:border-l{
    border-left-width: 1px !important;
  }

  .xl\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .xl\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !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-not-allowed{
    cursor: not-allowed !important;
  }

  .xl\:block{
    display: block !important;
  }

  .xl\:inline-block{
    display: inline-block !important;
  }

  .xl\:inline{
    display: inline !important;
  }

  .xl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xl\:table{
    display: 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\:hidden{
    display: none !important;
  }

  .xl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .xl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .xl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .xl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .xl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .xl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .xl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .xl\:place-items-auto{
    place-items: auto !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\: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-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\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .xl\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .xl\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .xl\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .xl\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .xl\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .xl\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .xl\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .xl\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .xl\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .xl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .xl\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .xl\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .xl\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .xl\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .xl\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xl\:justify-items-auto{
    justify-items: auto !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\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xl\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .xl\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .xl\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .xl\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .xl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .xl\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .xl\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .xl\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .xl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .xl\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .xl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .xl\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .xl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .xl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .xl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .xl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .xl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .xl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .xl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .xl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .xl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .xl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .xl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .xl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .xl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .xl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .xl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .xl\:float-right{
    float: right !important;
  }

  .xl\:float-left{
    float: left !important;
  }

  .xl\:float-none{
    float: none !important;
  }

  .xl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !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\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xl\:font-hairline{
    font-weight: 100 !important;
  }

  .xl\:font-thin{
    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\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xl\:h-0{
    height: 0 !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-8{
    height: 2rem !important;
  }

  .xl\:h-10{
    height: 2.5rem !important;
  }

  .xl\:h-12{
    height: 3rem !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-40{
    height: 10rem !important;
  }

  .xl\:h-48{
    height: 12rem !important;
  }

  .xl\:h-56{
    height: 14rem !important;
  }

  .xl\:h-64{
    height: 16rem !important;
  }

  .xl\:h-auto{
    height: auto !important;
  }

  .xl\:h-px{
    height: 1px !important;
  }

  .xl\:h-2px{
    height: 2px !important;
  }

  .xl\:h-3px{
    height: 3px !important;
  }

  .xl\:h-5px{
    height: 5px !important;
  }

  .xl\:h-10px{
    height: 10px !important;
  }

  .xl\:h-15px{
    height: 15px !important;
  }

  .xl\:h-20px{
    height: 20px !important;
  }

  .xl\:h-25px{
    height: 25px !important;
  }

  .xl\:h-30px{
    height: 30px !important;
  }

  .xl\:h-36px{
    height: 36px !important;
  }

  .xl\:h-50px{
    height: 50px !important;
  }

  .xl\:h-60px{
    height: 60px !important;
  }

  .xl\:h-120px{
    height: 120px !important;
  }

  .xl\:h-full{
    height: 100% !important;
  }

  .xl\:h-screen{
    height: 100vh !important;
  }

  .xl\:text-xs{
    font-size: .75rem !important;
  }

  .xl\:text-sm{
    font-size: 14px !important;
  }

  .xl\:text-base{
    font-size: 16px !important;
  }

  .xl\:text-lg{
    font-size: 18px !important;
  }

  .xl\:text-xl{
    font-size: 20px !important;
  }

  .xl\:text-2xl{
    font-size: 1.5rem !important;
  }

  .xl\:text-3xl{
    font-size: 30px !important;
  }

  .xl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xl\:text-5xl{
    font-size: 3rem !important;
  }

  .xl\:text-6xl{
    font-size: 4rem !important;
  }

  .xl\:text-toy{
    font-size: 10px !important;
  }

  .xl\:text-xxs{
    font-size: 11px !important;
  }

  .xl\:text-tiny{
    font-size: 13px !important;
  }

  .xl\:text-normal{
    font-size: 15px !important;
  }

  .xl\:text-x21{
    font-size: 21px !important;
  }

  .xl\:text-x22{
    font-size: 22px !important;
  }

  .xl\:text-x23{
    font-size: 23px !important;
  }

  .xl\:text-x25{
    font-size: 25px !important;
  }

  .xl\:text-large{
    font-size: 40px !important;
  }

  .xl\:text-huge{
    font-size: 50px !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\:leading-60px{
    line-height: 60px !important;
  }

  .xl\:leading-small{
    line-height: 23px !important;
  }

  .xl\:leading-ordinary{
    line-height: 25px !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\:list-line{
    list-style-type: - !important;
  }

  .xl\:m-0{
    margin: 0 !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-8{
    margin: 2rem !important;
  }

  .xl\:m-10{
    margin: 2.5rem !important;
  }

  .xl\:m-12{
    margin: 3rem !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-40{
    margin: 10rem !important;
  }

  .xl\:m-48{
    margin: 12rem !important;
  }

  .xl\:m-56{
    margin: 14rem !important;
  }

  .xl\:m-64{
    margin: 16rem !important;
  }

  .xl\:m-auto{
    margin: auto !important;
  }

  .xl\:m-px{
    margin: 1px !important;
  }

  .xl\:m-2px{
    margin: 2px !important;
  }

  .xl\:m-3px{
    margin: 3px !important;
  }

  .xl\:m-5px{
    margin: 5px !important;
  }

  .xl\:m-10px{
    margin: 10px !important;
  }

  .xl\:m-15px{
    margin: 15px !important;
  }

  .xl\:m-20px{
    margin: 20px !important;
  }

  .xl\:m-25px{
    margin: 25px !important;
  }

  .xl\:m-30px{
    margin: 30px !important;
  }

  .xl\:m-36px{
    margin: 36px !important;
  }

  .xl\:m-50px{
    margin: 50px !important;
  }

  .xl\:m-60px{
    margin: 60px !important;
  }

  .xl\:m-120px{
    margin: 120px !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-8{
    margin: -2rem !important;
  }

  .xl\:-m-10{
    margin: -2.5rem !important;
  }

  .xl\:-m-12{
    margin: -3rem !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-40{
    margin: -10rem !important;
  }

  .xl\:-m-48{
    margin: -12rem !important;
  }

  .xl\:-m-56{
    margin: -14rem !important;
  }

  .xl\:-m-64{
    margin: -16rem !important;
  }

  .xl\:-m-px{
    margin: -1px !important;
  }

  .xl\:-m-2px{
    margin: -2px !important;
  }

  .xl\:-m-3px{
    margin: -3px !important;
  }

  .xl\:-m-5px{
    margin: -5px !important;
  }

  .xl\:-m-10px{
    margin: -10px !important;
  }

  .xl\:-m-15px{
    margin: -15px !important;
  }

  .xl\:-m-20px{
    margin: -20px !important;
  }

  .xl\:-m-25px{
    margin: -25px !important;
  }

  .xl\:-m-30px{
    margin: -30px !important;
  }

  .xl\:-m-36px{
    margin: -36px !important;
  }

  .xl\:-m-50px{
    margin: -50px !important;
  }

  .xl\:-m-60px{
    margin: -60px !important;
  }

  .xl\:-m-120px{
    margin: -120px !important;
  }

  .xl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xl\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xl\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xl\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xl\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xl\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xl\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xl\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xl\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xl\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xl\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xl\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xl\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xl\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xl\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xl\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xl\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xl\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xl\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xl\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xl\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xl\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xl\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xl\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xl\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xl\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xl\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xl\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xl\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xl\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xl\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xl\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xl\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xl\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xl\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xl\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xl\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xl\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xl\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xl\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xl\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xl\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xl\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xl\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xl\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xl\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xl\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xl\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xl\:mt-0{
    margin-top: 0 !important;
  }

  .xl\:mr-0{
    margin-right: 0 !important;
  }

  .xl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xl\:ml-0{
    margin-left: 0 !important;
  }

  .xl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xl\:mt-4{
    margin-top: 1rem !important;
  }

  .xl\:mr-4{
    margin-right: 1rem !important;
  }

  .xl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xl\:ml-4{
    margin-left: 1rem !important;
  }

  .xl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xl\:mt-8{
    margin-top: 2rem !important;
  }

  .xl\:mr-8{
    margin-right: 2rem !important;
  }

  .xl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xl\:ml-8{
    margin-left: 2rem !important;
  }

  .xl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xl\:mt-12{
    margin-top: 3rem !important;
  }

  .xl\:mr-12{
    margin-right: 3rem !important;
  }

  .xl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xl\:ml-12{
    margin-left: 3rem !important;
  }

  .xl\:mt-16{
    margin-top: 4rem !important;
  }

  .xl\:mr-16{
    margin-right: 4rem !important;
  }

  .xl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xl\:ml-16{
    margin-left: 4rem !important;
  }

  .xl\:mt-20{
    margin-top: 5rem !important;
  }

  .xl\:mr-20{
    margin-right: 5rem !important;
  }

  .xl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xl\:ml-20{
    margin-left: 5rem !important;
  }

  .xl\:mt-24{
    margin-top: 6rem !important;
  }

  .xl\:mr-24{
    margin-right: 6rem !important;
  }

  .xl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xl\:ml-24{
    margin-left: 6rem !important;
  }

  .xl\:mt-28{
    margin-top: 7rem !important;
  }

  .xl\:mr-28{
    margin-right: 7rem !important;
  }

  .xl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xl\:ml-28{
    margin-left: 7rem !important;
  }

  .xl\:mt-32{
    margin-top: 8rem !important;
  }

  .xl\:mr-32{
    margin-right: 8rem !important;
  }

  .xl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xl\:ml-32{
    margin-left: 8rem !important;
  }

  .xl\:mt-40{
    margin-top: 10rem !important;
  }

  .xl\:mr-40{
    margin-right: 10rem !important;
  }

  .xl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xl\:ml-40{
    margin-left: 10rem !important;
  }

  .xl\:mt-48{
    margin-top: 12rem !important;
  }

  .xl\:mr-48{
    margin-right: 12rem !important;
  }

  .xl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xl\:ml-48{
    margin-left: 12rem !important;
  }

  .xl\:mt-56{
    margin-top: 14rem !important;
  }

  .xl\:mr-56{
    margin-right: 14rem !important;
  }

  .xl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xl\:ml-56{
    margin-left: 14rem !important;
  }

  .xl\:mt-64{
    margin-top: 16rem !important;
  }

  .xl\:mr-64{
    margin-right: 16rem !important;
  }

  .xl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xl\:ml-64{
    margin-left: 16rem !important;
  }

  .xl\:mt-auto{
    margin-top: auto !important;
  }

  .xl\:mr-auto{
    margin-right: auto !important;
  }

  .xl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xl\:ml-auto{
    margin-left: auto !important;
  }

  .xl\:mt-px{
    margin-top: 1px !important;
  }

  .xl\:mr-px{
    margin-right: 1px !important;
  }

  .xl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xl\:ml-px{
    margin-left: 1px !important;
  }

  .xl\:mt-2px{
    margin-top: 2px !important;
  }

  .xl\:mr-2px{
    margin-right: 2px !important;
  }

  .xl\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xl\:ml-2px{
    margin-left: 2px !important;
  }

  .xl\:mt-3px{
    margin-top: 3px !important;
  }

  .xl\:mr-3px{
    margin-right: 3px !important;
  }

  .xl\:mb-3px{
    margin-bottom: 3px !important;
  }

  .xl\:ml-3px{
    margin-left: 3px !important;
  }

  .xl\:mt-5px{
    margin-top: 5px !important;
  }

  .xl\:mr-5px{
    margin-right: 5px !important;
  }

  .xl\:mb-5px{
    margin-bottom: 5px !important;
  }

  .xl\:ml-5px{
    margin-left: 5px !important;
  }

  .xl\:mt-10px{
    margin-top: 10px !important;
  }

  .xl\:mr-10px{
    margin-right: 10px !important;
  }

  .xl\:mb-10px{
    margin-bottom: 10px !important;
  }

  .xl\:ml-10px{
    margin-left: 10px !important;
  }

  .xl\:mt-15px{
    margin-top: 15px !important;
  }

  .xl\:mr-15px{
    margin-right: 15px !important;
  }

  .xl\:mb-15px{
    margin-bottom: 15px !important;
  }

  .xl\:ml-15px{
    margin-left: 15px !important;
  }

  .xl\:mt-20px{
    margin-top: 20px !important;
  }

  .xl\:mr-20px{
    margin-right: 20px !important;
  }

  .xl\:mb-20px{
    margin-bottom: 20px !important;
  }

  .xl\:ml-20px{
    margin-left: 20px !important;
  }

  .xl\:mt-25px{
    margin-top: 25px !important;
  }

  .xl\:mr-25px{
    margin-right: 25px !important;
  }

  .xl\:mb-25px{
    margin-bottom: 25px !important;
  }

  .xl\:ml-25px{
    margin-left: 25px !important;
  }

  .xl\:mt-30px{
    margin-top: 30px !important;
  }

  .xl\:mr-30px{
    margin-right: 30px !important;
  }

  .xl\:mb-30px{
    margin-bottom: 30px !important;
  }

  .xl\:ml-30px{
    margin-left: 30px !important;
  }

  .xl\:mt-36px{
    margin-top: 36px !important;
  }

  .xl\:mr-36px{
    margin-right: 36px !important;
  }

  .xl\:mb-36px{
    margin-bottom: 36px !important;
  }

  .xl\:ml-36px{
    margin-left: 36px !important;
  }

  .xl\:mt-50px{
    margin-top: 50px !important;
  }

  .xl\:mr-50px{
    margin-right: 50px !important;
  }

  .xl\:mb-50px{
    margin-bottom: 50px !important;
  }

  .xl\:ml-50px{
    margin-left: 50px !important;
  }

  .xl\:mt-60px{
    margin-top: 60px !important;
  }

  .xl\:mr-60px{
    margin-right: 60px !important;
  }

  .xl\:mb-60px{
    margin-bottom: 60px !important;
  }

  .xl\:ml-60px{
    margin-left: 60px !important;
  }

  .xl\:mt-120px{
    margin-top: 120px !important;
  }

  .xl\:mr-120px{
    margin-right: 120px !important;
  }

  .xl\:mb-120px{
    margin-bottom: 120px !important;
  }

  .xl\:ml-120px{
    margin-left: 120px !important;
  }

  .xl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xl\:-mt-px{
    margin-top: -1px !important;
  }

  .xl\:-mr-px{
    margin-right: -1px !important;
  }

  .xl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xl\:-ml-px{
    margin-left: -1px !important;
  }

  .xl\:-mt-2px{
    margin-top: -2px !important;
  }

  .xl\:-mr-2px{
    margin-right: -2px !important;
  }

  .xl\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xl\:-ml-2px{
    margin-left: -2px !important;
  }

  .xl\:-mt-3px{
    margin-top: -3px !important;
  }

  .xl\:-mr-3px{
    margin-right: -3px !important;
  }

  .xl\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .xl\:-ml-3px{
    margin-left: -3px !important;
  }

  .xl\:-mt-5px{
    margin-top: -5px !important;
  }

  .xl\:-mr-5px{
    margin-right: -5px !important;
  }

  .xl\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .xl\:-ml-5px{
    margin-left: -5px !important;
  }

  .xl\:-mt-10px{
    margin-top: -10px !important;
  }

  .xl\:-mr-10px{
    margin-right: -10px !important;
  }

  .xl\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .xl\:-ml-10px{
    margin-left: -10px !important;
  }

  .xl\:-mt-15px{
    margin-top: -15px !important;
  }

  .xl\:-mr-15px{
    margin-right: -15px !important;
  }

  .xl\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .xl\:-ml-15px{
    margin-left: -15px !important;
  }

  .xl\:-mt-20px{
    margin-top: -20px !important;
  }

  .xl\:-mr-20px{
    margin-right: -20px !important;
  }

  .xl\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .xl\:-ml-20px{
    margin-left: -20px !important;
  }

  .xl\:-mt-25px{
    margin-top: -25px !important;
  }

  .xl\:-mr-25px{
    margin-right: -25px !important;
  }

  .xl\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .xl\:-ml-25px{
    margin-left: -25px !important;
  }

  .xl\:-mt-30px{
    margin-top: -30px !important;
  }

  .xl\:-mr-30px{
    margin-right: -30px !important;
  }

  .xl\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .xl\:-ml-30px{
    margin-left: -30px !important;
  }

  .xl\:-mt-36px{
    margin-top: -36px !important;
  }

  .xl\:-mr-36px{
    margin-right: -36px !important;
  }

  .xl\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .xl\:-ml-36px{
    margin-left: -36px !important;
  }

  .xl\:-mt-50px{
    margin-top: -50px !important;
  }

  .xl\:-mr-50px{
    margin-right: -50px !important;
  }

  .xl\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .xl\:-ml-50px{
    margin-left: -50px !important;
  }

  .xl\:-mt-60px{
    margin-top: -60px !important;
  }

  .xl\:-mr-60px{
    margin-right: -60px !important;
  }

  .xl\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .xl\:-ml-60px{
    margin-left: -60px !important;
  }

  .xl\:-mt-120px{
    margin-top: -120px !important;
  }

  .xl\:-mr-120px{
    margin-right: -120px !important;
  }

  .xl\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .xl\:-ml-120px{
    margin-left: -120px !important;
  }

  .xl\:max-h-full{
    max-height: 100% !important;
  }

  .xl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xl\:max-h-3\/4{
    max-height: 75% !important;
  }

  .xl\:max-w-250{
    max-width: 250px !important;
  }

  .xl\:max-w-440{
    max-width: 440px !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-full{
    max-width: 100% !important;
  }

  .xl\:max-w-screen-sm{
    max-width: 560px !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-xxs{
    max-width: 320px !important;
  }

  .xl\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .xl\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .xl\:min-h-0{
    min-height: 0 !important;
  }

  .xl\:min-h-full{
    min-height: 100% !important;
  }

  .xl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xl\:min-w-0{
    min-width: 0 !important;
  }

  .xl\:min-w-full{
    min-width: 100% !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\:opacity-0{
    opacity: 0 !important;
  }

  .xl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xl\:opacity-100{
    opacity: 1 !important;
  }

  .xl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xl\:focus\:opacity-100:focus{
    opacity: 1 !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\: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\: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\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .xl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .xl\:overscroll-none{
    -ms-scroll-chaining: none !important;
    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\:p-0{
    padding: 0 !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-8{
    padding: 2rem !important;
  }

  .xl\:p-10{
    padding: 2.5rem !important;
  }

  .xl\:p-12{
    padding: 3rem !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-40{
    padding: 10rem !important;
  }

  .xl\:p-48{
    padding: 12rem !important;
  }

  .xl\:p-56{
    padding: 14rem !important;
  }

  .xl\:p-64{
    padding: 16rem !important;
  }

  .xl\:p-px{
    padding: 1px !important;
  }

  .xl\:p-2px{
    padding: 2px !important;
  }

  .xl\:p-3px{
    padding: 3px !important;
  }

  .xl\:p-5px{
    padding: 5px !important;
  }

  .xl\:p-10px{
    padding: 10px !important;
  }

  .xl\:p-15px{
    padding: 15px !important;
  }

  .xl\:p-20px{
    padding: 20px !important;
  }

  .xl\:p-25px{
    padding: 25px !important;
  }

  .xl\:p-30px{
    padding: 30px !important;
  }

  .xl\:p-36px{
    padding: 36px !important;
  }

  .xl\:p-50px{
    padding: 50px !important;
  }

  .xl\:p-60px{
    padding: 60px !important;
  }

  .xl\:p-120px{
    padding: 120px !important;
  }

  .xl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xl\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xl\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xl\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xl\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xl\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xl\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xl\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xl\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xl\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xl\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xl\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xl\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xl\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xl\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xl\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xl\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xl\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xl\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xl\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xl\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xl\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xl\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xl\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xl\:pt-0{
    padding-top: 0 !important;
  }

  .xl\:pr-0{
    padding-right: 0 !important;
  }

  .xl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xl\:pl-0{
    padding-left: 0 !important;
  }

  .xl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xl\:pt-4{
    padding-top: 1rem !important;
  }

  .xl\:pr-4{
    padding-right: 1rem !important;
  }

  .xl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xl\:pl-4{
    padding-left: 1rem !important;
  }

  .xl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xl\:pt-8{
    padding-top: 2rem !important;
  }

  .xl\:pr-8{
    padding-right: 2rem !important;
  }

  .xl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xl\:pl-8{
    padding-left: 2rem !important;
  }

  .xl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xl\:pt-12{
    padding-top: 3rem !important;
  }

  .xl\:pr-12{
    padding-right: 3rem !important;
  }

  .xl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xl\:pl-12{
    padding-left: 3rem !important;
  }

  .xl\:pt-16{
    padding-top: 4rem !important;
  }

  .xl\:pr-16{
    padding-right: 4rem !important;
  }

  .xl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xl\:pl-16{
    padding-left: 4rem !important;
  }

  .xl\:pt-20{
    padding-top: 5rem !important;
  }

  .xl\:pr-20{
    padding-right: 5rem !important;
  }

  .xl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xl\:pl-20{
    padding-left: 5rem !important;
  }

  .xl\:pt-24{
    padding-top: 6rem !important;
  }

  .xl\:pr-24{
    padding-right: 6rem !important;
  }

  .xl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xl\:pl-24{
    padding-left: 6rem !important;
  }

  .xl\:pt-28{
    padding-top: 7rem !important;
  }

  .xl\:pr-28{
    padding-right: 7rem !important;
  }

  .xl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xl\:pl-28{
    padding-left: 7rem !important;
  }

  .xl\:pt-32{
    padding-top: 8rem !important;
  }

  .xl\:pr-32{
    padding-right: 8rem !important;
  }

  .xl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xl\:pl-32{
    padding-left: 8rem !important;
  }

  .xl\:pt-40{
    padding-top: 10rem !important;
  }

  .xl\:pr-40{
    padding-right: 10rem !important;
  }

  .xl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xl\:pl-40{
    padding-left: 10rem !important;
  }

  .xl\:pt-48{
    padding-top: 12rem !important;
  }

  .xl\:pr-48{
    padding-right: 12rem !important;
  }

  .xl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xl\:pl-48{
    padding-left: 12rem !important;
  }

  .xl\:pt-56{
    padding-top: 14rem !important;
  }

  .xl\:pr-56{
    padding-right: 14rem !important;
  }

  .xl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xl\:pl-56{
    padding-left: 14rem !important;
  }

  .xl\:pt-64{
    padding-top: 16rem !important;
  }

  .xl\:pr-64{
    padding-right: 16rem !important;
  }

  .xl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xl\:pl-64{
    padding-left: 16rem !important;
  }

  .xl\:pt-px{
    padding-top: 1px !important;
  }

  .xl\:pr-px{
    padding-right: 1px !important;
  }

  .xl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xl\:pl-px{
    padding-left: 1px !important;
  }

  .xl\:pt-2px{
    padding-top: 2px !important;
  }

  .xl\:pr-2px{
    padding-right: 2px !important;
  }

  .xl\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xl\:pl-2px{
    padding-left: 2px !important;
  }

  .xl\:pt-3px{
    padding-top: 3px !important;
  }

  .xl\:pr-3px{
    padding-right: 3px !important;
  }

  .xl\:pb-3px{
    padding-bottom: 3px !important;
  }

  .xl\:pl-3px{
    padding-left: 3px !important;
  }

  .xl\:pt-5px{
    padding-top: 5px !important;
  }

  .xl\:pr-5px{
    padding-right: 5px !important;
  }

  .xl\:pb-5px{
    padding-bottom: 5px !important;
  }

  .xl\:pl-5px{
    padding-left: 5px !important;
  }

  .xl\:pt-10px{
    padding-top: 10px !important;
  }

  .xl\:pr-10px{
    padding-right: 10px !important;
  }

  .xl\:pb-10px{
    padding-bottom: 10px !important;
  }

  .xl\:pl-10px{
    padding-left: 10px !important;
  }

  .xl\:pt-15px{
    padding-top: 15px !important;
  }

  .xl\:pr-15px{
    padding-right: 15px !important;
  }

  .xl\:pb-15px{
    padding-bottom: 15px !important;
  }

  .xl\:pl-15px{
    padding-left: 15px !important;
  }

  .xl\:pt-20px{
    padding-top: 20px !important;
  }

  .xl\:pr-20px{
    padding-right: 20px !important;
  }

  .xl\:pb-20px{
    padding-bottom: 20px !important;
  }

  .xl\:pl-20px{
    padding-left: 20px !important;
  }

  .xl\:pt-25px{
    padding-top: 25px !important;
  }

  .xl\:pr-25px{
    padding-right: 25px !important;
  }

  .xl\:pb-25px{
    padding-bottom: 25px !important;
  }

  .xl\:pl-25px{
    padding-left: 25px !important;
  }

  .xl\:pt-30px{
    padding-top: 30px !important;
  }

  .xl\:pr-30px{
    padding-right: 30px !important;
  }

  .xl\:pb-30px{
    padding-bottom: 30px !important;
  }

  .xl\:pl-30px{
    padding-left: 30px !important;
  }

  .xl\:pt-36px{
    padding-top: 36px !important;
  }

  .xl\:pr-36px{
    padding-right: 36px !important;
  }

  .xl\:pb-36px{
    padding-bottom: 36px !important;
  }

  .xl\:pl-36px{
    padding-left: 36px !important;
  }

  .xl\:pt-50px{
    padding-top: 50px !important;
  }

  .xl\:pr-50px{
    padding-right: 50px !important;
  }

  .xl\:pb-50px{
    padding-bottom: 50px !important;
  }

  .xl\:pl-50px{
    padding-left: 50px !important;
  }

  .xl\:pt-60px{
    padding-top: 60px !important;
  }

  .xl\:pr-60px{
    padding-right: 60px !important;
  }

  .xl\:pb-60px{
    padding-bottom: 60px !important;
  }

  .xl\:pl-60px{
    padding-left: 60px !important;
  }

  .xl\:pt-120px{
    padding-top: 120px !important;
  }

  .xl\:pr-120px{
    padding-right: 120px !important;
  }

  .xl\:pb-120px{
    padding-bottom: 120px !important;
  }

  .xl\:pl-120px{
    padding-left: 120px !important;
  }

  .xl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xl\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xl\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xl\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xl\:pointer-events-auto{
    pointer-events: auto !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: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xl\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xl\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xl\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xl\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xl\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xl\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .xl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xl\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xl\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .xl\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .xl\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .xl\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .xl\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .xl\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .xl\:top-0{
    top: 0 !important;
  }

  .xl\:right-0{
    right: 0 !important;
  }

  .xl\:bottom-0{
    bottom: 0 !important;
  }

  .xl\:left-0{
    left: 0 !important;
  }

  .xl\:top-auto{
    top: auto !important;
  }

  .xl\:right-auto{
    right: auto !important;
  }

  .xl\:bottom-auto{
    bottom: auto !important;
  }

  .xl\:left-auto{
    left: auto !important;
  }

  .xl\:top-1\/2{
    top: 50% !important;
  }

  .xl\:right-1\/2{
    right: 50% !important;
  }

  .xl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xl\:left-1\/2{
    left: 50% !important;
  }

  .xl\:top-100\%{
    top: 100% !important;
  }

  .xl\:right-100\%{
    right: 100% !important;
  }

  .xl\:bottom-100\%{
    bottom: 100% !important;
  }

  .xl\:left-100\%{
    left: 100% !important;
  }

  .xl\:top-px{
    top: 1px !important;
  }

  .xl\:right-px{
    right: 1px !important;
  }

  .xl\:bottom-px{
    bottom: 1px !important;
  }

  .xl\:left-px{
    left: 1px !important;
  }

  .xl\:top-2px{
    top: 2px !important;
  }

  .xl\:right-2px{
    right: 2px !important;
  }

  .xl\:bottom-2px{
    bottom: 2px !important;
  }

  .xl\:left-2px{
    left: 2px !important;
  }

  .xl\:top-4px{
    top: 4px !important;
  }

  .xl\:right-4px{
    right: 4px !important;
  }

  .xl\:bottom-4px{
    bottom: 4px !important;
  }

  .xl\:left-4px{
    left: 4px !important;
  }

  .xl\:top-10px{
    top: 10px !important;
  }

  .xl\:right-10px{
    right: 10px !important;
  }

  .xl\:bottom-10px{
    bottom: 10px !important;
  }

  .xl\:left-10px{
    left: 10px !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\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xl\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xl\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xl\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xl\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xl\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xl\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xl\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xl\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xl\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xl\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xl\:fill-current{
    fill: currentColor !important;
  }

  .xl\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .xl\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .xl\:fill-ordinary{
    fill: #333333 !important;
  }

  .xl\:fill-no-active{
    fill: #888888 !important;
  }

  .xl\:fill-white{
    fill: #ffffff !important;
  }

  .xl\:stroke-current{
    stroke: currentColor !important;
  }

  .xl\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .xl\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .xl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xl\:stroke-12{
    stroke-width: 12 !important;
  }

  .xl\:stroke-20{
    stroke-width: 20 !important;
  }

  .xl\:table-auto{
    table-layout: auto !important;
  }

  .xl\:table-fixed{
    table-layout: fixed !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\:text-transparent{
    color: transparent !important;
  }

  .xl\:text-current{
    color: currentColor !important;
  }

  .xl\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xl\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .xl\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .xl\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xl\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xl\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xl\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xl\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xl\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xl\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xl\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .xl\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xl\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xl\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xl\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xl\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xl\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xl\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xl\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xl\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xl\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xl\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xl\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xl\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xl\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xl\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xl\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xl\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .xl\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .xl\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .xl\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xl\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xl\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xl\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .xl\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .xl\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xl\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xl\:italic{
    font-style: italic !important;
  }

  .xl\:not-italic{
    font-style: normal !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\:underline{
    text-decoration: underline !important;
  }

  .xl\:line-through{
    text-decoration: line-through !important;
  }

  .xl\:no-underline{
    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\:ordinal, .xl\:slashed-zero, .xl\:lining-nums, .xl\:oldstyle-nums, .xl\:proportional-nums, .xl\:tabular-nums, .xl\:diagonal-fractions, .xl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xl\:tracking-normal{
    letter-spacing: 0 !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\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .xl\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .xl\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .xl\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !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\:visible{
    visibility: visible !important;
  }

  .xl\:invisible{
    visibility: hidden !important;
  }

  .xl\:whitespace-normal{
    white-space: normal !important;
  }

  .xl\:whitespace-no-wrap{
    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{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xl\:break-all{
    word-break: break-all !important;
  }

  .xl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xl\:w-0{
    width: 0 !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-8{
    width: 2rem !important;
  }

  .xl\:w-10{
    width: 2.5rem !important;
  }

  .xl\:w-12{
    width: 3rem !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-40{
    width: 10rem !important;
  }

  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:w-56{
    width: 14rem !important;
  }

  .xl\:w-64{
    width: 16rem !important;
  }

  .xl\:w-auto{
    width: auto !important;
  }

  .xl\:w-px{
    width: 1px !important;
  }

  .xl\:w-2px{
    width: 2px !important;
  }

  .xl\:w-3px{
    width: 3px !important;
  }

  .xl\:w-5px{
    width: 5px !important;
  }

  .xl\:w-10px{
    width: 10px !important;
  }

  .xl\:w-15px{
    width: 15px !important;
  }

  .xl\:w-20px{
    width: 20px !important;
  }

  .xl\:w-25px{
    width: 25px !important;
  }

  .xl\:w-30px{
    width: 30px !important;
  }

  .xl\:w-36px{
    width: 36px !important;
  }

  .xl\:w-50px{
    width: 50px !important;
  }

  .xl\:w-60px{
    width: 60px !important;
  }

  .xl\:w-120px{
    width: 120px !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\:z-0{
    z-index: 0 !important;
  }

  .xl\:z-3{
    z-index: 3 !important;
  }

  .xl\:z-10{
    z-index: 10 !important;
  }

  .xl\:z-15{
    z-index: 15 !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\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xl\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xl\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xl\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xl\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xl\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xl\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xl\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xl\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xl\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xl\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xl\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xl\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xl\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xl\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xl\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xl\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xl\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xl\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xl\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xl\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xl\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .xl\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .xl\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .xl\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .xl\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xl\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .xl\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .xl\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xl\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .xl\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xl\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xl\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xl\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xl\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xl\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xl\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xl\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xl\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xl\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xl\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xl\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xl\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xl\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xl\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xl\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xl\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xl\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xl\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xl\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xl\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xl\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xl\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xl\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xl\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xl\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xl\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xl\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xl\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xl\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xl\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xl\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xl\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xl\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xl\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xl\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xl\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xl\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xl\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xl\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xl\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xl\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xl\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xl\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xl\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xl\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xl\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xl\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xl\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xl\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xl\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xl\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xl\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xl\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xl\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xl\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xl\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xl\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xl\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xl\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xl\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xl\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xl\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xl\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xl\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xl\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xl\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xl\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xl\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xl\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xl\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xl\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xl\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xl\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xl\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xl\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xl\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xl\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xl\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xl\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xl\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xl\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xl\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xl\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xl\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xl\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xl\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xl\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xl\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xl\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xl\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xl\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xl\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xl\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xl\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xl\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xl\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xl\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xl\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xl\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xl\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xl\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xl\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xl\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xl\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xl\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xl\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xl\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xl\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xl\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xl\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !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\: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-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .xl\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .xl\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .xl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\: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\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .xl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xl\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .xl\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .xl\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .xl\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .xl\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .xl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .xl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .xl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .xl\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .xl\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .xl\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xl\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xl\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xl\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xl\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xl\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xl\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xl\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xl\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xl\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xl\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xl\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xl\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xl\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xl\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xl\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xl\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xl\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xl\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xl\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xl\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xl\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xl\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xl\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xl\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xl\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xl\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xl\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xl\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xl\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xl\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xl\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xl\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xl\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xl\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xl\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xl\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xl\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xl\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xl\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xl\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xl\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xl\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xl\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xl\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xl\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xl\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xl\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xl\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xl\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xl\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xl\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xl\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xl\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xl\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xl\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xl\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xl\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xl\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xl\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xl\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xl\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xl\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xl\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xl\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xl\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xl\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xl\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .xl\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .xl\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .xl\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .xl\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .xl\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .xl\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .xl\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .xl\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .xl\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .xl\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .xl\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xl\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xl\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xl\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xl\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xl\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xl\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xl\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xl\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xl\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xl\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xl\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xl\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xl\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xl\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .xl\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .xl\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .xl\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .xl\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .xl\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .xl\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .xl\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .xl\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .xl\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .xl\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .xl\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xl\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xl\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xl\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xl\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xl\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xl\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xl\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xl\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xl\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xl\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xl\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xl\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xl\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xl\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xl\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xl\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xl\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xl\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xl\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .xl\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .xl\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .xl\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .xl\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .xl\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .xl\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .xl\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .xl\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .xl\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .xl\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .xl\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xl\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xl\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xl\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xl\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xl\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xl\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xl\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xl\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xl\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xl\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xl\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xl\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xl\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xl\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .xl\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .xl\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .xl\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .xl\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .xl\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .xl\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .xl\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .xl\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .xl\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .xl\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .xl\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xl\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xl\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xl\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xl\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xl\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xl\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xl\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .xl\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .xl\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .xl\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .xl\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .xl\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .xl\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .xl\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .xl\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .xl\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .xl\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .xl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xl\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xl\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xl\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .xl\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .xl\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .xl\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .xl\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .xl\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .xl\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .xl\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .xl\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .xl\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .xl\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .xl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xl\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xl\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xl\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xl\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .xl\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .xl\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .xl\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .xl\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .xl\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .xl\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .xl\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .xl\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .xl\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .xl\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .xl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xl\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xl\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xl\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .xl\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .xl\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .xl\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .xl\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .xl\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .xl\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .xl\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .xl\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .xl\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .xl\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .xl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xl\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xl\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xl\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xl\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .xl\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .xl\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .xl\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .xl\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .xl\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .xl\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .xl\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .xl\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .xl\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .xl\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .xl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xl\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xl\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xl\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .xl\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .xl\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .xl\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .xl\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .xl\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .xl\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .xl\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .xl\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .xl\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .xl\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .xl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xl\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xl\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xl\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xl\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .xl\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .xl\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .xl\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .xl\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .xl\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .xl\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .xl\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .xl\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .xl\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .xl\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .xl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xl\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xl\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xl\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .xl\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .xl\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .xl\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .xl\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .xl\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .xl\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .xl\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .xl\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .xl\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .xl\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .xl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xl\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xl\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xl\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xl\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xl\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xl\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xl\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xl\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xl\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xl\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xl\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xl\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xl\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xl\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xl\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xl\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xl\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xl\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xl\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xl\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xl\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xl\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xl\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xl\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xl\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xl\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xl\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xl\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xl\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xl\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xl\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xl\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xl\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xl\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xl\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xl\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xl\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xl\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xl\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .xl\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .xl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .xl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xl\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .xl\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .xl\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .xl\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .xl\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .xl\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .xl\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .xl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .xl\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .xl\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .xl\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .xl\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .xl\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .xl\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .xl\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .xl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .xl\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .xl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .xl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 320px){
  .xxs\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xxs\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .xxs\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .xxs\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .xxs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xxs\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xxs\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .xxs\:container{
      max-width: 1920px;
    }
  }

  .xxs\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .xxs\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .xxs\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxs\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xxs\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xxs\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xxs\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxs\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xxs\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xxs\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xxs\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xxs\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xxs\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xxs\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xxs\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xxs\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xxs\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xxs\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xxs\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xxs\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xxs\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xxs\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xxs\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .xxs\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .xxs\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .xxs\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xxs\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .xxs\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .xxs\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .xxs\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .xxs\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .xxs\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .xxs\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .xxs\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .xxs\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .xxs\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .xxs\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .xxs\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .xxs\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .xxs\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xxs\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xxs\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xxs\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xxs\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xxs\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xxs\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xxs\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xxs\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xxs\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xxs\: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;
  }

  .xxs\: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;
  }

  .xxs\: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;
  }

  .xxs\: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;
  }

  .xxs\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .xxs\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xxs\:bg-local{
    background-attachment: local !important;
  }

  .xxs\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xxs\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xxs\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xxs\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xxs\:bg-clip-text{
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }

  .xxs\:bg-transparent{
    background-color: transparent !important;
  }

  .xxs\:bg-current{
    background-color: currentColor !important;
  }

  .xxs\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxs\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxs\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxs\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxs\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxs\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxs\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxs\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxs\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxs\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxs\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .xxs\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .xxs\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxs\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxs\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .xxs\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxs\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxs\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxs\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxs\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxs\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxs\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxs\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxs\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxs\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxs\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxs\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxs\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xxs\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xxs\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xxs\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .xxs\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xxs\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxs\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xxs\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xxs\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xxs\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .xxs\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xxs\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxs\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxs\:bg-none{
    background-image: none !important;
  }

  .xxs\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xxs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xxs\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xxs\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xxs\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xxs\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xxs\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xxs\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxs\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxs\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxs\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxs\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xxs\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xxs\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xxs\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xxs\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxs\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxs\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xxs\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xxs\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxs\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xxs\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxs\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xxs\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xxs\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xxs\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xxs\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xxs\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xxs\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xxs\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xxs\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xxs\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xxs\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xxs\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xxs\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxs\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxs\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxs\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xxs\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xxs\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xxs\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xxs\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xxs\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xxs\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xxs\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxs\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxs\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxs\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xxs\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xxs\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxs\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xxs\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xxs\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxs\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxs\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxs\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xxs\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xxs\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xxs\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxs\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xxs\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xxs\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxs\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xxs\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xxs\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxs\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xxs\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxs\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xxs\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xxs\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xxs\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xxs\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxs\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxs\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xxs\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xxs\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xxs\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxs\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xxs\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xxs\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxs\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxs\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxs\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xxs\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxs\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xxs\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xxs\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xxs\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xxs\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxs\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxs\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .xxs\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .xxs\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .xxs\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .xxs\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .xxs\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxs\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxs\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxs\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .xxs\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxs\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .xxs\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .xxs\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .xxs\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .xxs\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .xxs\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxs\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxs\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxs\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxs\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxs\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .xxs\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .xxs\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .xxs\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xxs\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xxs\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xxs\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xxs\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xxs\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxs\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxs\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxs\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxs\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xxs\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xxs\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xxs\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xxs\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxs\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxs\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xxs\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xxs\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxs\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xxs\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxs\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xxs\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xxs\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xxs\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xxs\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xxs\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xxs\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xxs\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xxs\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xxs\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xxs\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xxs\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xxs\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxs\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxs\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxs\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xxs\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xxs\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xxs\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xxs\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xxs\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xxs\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xxs\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxs\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxs\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxs\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xxs\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xxs\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxs\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xxs\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xxs\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxs\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxs\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxs\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xxs\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xxs\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xxs\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxs\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xxs\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xxs\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxs\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xxs\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xxs\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxs\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xxs\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxs\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xxs\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xxs\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xxs\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xxs\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxs\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxs\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xxs\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xxs\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xxs\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxs\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xxs\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xxs\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxs\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxs\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxs\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xxs\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxs\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xxs\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xxs\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xxs\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xxs\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxs\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxs\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .xxs\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .xxs\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .xxs\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .xxs\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .xxs\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxs\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxs\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxs\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .xxs\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxs\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .xxs\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .xxs\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .xxs\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .xxs\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .xxs\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxs\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxs\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxs\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxs\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxs\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .xxs\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .xxs\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .xxs\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxs\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxs\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxs\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxs\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxs\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxs\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxs\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxs\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxs\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxs\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxs\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxs\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxs\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxs\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxs\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxs\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxs\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxs\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxs\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxs\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxs\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxs\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxs\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxs\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxs\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxs\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxs\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxs\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxs\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxs\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxs\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxs\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxs\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxs\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxs\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxs\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxs\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxs\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxs\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxs\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxs\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxs\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxs\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxs\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxs\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxs\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxs\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxs\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxs\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxs\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxs\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxs\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxs\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxs\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxs\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxs\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxs\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxs\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxs\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxs\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxs\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxs\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxs\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxs\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxs\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxs\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxs\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxs\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxs\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxs\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxs\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxs\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxs\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxs\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxs\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxs\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxs\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxs\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxs\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxs\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxs\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxs\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxs\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxs\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxs\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxs\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxs\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxs\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxs\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxs\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxs\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxs\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxs\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxs\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxs\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxs\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxs\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxs\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxs\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxs\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxs\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxs\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxs\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxs\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxs\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxs\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxs\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxs\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xxs\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xxs\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xxs\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xxs\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xxs\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxs\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxs\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxs\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxs\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xxs\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xxs\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xxs\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xxs\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxs\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxs\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xxs\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xxs\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxs\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xxs\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxs\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xxs\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xxs\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xxs\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xxs\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xxs\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xxs\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xxs\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xxs\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xxs\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xxs\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xxs\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xxs\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxs\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxs\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxs\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xxs\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xxs\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xxs\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xxs\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xxs\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xxs\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xxs\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxs\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxs\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxs\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xxs\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xxs\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxs\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xxs\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xxs\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxs\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxs\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxs\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xxs\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xxs\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xxs\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxs\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xxs\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xxs\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxs\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xxs\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xxs\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxs\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xxs\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxs\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xxs\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xxs\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xxs\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xxs\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxs\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxs\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xxs\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xxs\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xxs\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxs\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xxs\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xxs\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxs\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxs\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxs\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xxs\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxs\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xxs\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xxs\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xxs\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xxs\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxs\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxs\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .xxs\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .xxs\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .xxs\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .xxs\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .xxs\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxs\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxs\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxs\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxs\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .xxs\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxs\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .xxs\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .xxs\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .xxs\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .xxs\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .xxs\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxs\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxs\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxs\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxs\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxs\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .xxs\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .xxs\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .xxs\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xxs\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xxs\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xxs\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xxs\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xxs\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xxs\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xxs\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xxs\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xxs\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xxs\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xxs\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xxs\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xxs\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xxs\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xxs\:bg-bottom{
    background-position: bottom !important;
  }

  .xxs\:bg-center{
    background-position: center !important;
  }

  .xxs\:bg-left{
    background-position: left !important;
  }

  .xxs\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xxs\:bg-left-top{
    background-position: left top !important;
  }

  .xxs\:bg-right{
    background-position: right !important;
  }

  .xxs\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xxs\:bg-right-top{
    background-position: right top !important;
  }

  .xxs\:bg-top{
    background-position: top !important;
  }

  .xxs\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xxs\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xxs\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xxs\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xxs\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xxs\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xxs\:bg-auto{
    background-size: auto !important;
  }

  .xxs\:bg-cover{
    background-size: cover !important;
  }

  .xxs\:bg-contain{
    background-size: contain !important;
  }

  .xxs\:border-collapse{
    border-collapse: collapse !important;
  }

  .xxs\:border-separate{
    border-collapse: separate !important;
  }

  .xxs\:border-transparent{
    border-color: transparent !important;
  }

  .xxs\:border-current{
    border-color: currentColor !important;
  }

  .xxs\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxs\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxs\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxs\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxs\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxs\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxs\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxs\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxs\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxs\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxs\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxs\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxs\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxs\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxs\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxs\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxs\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxs\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxs\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxs\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .xxs\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .xxs\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxs\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxs\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .xxs\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxs\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxs\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxs\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxs\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxs\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxs\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxs\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxs\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxs\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxs\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxs\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxs\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xxs\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .xxs\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xxs\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .xxs\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xxs\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxs\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xxs\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .xxs\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xxs\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .xxs\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xxs\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxs\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxs\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xxs\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xxs\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xxs\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xxs\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xxs\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xxs\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xxs\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xxs\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xxs\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xxs\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xxs\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xxs\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xxs\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xxs\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xxs\:rounded-10{
    border-radius: 10px !important;
  }

  .xxs\:rounded-none{
    border-radius: 0 !important;
  }

  .xxs\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxs\:rounded{
    border-radius: 0.25rem !important;
  }

  .xxs\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xxs\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxs\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xxs\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xxs\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xxs\:rounded-full{
    border-radius: 9999px !important;
  }

  .xxs\:rounded-50\%{
    border-radius: 50% !important;
  }

  .xxs\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .xxs\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .xxs\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xxs\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xxs\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxs\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxs\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxs\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxs\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxs\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxs\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxs\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxs\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxs\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxs\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxs\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxs\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxs\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xxs\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xxs\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxs\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxs\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .xxs\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .xxs\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .xxs\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .xxs\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xxs\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xxs\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xxs\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xxs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xxs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xxs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxs\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xxs\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xxs\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxs\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxs\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xxs\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xxs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xxs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xxs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xxs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xxs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxs\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xxs\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xxs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xxs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xxs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xxs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xxs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxs\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xxs\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xxs\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xxs\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xxs\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .xxs\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .xxs\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .xxs\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !important;
  }

  .xxs\:border-solid{
    border-style: solid !important;
  }

  .xxs\:border-dashed{
    border-style: dashed !important;
  }

  .xxs\:border-dotted{
    border-style: dotted !important;
  }

  .xxs\:border-double{
    border-style: double !important;
  }

  .xxs\:border-none{
    border-style: none !important;
  }

  .xxs\:border-0{
    border-width: 0 !important;
  }

  .xxs\:border-2{
    border-width: 2px !important;
  }

  .xxs\:border-3{
    border-width: 3px !important;
  }

  .xxs\:border-4{
    border-width: 4px !important;
  }

  .xxs\:border-8{
    border-width: 8px !important;
  }

  .xxs\:border{
    border-width: 1px !important;
  }

  .xxs\:border-t-0{
    border-top-width: 0 !important;
  }

  .xxs\:border-r-0{
    border-right-width: 0 !important;
  }

  .xxs\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xxs\:border-l-0{
    border-left-width: 0 !important;
  }

  .xxs\:border-t-2{
    border-top-width: 2px !important;
  }

  .xxs\:border-r-2{
    border-right-width: 2px !important;
  }

  .xxs\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xxs\:border-l-2{
    border-left-width: 2px !important;
  }

  .xxs\:border-t-3{
    border-top-width: 3px !important;
  }

  .xxs\:border-r-3{
    border-right-width: 3px !important;
  }

  .xxs\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .xxs\:border-l-3{
    border-left-width: 3px !important;
  }

  .xxs\:border-t-4{
    border-top-width: 4px !important;
  }

  .xxs\:border-r-4{
    border-right-width: 4px !important;
  }

  .xxs\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xxs\:border-l-4{
    border-left-width: 4px !important;
  }

  .xxs\:border-t-8{
    border-top-width: 8px !important;
  }

  .xxs\:border-r-8{
    border-right-width: 8px !important;
  }

  .xxs\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xxs\:border-l-8{
    border-left-width: 8px !important;
  }

  .xxs\:border-t{
    border-top-width: 1px !important;
  }

  .xxs\:border-r{
    border-right-width: 1px !important;
  }

  .xxs\:border-b{
    border-bottom-width: 1px !important;
  }

  .xxs\:border-l{
    border-left-width: 1px !important;
  }

  .xxs\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .xxs\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }

  .xxs\:cursor-auto{
    cursor: auto !important;
  }

  .xxs\:cursor-default{
    cursor: default !important;
  }

  .xxs\:cursor-pointer{
    cursor: pointer !important;
  }

  .xxs\:cursor-wait{
    cursor: wait !important;
  }

  .xxs\:cursor-text{
    cursor: text !important;
  }

  .xxs\:cursor-move{
    cursor: move !important;
  }

  .xxs\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xxs\:block{
    display: block !important;
  }

  .xxs\:inline-block{
    display: inline-block !important;
  }

  .xxs\:inline{
    display: inline !important;
  }

  .xxs\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xxs\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xxs\:table{
    display: table !important;
  }

  .xxs\:table-caption{
    display: table-caption !important;
  }

  .xxs\:table-cell{
    display: table-cell !important;
  }

  .xxs\:table-column{
    display: table-column !important;
  }

  .xxs\:table-column-group{
    display: table-column-group !important;
  }

  .xxs\:table-footer-group{
    display: table-footer-group !important;
  }

  .xxs\:table-header-group{
    display: table-header-group !important;
  }

  .xxs\:table-row-group{
    display: table-row-group !important;
  }

  .xxs\:table-row{
    display: table-row !important;
  }

  .xxs\:flow-root{
    display: flow-root !important;
  }

  .xxs\:grid{
    display: grid !important;
  }

  .xxs\:inline-grid{
    display: inline-grid !important;
  }

  .xxs\:contents{
    display: contents !important;
  }

  .xxs\:hidden{
    display: none !important;
  }

  .xxs\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .xxs\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .xxs\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .xxs\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .xxs\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .xxs\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .xxs\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .xxs\:place-items-auto{
    place-items: auto !important;
  }

  .xxs\:place-items-start{
    place-items: start !important;
  }

  .xxs\:place-items-end{
    place-items: end !important;
  }

  .xxs\:place-items-center{
    place-items: center !important;
  }

  .xxs\:place-items-stretch{
    place-items: stretch !important;
  }

  .xxs\:place-content-center{
    place-content: center !important;
  }

  .xxs\:place-content-start{
    place-content: start !important;
  }

  .xxs\:place-content-end{
    place-content: end !important;
  }

  .xxs\:place-content-between{
    place-content: space-between !important;
  }

  .xxs\:place-content-around{
    place-content: space-around !important;
  }

  .xxs\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xxs\:place-content-stretch{
    place-content: stretch !important;
  }

  .xxs\:place-self-auto{
    place-self: auto !important;
  }

  .xxs\:place-self-start{
    place-self: start !important;
  }

  .xxs\:place-self-end{
    place-self: end !important;
  }

  .xxs\:place-self-center{
    place-self: center !important;
  }

  .xxs\:place-self-stretch{
    place-self: stretch !important;
  }

  .xxs\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .xxs\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .xxs\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .xxs\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .xxs\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .xxs\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .xxs\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .xxs\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .xxs\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .xxs\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .xxs\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .xxs\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .xxs\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .xxs\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .xxs\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .xxs\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xxs\:justify-items-auto{
    justify-items: auto !important;
  }

  .xxs\:justify-items-start{
    justify-items: start !important;
  }

  .xxs\:justify-items-end{
    justify-items: end !important;
  }

  .xxs\:justify-items-center{
    justify-items: center !important;
  }

  .xxs\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xxs\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xxs\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .xxs\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .xxs\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .xxs\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .xxs\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .xxs\:justify-self-auto{
    justify-self: auto !important;
  }

  .xxs\:justify-self-start{
    justify-self: start !important;
  }

  .xxs\:justify-self-end{
    justify-self: end !important;
  }

  .xxs\:justify-self-center{
    justify-self: center !important;
  }

  .xxs\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xxs\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .xxs\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .xxs\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .xxs\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .xxs\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .xxs\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .xxs\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .xxs\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .xxs\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .xxs\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .xxs\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .xxs\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .xxs\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .xxs\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .xxs\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .xxs\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .xxs\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .xxs\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .xxs\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .xxs\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .xxs\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .xxs\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .xxs\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .xxs\:float-right{
    float: right !important;
  }

  .xxs\:float-left{
    float: left !important;
  }

  .xxs\:float-none{
    float: none !important;
  }

  .xxs\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxs\:clear-left{
    clear: left !important;
  }

  .xxs\:clear-right{
    clear: right !important;
  }

  .xxs\:clear-both{
    clear: both !important;
  }

  .xxs\:clear-none{
    clear: none !important;
  }

  .xxs\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xxs\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xxs\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xxs\:font-hairline{
    font-weight: 100 !important;
  }

  .xxs\:font-thin{
    font-weight: 200 !important;
  }

  .xxs\:font-light{
    font-weight: 300 !important;
  }

  .xxs\:font-normal{
    font-weight: 400 !important;
  }

  .xxs\:font-medium{
    font-weight: 500 !important;
  }

  .xxs\:font-semibold{
    font-weight: 600 !important;
  }

  .xxs\:font-bold{
    font-weight: 700 !important;
  }

  .xxs\:font-extrabold{
    font-weight: 800 !important;
  }

  .xxs\:font-black{
    font-weight: 900 !important;
  }

  .xxs\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xxs\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xxs\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xxs\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xxs\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xxs\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xxs\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xxs\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xxs\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xxs\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xxs\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xxs\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xxs\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xxs\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xxs\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xxs\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xxs\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xxs\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xxs\:h-0{
    height: 0 !important;
  }

  .xxs\:h-1{
    height: 0.25rem !important;
  }

  .xxs\:h-2{
    height: 0.5rem !important;
  }

  .xxs\:h-3{
    height: 0.75rem !important;
  }

  .xxs\:h-4{
    height: 1rem !important;
  }

  .xxs\:h-5{
    height: 1.25rem !important;
  }

  .xxs\:h-6{
    height: 1.5rem !important;
  }

  .xxs\:h-8{
    height: 2rem !important;
  }

  .xxs\:h-10{
    height: 2.5rem !important;
  }

  .xxs\:h-12{
    height: 3rem !important;
  }

  .xxs\:h-16{
    height: 4rem !important;
  }

  .xxs\:h-20{
    height: 5rem !important;
  }

  .xxs\:h-24{
    height: 6rem !important;
  }

  .xxs\:h-28{
    height: 7rem !important;
  }

  .xxs\:h-32{
    height: 8rem !important;
  }

  .xxs\:h-40{
    height: 10rem !important;
  }

  .xxs\:h-48{
    height: 12rem !important;
  }

  .xxs\:h-56{
    height: 14rem !important;
  }

  .xxs\:h-64{
    height: 16rem !important;
  }

  .xxs\:h-auto{
    height: auto !important;
  }

  .xxs\:h-px{
    height: 1px !important;
  }

  .xxs\:h-2px{
    height: 2px !important;
  }

  .xxs\:h-3px{
    height: 3px !important;
  }

  .xxs\:h-5px{
    height: 5px !important;
  }

  .xxs\:h-10px{
    height: 10px !important;
  }

  .xxs\:h-15px{
    height: 15px !important;
  }

  .xxs\:h-20px{
    height: 20px !important;
  }

  .xxs\:h-25px{
    height: 25px !important;
  }

  .xxs\:h-30px{
    height: 30px !important;
  }

  .xxs\:h-36px{
    height: 36px !important;
  }

  .xxs\:h-50px{
    height: 50px !important;
  }

  .xxs\:h-60px{
    height: 60px !important;
  }

  .xxs\:h-120px{
    height: 120px !important;
  }

  .xxs\:h-full{
    height: 100% !important;
  }

  .xxs\:h-screen{
    height: 100vh !important;
  }

  .xxs\:text-xs{
    font-size: .75rem !important;
  }

  .xxs\:text-sm{
    font-size: 14px !important;
  }

  .xxs\:text-base{
    font-size: 16px !important;
  }

  .xxs\:text-lg{
    font-size: 18px !important;
  }

  .xxs\:text-xl{
    font-size: 20px !important;
  }

  .xxs\:text-2xl{
    font-size: 1.5rem !important;
  }

  .xxs\:text-3xl{
    font-size: 30px !important;
  }

  .xxs\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xxs\:text-5xl{
    font-size: 3rem !important;
  }

  .xxs\:text-6xl{
    font-size: 4rem !important;
  }

  .xxs\:text-toy{
    font-size: 10px !important;
  }

  .xxs\:text-xxs{
    font-size: 11px !important;
  }

  .xxs\:text-tiny{
    font-size: 13px !important;
  }

  .xxs\:text-normal{
    font-size: 15px !important;
  }

  .xxs\:text-x21{
    font-size: 21px !important;
  }

  .xxs\:text-x22{
    font-size: 22px !important;
  }

  .xxs\:text-x23{
    font-size: 23px !important;
  }

  .xxs\:text-x25{
    font-size: 25px !important;
  }

  .xxs\:text-large{
    font-size: 40px !important;
  }

  .xxs\:text-huge{
    font-size: 50px !important;
  }

  .xxs\:leading-3{
    line-height: .75rem !important;
  }

  .xxs\:leading-4{
    line-height: 1rem !important;
  }

  .xxs\:leading-5{
    line-height: 1.25rem !important;
  }

  .xxs\:leading-6{
    line-height: 1.5rem !important;
  }

  .xxs\:leading-7{
    line-height: 1.75rem !important;
  }

  .xxs\:leading-8{
    line-height: 2rem !important;
  }

  .xxs\:leading-9{
    line-height: 2.25rem !important;
  }

  .xxs\:leading-10{
    line-height: 2.5rem !important;
  }

  .xxs\:leading-none{
    line-height: 1 !important;
  }

  .xxs\:leading-tight{
    line-height: 1.25 !important;
  }

  .xxs\:leading-snug{
    line-height: 1.375 !important;
  }

  .xxs\:leading-normal{
    line-height: 1.5 !important;
  }

  .xxs\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xxs\:leading-loose{
    line-height: 2 !important;
  }

  .xxs\:leading-60px{
    line-height: 60px !important;
  }

  .xxs\:leading-small{
    line-height: 23px !important;
  }

  .xxs\:leading-ordinary{
    line-height: 25px !important;
  }

  .xxs\:list-inside{
    list-style-position: inside !important;
  }

  .xxs\:list-outside{
    list-style-position: outside !important;
  }

  .xxs\:list-none{
    list-style-type: none !important;
  }

  .xxs\:list-disc{
    list-style-type: disc !important;
  }

  .xxs\:list-decimal{
    list-style-type: decimal !important;
  }

  .xxs\:list-line{
    list-style-type: - !important;
  }

  .xxs\:m-0{
    margin: 0 !important;
  }

  .xxs\:m-1{
    margin: 0.25rem !important;
  }

  .xxs\:m-2{
    margin: 0.5rem !important;
  }

  .xxs\:m-3{
    margin: 0.75rem !important;
  }

  .xxs\:m-4{
    margin: 1rem !important;
  }

  .xxs\:m-5{
    margin: 1.25rem !important;
  }

  .xxs\:m-6{
    margin: 1.5rem !important;
  }

  .xxs\:m-8{
    margin: 2rem !important;
  }

  .xxs\:m-10{
    margin: 2.5rem !important;
  }

  .xxs\:m-12{
    margin: 3rem !important;
  }

  .xxs\:m-16{
    margin: 4rem !important;
  }

  .xxs\:m-20{
    margin: 5rem !important;
  }

  .xxs\:m-24{
    margin: 6rem !important;
  }

  .xxs\:m-28{
    margin: 7rem !important;
  }

  .xxs\:m-32{
    margin: 8rem !important;
  }

  .xxs\:m-40{
    margin: 10rem !important;
  }

  .xxs\:m-48{
    margin: 12rem !important;
  }

  .xxs\:m-56{
    margin: 14rem !important;
  }

  .xxs\:m-64{
    margin: 16rem !important;
  }

  .xxs\:m-auto{
    margin: auto !important;
  }

  .xxs\:m-px{
    margin: 1px !important;
  }

  .xxs\:m-2px{
    margin: 2px !important;
  }

  .xxs\:m-3px{
    margin: 3px !important;
  }

  .xxs\:m-5px{
    margin: 5px !important;
  }

  .xxs\:m-10px{
    margin: 10px !important;
  }

  .xxs\:m-15px{
    margin: 15px !important;
  }

  .xxs\:m-20px{
    margin: 20px !important;
  }

  .xxs\:m-25px{
    margin: 25px !important;
  }

  .xxs\:m-30px{
    margin: 30px !important;
  }

  .xxs\:m-36px{
    margin: 36px !important;
  }

  .xxs\:m-50px{
    margin: 50px !important;
  }

  .xxs\:m-60px{
    margin: 60px !important;
  }

  .xxs\:m-120px{
    margin: 120px !important;
  }

  .xxs\:-m-1{
    margin: -0.25rem !important;
  }

  .xxs\:-m-2{
    margin: -0.5rem !important;
  }

  .xxs\:-m-3{
    margin: -0.75rem !important;
  }

  .xxs\:-m-4{
    margin: -1rem !important;
  }

  .xxs\:-m-5{
    margin: -1.25rem !important;
  }

  .xxs\:-m-6{
    margin: -1.5rem !important;
  }

  .xxs\:-m-8{
    margin: -2rem !important;
  }

  .xxs\:-m-10{
    margin: -2.5rem !important;
  }

  .xxs\:-m-12{
    margin: -3rem !important;
  }

  .xxs\:-m-16{
    margin: -4rem !important;
  }

  .xxs\:-m-20{
    margin: -5rem !important;
  }

  .xxs\:-m-24{
    margin: -6rem !important;
  }

  .xxs\:-m-28{
    margin: -7rem !important;
  }

  .xxs\:-m-32{
    margin: -8rem !important;
  }

  .xxs\:-m-40{
    margin: -10rem !important;
  }

  .xxs\:-m-48{
    margin: -12rem !important;
  }

  .xxs\:-m-56{
    margin: -14rem !important;
  }

  .xxs\:-m-64{
    margin: -16rem !important;
  }

  .xxs\:-m-px{
    margin: -1px !important;
  }

  .xxs\:-m-2px{
    margin: -2px !important;
  }

  .xxs\:-m-3px{
    margin: -3px !important;
  }

  .xxs\:-m-5px{
    margin: -5px !important;
  }

  .xxs\:-m-10px{
    margin: -10px !important;
  }

  .xxs\:-m-15px{
    margin: -15px !important;
  }

  .xxs\:-m-20px{
    margin: -20px !important;
  }

  .xxs\:-m-25px{
    margin: -25px !important;
  }

  .xxs\:-m-30px{
    margin: -30px !important;
  }

  .xxs\:-m-36px{
    margin: -36px !important;
  }

  .xxs\:-m-50px{
    margin: -50px !important;
  }

  .xxs\:-m-60px{
    margin: -60px !important;
  }

  .xxs\:-m-120px{
    margin: -120px !important;
  }

  .xxs\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxs\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxs\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xxs\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xxs\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xxs\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xxs\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xxs\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xxs\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xxs\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xxs\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xxs\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xxs\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xxs\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xxs\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xxs\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xxs\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xxs\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xxs\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xxs\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xxs\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xxs\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xxs\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xxs\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xxs\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xxs\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xxs\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xxs\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xxs\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xxs\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xxs\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xxs\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xxs\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xxs\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xxs\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xxs\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xxs\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xxs\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xxs\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxs\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxs\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xxs\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xxs\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xxs\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xxs\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xxs\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xxs\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xxs\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xxs\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xxs\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xxs\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxs\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxs\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xxs\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xxs\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xxs\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xxs\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xxs\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xxs\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xxs\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xxs\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xxs\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xxs\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xxs\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xxs\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xxs\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xxs\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xxs\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xxs\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xxs\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xxs\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xxs\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xxs\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xxs\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xxs\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xxs\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xxs\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xxs\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xxs\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xxs\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xxs\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xxs\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xxs\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xxs\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xxs\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xxs\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xxs\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xxs\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xxs\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xxs\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xxs\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xxs\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xxs\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xxs\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xxs\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xxs\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xxs\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xxs\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xxs\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xxs\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xxs\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xxs\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xxs\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xxs\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xxs\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xxs\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xxs\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xxs\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xxs\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xxs\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xxs\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xxs\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xxs\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xxs\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xxs\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xxs\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xxs\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xxs\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xxs\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xxs\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xxs\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xxs\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xxs\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xxs\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xxs\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xxs\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xxs\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xxs\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xxs\:mt-0{
    margin-top: 0 !important;
  }

  .xxs\:mr-0{
    margin-right: 0 !important;
  }

  .xxs\:mb-0{
    margin-bottom: 0 !important;
  }

  .xxs\:ml-0{
    margin-left: 0 !important;
  }

  .xxs\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xxs\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xxs\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xxs\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xxs\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xxs\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xxs\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xxs\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xxs\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xxs\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xxs\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xxs\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xxs\:mt-4{
    margin-top: 1rem !important;
  }

  .xxs\:mr-4{
    margin-right: 1rem !important;
  }

  .xxs\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xxs\:ml-4{
    margin-left: 1rem !important;
  }

  .xxs\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xxs\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xxs\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xxs\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xxs\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xxs\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xxs\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xxs\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xxs\:mt-8{
    margin-top: 2rem !important;
  }

  .xxs\:mr-8{
    margin-right: 2rem !important;
  }

  .xxs\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xxs\:ml-8{
    margin-left: 2rem !important;
  }

  .xxs\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xxs\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xxs\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xxs\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xxs\:mt-12{
    margin-top: 3rem !important;
  }

  .xxs\:mr-12{
    margin-right: 3rem !important;
  }

  .xxs\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xxs\:ml-12{
    margin-left: 3rem !important;
  }

  .xxs\:mt-16{
    margin-top: 4rem !important;
  }

  .xxs\:mr-16{
    margin-right: 4rem !important;
  }

  .xxs\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xxs\:ml-16{
    margin-left: 4rem !important;
  }

  .xxs\:mt-20{
    margin-top: 5rem !important;
  }

  .xxs\:mr-20{
    margin-right: 5rem !important;
  }

  .xxs\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xxs\:ml-20{
    margin-left: 5rem !important;
  }

  .xxs\:mt-24{
    margin-top: 6rem !important;
  }

  .xxs\:mr-24{
    margin-right: 6rem !important;
  }

  .xxs\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xxs\:ml-24{
    margin-left: 6rem !important;
  }

  .xxs\:mt-28{
    margin-top: 7rem !important;
  }

  .xxs\:mr-28{
    margin-right: 7rem !important;
  }

  .xxs\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xxs\:ml-28{
    margin-left: 7rem !important;
  }

  .xxs\:mt-32{
    margin-top: 8rem !important;
  }

  .xxs\:mr-32{
    margin-right: 8rem !important;
  }

  .xxs\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xxs\:ml-32{
    margin-left: 8rem !important;
  }

  .xxs\:mt-40{
    margin-top: 10rem !important;
  }

  .xxs\:mr-40{
    margin-right: 10rem !important;
  }

  .xxs\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xxs\:ml-40{
    margin-left: 10rem !important;
  }

  .xxs\:mt-48{
    margin-top: 12rem !important;
  }

  .xxs\:mr-48{
    margin-right: 12rem !important;
  }

  .xxs\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xxs\:ml-48{
    margin-left: 12rem !important;
  }

  .xxs\:mt-56{
    margin-top: 14rem !important;
  }

  .xxs\:mr-56{
    margin-right: 14rem !important;
  }

  .xxs\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xxs\:ml-56{
    margin-left: 14rem !important;
  }

  .xxs\:mt-64{
    margin-top: 16rem !important;
  }

  .xxs\:mr-64{
    margin-right: 16rem !important;
  }

  .xxs\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xxs\:ml-64{
    margin-left: 16rem !important;
  }

  .xxs\:mt-auto{
    margin-top: auto !important;
  }

  .xxs\:mr-auto{
    margin-right: auto !important;
  }

  .xxs\:mb-auto{
    margin-bottom: auto !important;
  }

  .xxs\:ml-auto{
    margin-left: auto !important;
  }

  .xxs\:mt-px{
    margin-top: 1px !important;
  }

  .xxs\:mr-px{
    margin-right: 1px !important;
  }

  .xxs\:mb-px{
    margin-bottom: 1px !important;
  }

  .xxs\:ml-px{
    margin-left: 1px !important;
  }

  .xxs\:mt-2px{
    margin-top: 2px !important;
  }

  .xxs\:mr-2px{
    margin-right: 2px !important;
  }

  .xxs\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xxs\:ml-2px{
    margin-left: 2px !important;
  }

  .xxs\:mt-3px{
    margin-top: 3px !important;
  }

  .xxs\:mr-3px{
    margin-right: 3px !important;
  }

  .xxs\:mb-3px{
    margin-bottom: 3px !important;
  }

  .xxs\:ml-3px{
    margin-left: 3px !important;
  }

  .xxs\:mt-5px{
    margin-top: 5px !important;
  }

  .xxs\:mr-5px{
    margin-right: 5px !important;
  }

  .xxs\:mb-5px{
    margin-bottom: 5px !important;
  }

  .xxs\:ml-5px{
    margin-left: 5px !important;
  }

  .xxs\:mt-10px{
    margin-top: 10px !important;
  }

  .xxs\:mr-10px{
    margin-right: 10px !important;
  }

  .xxs\:mb-10px{
    margin-bottom: 10px !important;
  }

  .xxs\:ml-10px{
    margin-left: 10px !important;
  }

  .xxs\:mt-15px{
    margin-top: 15px !important;
  }

  .xxs\:mr-15px{
    margin-right: 15px !important;
  }

  .xxs\:mb-15px{
    margin-bottom: 15px !important;
  }

  .xxs\:ml-15px{
    margin-left: 15px !important;
  }

  .xxs\:mt-20px{
    margin-top: 20px !important;
  }

  .xxs\:mr-20px{
    margin-right: 20px !important;
  }

  .xxs\:mb-20px{
    margin-bottom: 20px !important;
  }

  .xxs\:ml-20px{
    margin-left: 20px !important;
  }

  .xxs\:mt-25px{
    margin-top: 25px !important;
  }

  .xxs\:mr-25px{
    margin-right: 25px !important;
  }

  .xxs\:mb-25px{
    margin-bottom: 25px !important;
  }

  .xxs\:ml-25px{
    margin-left: 25px !important;
  }

  .xxs\:mt-30px{
    margin-top: 30px !important;
  }

  .xxs\:mr-30px{
    margin-right: 30px !important;
  }

  .xxs\:mb-30px{
    margin-bottom: 30px !important;
  }

  .xxs\:ml-30px{
    margin-left: 30px !important;
  }

  .xxs\:mt-36px{
    margin-top: 36px !important;
  }

  .xxs\:mr-36px{
    margin-right: 36px !important;
  }

  .xxs\:mb-36px{
    margin-bottom: 36px !important;
  }

  .xxs\:ml-36px{
    margin-left: 36px !important;
  }

  .xxs\:mt-50px{
    margin-top: 50px !important;
  }

  .xxs\:mr-50px{
    margin-right: 50px !important;
  }

  .xxs\:mb-50px{
    margin-bottom: 50px !important;
  }

  .xxs\:ml-50px{
    margin-left: 50px !important;
  }

  .xxs\:mt-60px{
    margin-top: 60px !important;
  }

  .xxs\:mr-60px{
    margin-right: 60px !important;
  }

  .xxs\:mb-60px{
    margin-bottom: 60px !important;
  }

  .xxs\:ml-60px{
    margin-left: 60px !important;
  }

  .xxs\:mt-120px{
    margin-top: 120px !important;
  }

  .xxs\:mr-120px{
    margin-right: 120px !important;
  }

  .xxs\:mb-120px{
    margin-bottom: 120px !important;
  }

  .xxs\:ml-120px{
    margin-left: 120px !important;
  }

  .xxs\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xxs\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xxs\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xxs\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xxs\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xxs\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xxs\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xxs\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xxs\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xxs\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xxs\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xxs\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xxs\:-mt-4{
    margin-top: -1rem !important;
  }

  .xxs\:-mr-4{
    margin-right: -1rem !important;
  }

  .xxs\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xxs\:-ml-4{
    margin-left: -1rem !important;
  }

  .xxs\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xxs\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xxs\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xxs\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xxs\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xxs\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xxs\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xxs\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xxs\:-mt-8{
    margin-top: -2rem !important;
  }

  .xxs\:-mr-8{
    margin-right: -2rem !important;
  }

  .xxs\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xxs\:-ml-8{
    margin-left: -2rem !important;
  }

  .xxs\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xxs\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xxs\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xxs\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xxs\:-mt-12{
    margin-top: -3rem !important;
  }

  .xxs\:-mr-12{
    margin-right: -3rem !important;
  }

  .xxs\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xxs\:-ml-12{
    margin-left: -3rem !important;
  }

  .xxs\:-mt-16{
    margin-top: -4rem !important;
  }

  .xxs\:-mr-16{
    margin-right: -4rem !important;
  }

  .xxs\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xxs\:-ml-16{
    margin-left: -4rem !important;
  }

  .xxs\:-mt-20{
    margin-top: -5rem !important;
  }

  .xxs\:-mr-20{
    margin-right: -5rem !important;
  }

  .xxs\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xxs\:-ml-20{
    margin-left: -5rem !important;
  }

  .xxs\:-mt-24{
    margin-top: -6rem !important;
  }

  .xxs\:-mr-24{
    margin-right: -6rem !important;
  }

  .xxs\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xxs\:-ml-24{
    margin-left: -6rem !important;
  }

  .xxs\:-mt-28{
    margin-top: -7rem !important;
  }

  .xxs\:-mr-28{
    margin-right: -7rem !important;
  }

  .xxs\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xxs\:-ml-28{
    margin-left: -7rem !important;
  }

  .xxs\:-mt-32{
    margin-top: -8rem !important;
  }

  .xxs\:-mr-32{
    margin-right: -8rem !important;
  }

  .xxs\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xxs\:-ml-32{
    margin-left: -8rem !important;
  }

  .xxs\:-mt-40{
    margin-top: -10rem !important;
  }

  .xxs\:-mr-40{
    margin-right: -10rem !important;
  }

  .xxs\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xxs\:-ml-40{
    margin-left: -10rem !important;
  }

  .xxs\:-mt-48{
    margin-top: -12rem !important;
  }

  .xxs\:-mr-48{
    margin-right: -12rem !important;
  }

  .xxs\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xxs\:-ml-48{
    margin-left: -12rem !important;
  }

  .xxs\:-mt-56{
    margin-top: -14rem !important;
  }

  .xxs\:-mr-56{
    margin-right: -14rem !important;
  }

  .xxs\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xxs\:-ml-56{
    margin-left: -14rem !important;
  }

  .xxs\:-mt-64{
    margin-top: -16rem !important;
  }

  .xxs\:-mr-64{
    margin-right: -16rem !important;
  }

  .xxs\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xxs\:-ml-64{
    margin-left: -16rem !important;
  }

  .xxs\:-mt-px{
    margin-top: -1px !important;
  }

  .xxs\:-mr-px{
    margin-right: -1px !important;
  }

  .xxs\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xxs\:-ml-px{
    margin-left: -1px !important;
  }

  .xxs\:-mt-2px{
    margin-top: -2px !important;
  }

  .xxs\:-mr-2px{
    margin-right: -2px !important;
  }

  .xxs\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xxs\:-ml-2px{
    margin-left: -2px !important;
  }

  .xxs\:-mt-3px{
    margin-top: -3px !important;
  }

  .xxs\:-mr-3px{
    margin-right: -3px !important;
  }

  .xxs\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .xxs\:-ml-3px{
    margin-left: -3px !important;
  }

  .xxs\:-mt-5px{
    margin-top: -5px !important;
  }

  .xxs\:-mr-5px{
    margin-right: -5px !important;
  }

  .xxs\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .xxs\:-ml-5px{
    margin-left: -5px !important;
  }

  .xxs\:-mt-10px{
    margin-top: -10px !important;
  }

  .xxs\:-mr-10px{
    margin-right: -10px !important;
  }

  .xxs\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .xxs\:-ml-10px{
    margin-left: -10px !important;
  }

  .xxs\:-mt-15px{
    margin-top: -15px !important;
  }

  .xxs\:-mr-15px{
    margin-right: -15px !important;
  }

  .xxs\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .xxs\:-ml-15px{
    margin-left: -15px !important;
  }

  .xxs\:-mt-20px{
    margin-top: -20px !important;
  }

  .xxs\:-mr-20px{
    margin-right: -20px !important;
  }

  .xxs\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .xxs\:-ml-20px{
    margin-left: -20px !important;
  }

  .xxs\:-mt-25px{
    margin-top: -25px !important;
  }

  .xxs\:-mr-25px{
    margin-right: -25px !important;
  }

  .xxs\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .xxs\:-ml-25px{
    margin-left: -25px !important;
  }

  .xxs\:-mt-30px{
    margin-top: -30px !important;
  }

  .xxs\:-mr-30px{
    margin-right: -30px !important;
  }

  .xxs\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .xxs\:-ml-30px{
    margin-left: -30px !important;
  }

  .xxs\:-mt-36px{
    margin-top: -36px !important;
  }

  .xxs\:-mr-36px{
    margin-right: -36px !important;
  }

  .xxs\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .xxs\:-ml-36px{
    margin-left: -36px !important;
  }

  .xxs\:-mt-50px{
    margin-top: -50px !important;
  }

  .xxs\:-mr-50px{
    margin-right: -50px !important;
  }

  .xxs\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .xxs\:-ml-50px{
    margin-left: -50px !important;
  }

  .xxs\:-mt-60px{
    margin-top: -60px !important;
  }

  .xxs\:-mr-60px{
    margin-right: -60px !important;
  }

  .xxs\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .xxs\:-ml-60px{
    margin-left: -60px !important;
  }

  .xxs\:-mt-120px{
    margin-top: -120px !important;
  }

  .xxs\:-mr-120px{
    margin-right: -120px !important;
  }

  .xxs\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .xxs\:-ml-120px{
    margin-left: -120px !important;
  }

  .xxs\:max-h-full{
    max-height: 100% !important;
  }

  .xxs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxs\:max-h-3\/4{
    max-height: 75% !important;
  }

  .xxs\:max-w-250{
    max-width: 250px !important;
  }

  .xxs\:max-w-440{
    max-width: 440px !important;
  }

  .xxs\:max-w-none{
    max-width: none !important;
  }

  .xxs\:max-w-xs{
    max-width: 20rem !important;
  }

  .xxs\:max-w-sm{
    max-width: 24rem !important;
  }

  .xxs\:max-w-md{
    max-width: 28rem !important;
  }

  .xxs\:max-w-lg{
    max-width: 32rem !important;
  }

  .xxs\:max-w-xl{
    max-width: 36rem !important;
  }

  .xxs\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xxs\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xxs\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xxs\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xxs\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xxs\:max-w-full{
    max-width: 100% !important;
  }

  .xxs\:max-w-screen-sm{
    max-width: 560px !important;
  }

  .xxs\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xxs\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xxs\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xxs\:max-w-screen-xxs{
    max-width: 320px !important;
  }

  .xxs\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .xxs\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .xxs\:min-h-0{
    min-height: 0 !important;
  }

  .xxs\:min-h-full{
    min-height: 100% !important;
  }

  .xxs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxs\:min-w-0{
    min-width: 0 !important;
  }

  .xxs\:min-w-full{
    min-width: 100% !important;
  }

  .xxs\:object-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .xxs\:object-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .xxs\:object-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .xxs\:object-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .xxs\:object-scale-down{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .xxs\:object-bottom{
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .xxs\:object-center{
    -o-object-position: center !important;
    object-position: center !important;
  }

  .xxs\:object-left{
    -o-object-position: left !important;
    object-position: left !important;
  }

  .xxs\:object-left-bottom{
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .xxs\:object-left-top{
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .xxs\:object-right{
    -o-object-position: right !important;
    object-position: right !important;
  }

  .xxs\:object-right-bottom{
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .xxs\:object-right-top{
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .xxs\:object-top{
    -o-object-position: top !important;
    object-position: top !important;
  }

  .xxs\:opacity-0{
    opacity: 0 !important;
  }

  .xxs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxs\:opacity-100{
    opacity: 1 !important;
  }

  .xxs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxs\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xxs\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxs\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxs\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxs\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxs\:overflow-auto{
    overflow: auto !important;
  }

  .xxs\:overflow-hidden{
    overflow: hidden !important;
  }

  .xxs\:overflow-visible{
    overflow: visible !important;
  }

  .xxs\:overflow-scroll{
    overflow: scroll !important;
  }

  .xxs\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xxs\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xxs\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xxs\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xxs\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xxs\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xxs\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xxs\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xxs\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xxs\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xxs\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .xxs\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .xxs\:overscroll-none{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }

  .xxs\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xxs\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xxs\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xxs\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xxs\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xxs\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xxs\:p-0{
    padding: 0 !important;
  }

  .xxs\:p-1{
    padding: 0.25rem !important;
  }

  .xxs\:p-2{
    padding: 0.5rem !important;
  }

  .xxs\:p-3{
    padding: 0.75rem !important;
  }

  .xxs\:p-4{
    padding: 1rem !important;
  }

  .xxs\:p-5{
    padding: 1.25rem !important;
  }

  .xxs\:p-6{
    padding: 1.5rem !important;
  }

  .xxs\:p-8{
    padding: 2rem !important;
  }

  .xxs\:p-10{
    padding: 2.5rem !important;
  }

  .xxs\:p-12{
    padding: 3rem !important;
  }

  .xxs\:p-16{
    padding: 4rem !important;
  }

  .xxs\:p-20{
    padding: 5rem !important;
  }

  .xxs\:p-24{
    padding: 6rem !important;
  }

  .xxs\:p-28{
    padding: 7rem !important;
  }

  .xxs\:p-32{
    padding: 8rem !important;
  }

  .xxs\:p-40{
    padding: 10rem !important;
  }

  .xxs\:p-48{
    padding: 12rem !important;
  }

  .xxs\:p-56{
    padding: 14rem !important;
  }

  .xxs\:p-64{
    padding: 16rem !important;
  }

  .xxs\:p-px{
    padding: 1px !important;
  }

  .xxs\:p-2px{
    padding: 2px !important;
  }

  .xxs\:p-3px{
    padding: 3px !important;
  }

  .xxs\:p-5px{
    padding: 5px !important;
  }

  .xxs\:p-10px{
    padding: 10px !important;
  }

  .xxs\:p-15px{
    padding: 15px !important;
  }

  .xxs\:p-20px{
    padding: 20px !important;
  }

  .xxs\:p-25px{
    padding: 25px !important;
  }

  .xxs\:p-30px{
    padding: 30px !important;
  }

  .xxs\:p-36px{
    padding: 36px !important;
  }

  .xxs\:p-50px{
    padding: 50px !important;
  }

  .xxs\:p-60px{
    padding: 60px !important;
  }

  .xxs\:p-120px{
    padding: 120px !important;
  }

  .xxs\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxs\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxs\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xxs\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xxs\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xxs\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xxs\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xxs\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xxs\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xxs\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xxs\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xxs\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xxs\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xxs\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xxs\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xxs\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xxs\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xxs\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xxs\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xxs\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xxs\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xxs\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xxs\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xxs\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xxs\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxs\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxs\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xxs\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xxs\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xxs\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xxs\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xxs\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xxs\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xxs\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xxs\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xxs\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xxs\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xxs\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xxs\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxs\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxs\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xxs\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xxs\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xxs\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xxs\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xxs\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xxs\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xxs\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xxs\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxs\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxs\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xxs\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xxs\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xxs\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xxs\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xxs\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xxs\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xxs\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xxs\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xxs\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xxs\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xxs\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xxs\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xxs\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xxs\:pt-0{
    padding-top: 0 !important;
  }

  .xxs\:pr-0{
    padding-right: 0 !important;
  }

  .xxs\:pb-0{
    padding-bottom: 0 !important;
  }

  .xxs\:pl-0{
    padding-left: 0 !important;
  }

  .xxs\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xxs\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xxs\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xxs\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xxs\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xxs\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xxs\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xxs\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xxs\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xxs\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xxs\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xxs\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xxs\:pt-4{
    padding-top: 1rem !important;
  }

  .xxs\:pr-4{
    padding-right: 1rem !important;
  }

  .xxs\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xxs\:pl-4{
    padding-left: 1rem !important;
  }

  .xxs\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xxs\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xxs\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xxs\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xxs\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xxs\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xxs\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xxs\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xxs\:pt-8{
    padding-top: 2rem !important;
  }

  .xxs\:pr-8{
    padding-right: 2rem !important;
  }

  .xxs\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xxs\:pl-8{
    padding-left: 2rem !important;
  }

  .xxs\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xxs\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xxs\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xxs\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xxs\:pt-12{
    padding-top: 3rem !important;
  }

  .xxs\:pr-12{
    padding-right: 3rem !important;
  }

  .xxs\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xxs\:pl-12{
    padding-left: 3rem !important;
  }

  .xxs\:pt-16{
    padding-top: 4rem !important;
  }

  .xxs\:pr-16{
    padding-right: 4rem !important;
  }

  .xxs\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xxs\:pl-16{
    padding-left: 4rem !important;
  }

  .xxs\:pt-20{
    padding-top: 5rem !important;
  }

  .xxs\:pr-20{
    padding-right: 5rem !important;
  }

  .xxs\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xxs\:pl-20{
    padding-left: 5rem !important;
  }

  .xxs\:pt-24{
    padding-top: 6rem !important;
  }

  .xxs\:pr-24{
    padding-right: 6rem !important;
  }

  .xxs\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xxs\:pl-24{
    padding-left: 6rem !important;
  }

  .xxs\:pt-28{
    padding-top: 7rem !important;
  }

  .xxs\:pr-28{
    padding-right: 7rem !important;
  }

  .xxs\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xxs\:pl-28{
    padding-left: 7rem !important;
  }

  .xxs\:pt-32{
    padding-top: 8rem !important;
  }

  .xxs\:pr-32{
    padding-right: 8rem !important;
  }

  .xxs\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xxs\:pl-32{
    padding-left: 8rem !important;
  }

  .xxs\:pt-40{
    padding-top: 10rem !important;
  }

  .xxs\:pr-40{
    padding-right: 10rem !important;
  }

  .xxs\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xxs\:pl-40{
    padding-left: 10rem !important;
  }

  .xxs\:pt-48{
    padding-top: 12rem !important;
  }

  .xxs\:pr-48{
    padding-right: 12rem !important;
  }

  .xxs\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xxs\:pl-48{
    padding-left: 12rem !important;
  }

  .xxs\:pt-56{
    padding-top: 14rem !important;
  }

  .xxs\:pr-56{
    padding-right: 14rem !important;
  }

  .xxs\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xxs\:pl-56{
    padding-left: 14rem !important;
  }

  .xxs\:pt-64{
    padding-top: 16rem !important;
  }

  .xxs\:pr-64{
    padding-right: 16rem !important;
  }

  .xxs\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xxs\:pl-64{
    padding-left: 16rem !important;
  }

  .xxs\:pt-px{
    padding-top: 1px !important;
  }

  .xxs\:pr-px{
    padding-right: 1px !important;
  }

  .xxs\:pb-px{
    padding-bottom: 1px !important;
  }

  .xxs\:pl-px{
    padding-left: 1px !important;
  }

  .xxs\:pt-2px{
    padding-top: 2px !important;
  }

  .xxs\:pr-2px{
    padding-right: 2px !important;
  }

  .xxs\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xxs\:pl-2px{
    padding-left: 2px !important;
  }

  .xxs\:pt-3px{
    padding-top: 3px !important;
  }

  .xxs\:pr-3px{
    padding-right: 3px !important;
  }

  .xxs\:pb-3px{
    padding-bottom: 3px !important;
  }

  .xxs\:pl-3px{
    padding-left: 3px !important;
  }

  .xxs\:pt-5px{
    padding-top: 5px !important;
  }

  .xxs\:pr-5px{
    padding-right: 5px !important;
  }

  .xxs\:pb-5px{
    padding-bottom: 5px !important;
  }

  .xxs\:pl-5px{
    padding-left: 5px !important;
  }

  .xxs\:pt-10px{
    padding-top: 10px !important;
  }

  .xxs\:pr-10px{
    padding-right: 10px !important;
  }

  .xxs\:pb-10px{
    padding-bottom: 10px !important;
  }

  .xxs\:pl-10px{
    padding-left: 10px !important;
  }

  .xxs\:pt-15px{
    padding-top: 15px !important;
  }

  .xxs\:pr-15px{
    padding-right: 15px !important;
  }

  .xxs\:pb-15px{
    padding-bottom: 15px !important;
  }

  .xxs\:pl-15px{
    padding-left: 15px !important;
  }

  .xxs\:pt-20px{
    padding-top: 20px !important;
  }

  .xxs\:pr-20px{
    padding-right: 20px !important;
  }

  .xxs\:pb-20px{
    padding-bottom: 20px !important;
  }

  .xxs\:pl-20px{
    padding-left: 20px !important;
  }

  .xxs\:pt-25px{
    padding-top: 25px !important;
  }

  .xxs\:pr-25px{
    padding-right: 25px !important;
  }

  .xxs\:pb-25px{
    padding-bottom: 25px !important;
  }

  .xxs\:pl-25px{
    padding-left: 25px !important;
  }

  .xxs\:pt-30px{
    padding-top: 30px !important;
  }

  .xxs\:pr-30px{
    padding-right: 30px !important;
  }

  .xxs\:pb-30px{
    padding-bottom: 30px !important;
  }

  .xxs\:pl-30px{
    padding-left: 30px !important;
  }

  .xxs\:pt-36px{
    padding-top: 36px !important;
  }

  .xxs\:pr-36px{
    padding-right: 36px !important;
  }

  .xxs\:pb-36px{
    padding-bottom: 36px !important;
  }

  .xxs\:pl-36px{
    padding-left: 36px !important;
  }

  .xxs\:pt-50px{
    padding-top: 50px !important;
  }

  .xxs\:pr-50px{
    padding-right: 50px !important;
  }

  .xxs\:pb-50px{
    padding-bottom: 50px !important;
  }

  .xxs\:pl-50px{
    padding-left: 50px !important;
  }

  .xxs\:pt-60px{
    padding-top: 60px !important;
  }

  .xxs\:pr-60px{
    padding-right: 60px !important;
  }

  .xxs\:pb-60px{
    padding-bottom: 60px !important;
  }

  .xxs\:pl-60px{
    padding-left: 60px !important;
  }

  .xxs\:pt-120px{
    padding-top: 120px !important;
  }

  .xxs\:pr-120px{
    padding-right: 120px !important;
  }

  .xxs\:pb-120px{
    padding-bottom: 120px !important;
  }

  .xxs\:pl-120px{
    padding-left: 120px !important;
  }

  .xxs\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxs\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xxs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxs\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxs\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xxs\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xxs\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xxs\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xxs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xxs\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xxs\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xxs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxs\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxs\:pointer-events-none{
    pointer-events: none !important;
  }

  .xxs\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xxs\:static{
    position: static !important;
  }

  .xxs\:fixed{
    position: fixed !important;
  }

  .xxs\:absolute{
    position: absolute !important;
  }

  .xxs\:relative{
    position: relative !important;
  }

  .xxs\:sticky{
    position: sticky !important;
  }

  .xxs\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxs\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxs\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xxs\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xxs\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xxs\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xxs\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xxs\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxs\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxs\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxs\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxs\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xxs\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xxs\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .xxs\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xxs\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xxs\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .xxs\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .xxs\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .xxs\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .xxs\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .xxs\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .xxs\:top-0{
    top: 0 !important;
  }

  .xxs\:right-0{
    right: 0 !important;
  }

  .xxs\:bottom-0{
    bottom: 0 !important;
  }

  .xxs\:left-0{
    left: 0 !important;
  }

  .xxs\:top-auto{
    top: auto !important;
  }

  .xxs\:right-auto{
    right: auto !important;
  }

  .xxs\:bottom-auto{
    bottom: auto !important;
  }

  .xxs\:left-auto{
    left: auto !important;
  }

  .xxs\:top-1\/2{
    top: 50% !important;
  }

  .xxs\:right-1\/2{
    right: 50% !important;
  }

  .xxs\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xxs\:left-1\/2{
    left: 50% !important;
  }

  .xxs\:top-100\%{
    top: 100% !important;
  }

  .xxs\:right-100\%{
    right: 100% !important;
  }

  .xxs\:bottom-100\%{
    bottom: 100% !important;
  }

  .xxs\:left-100\%{
    left: 100% !important;
  }

  .xxs\:top-px{
    top: 1px !important;
  }

  .xxs\:right-px{
    right: 1px !important;
  }

  .xxs\:bottom-px{
    bottom: 1px !important;
  }

  .xxs\:left-px{
    left: 1px !important;
  }

  .xxs\:top-2px{
    top: 2px !important;
  }

  .xxs\:right-2px{
    right: 2px !important;
  }

  .xxs\:bottom-2px{
    bottom: 2px !important;
  }

  .xxs\:left-2px{
    left: 2px !important;
  }

  .xxs\:top-4px{
    top: 4px !important;
  }

  .xxs\:right-4px{
    right: 4px !important;
  }

  .xxs\:bottom-4px{
    bottom: 4px !important;
  }

  .xxs\:left-4px{
    left: 4px !important;
  }

  .xxs\:top-10px{
    top: 10px !important;
  }

  .xxs\:right-10px{
    right: 10px !important;
  }

  .xxs\:bottom-10px{
    bottom: 10px !important;
  }

  .xxs\:left-10px{
    left: 10px !important;
  }

  .xxs\:resize-none{
    resize: none !important;
  }

  .xxs\:resize-y{
    resize: vertical !important;
  }

  .xxs\:resize-x{
    resize: horizontal !important;
  }

  .xxs\:resize{
    resize: both !important;
  }

  .xxs\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxs\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxs\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxs\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxs\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxs\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxs\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxs\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxs\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxs\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxs\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxs\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxs\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxs\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxs\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxs\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxs\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxs\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxs\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxs\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxs\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxs\:fill-current{
    fill: currentColor !important;
  }

  .xxs\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .xxs\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .xxs\:fill-ordinary{
    fill: #333333 !important;
  }

  .xxs\:fill-no-active{
    fill: #888888 !important;
  }

  .xxs\:fill-white{
    fill: #ffffff !important;
  }

  .xxs\:stroke-current{
    stroke: currentColor !important;
  }

  .xxs\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .xxs\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .xxs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xxs\:stroke-12{
    stroke-width: 12 !important;
  }

  .xxs\:stroke-20{
    stroke-width: 20 !important;
  }

  .xxs\:table-auto{
    table-layout: auto !important;
  }

  .xxs\:table-fixed{
    table-layout: fixed !important;
  }

  .xxs\:text-left{
    text-align: left !important;
  }

  .xxs\:text-center{
    text-align: center !important;
  }

  .xxs\:text-right{
    text-align: right !important;
  }

  .xxs\:text-justify{
    text-align: justify !important;
  }

  .xxs\:text-transparent{
    color: transparent !important;
  }

  .xxs\:text-current{
    color: currentColor !important;
  }

  .xxs\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxs\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxs\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxs\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxs\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxs\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxs\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxs\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxs\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxs\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxs\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxs\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxs\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxs\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxs\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxs\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxs\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxs\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxs\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxs\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .xxs\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .xxs\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxs\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxs\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .xxs\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxs\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxs\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxs\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxs\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxs\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxs\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxs\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxs\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxs\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxs\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxs\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxs\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xxs\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xxs\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .xxs\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .xxs\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .xxs\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxs\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xxs\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xxs\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .xxs\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .xxs\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxs\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxs\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xxs\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xxs\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xxs\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xxs\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xxs\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xxs\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xxs\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xxs\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xxs\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xxs\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xxs\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xxs\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xxs\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xxs\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xxs\:italic{
    font-style: italic !important;
  }

  .xxs\:not-italic{
    font-style: normal !important;
  }

  .xxs\:uppercase{
    text-transform: uppercase !important;
  }

  .xxs\:lowercase{
    text-transform: lowercase !important;
  }

  .xxs\:capitalize{
    text-transform: capitalize !important;
  }

  .xxs\:normal-case{
    text-transform: none !important;
  }

  .xxs\:underline{
    text-decoration: underline !important;
  }

  .xxs\:line-through{
    text-decoration: line-through !important;
  }

  .xxs\:no-underline{
    text-decoration: none !important;
  }

  .xxs\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xxs\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xxs\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xxs\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xxs\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xxs\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xxs\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxs\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxs\:ordinal, .xxs\:slashed-zero, .xxs\:lining-nums, .xxs\:oldstyle-nums, .xxs\:proportional-nums, .xxs\:tabular-nums, .xxs\:diagonal-fractions, .xxs\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xxs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxs\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xxs\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xxs\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xxs\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xxs\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xxs\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xxs\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xxs\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xxs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xxs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xxs\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xxs\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xxs\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xxs\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xxs\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .xxs\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .xxs\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .xxs\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .xxs\:align-baseline{
    vertical-align: baseline !important;
  }

  .xxs\:align-top{
    vertical-align: top !important;
  }

  .xxs\:align-middle{
    vertical-align: middle !important;
  }

  .xxs\:align-bottom{
    vertical-align: bottom !important;
  }

  .xxs\:align-text-top{
    vertical-align: text-top !important;
  }

  .xxs\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xxs\:visible{
    visibility: visible !important;
  }

  .xxs\:invisible{
    visibility: hidden !important;
  }

  .xxs\:whitespace-normal{
    white-space: normal !important;
  }

  .xxs\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xxs\:whitespace-pre{
    white-space: pre !important;
  }

  .xxs\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xxs\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xxs\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxs\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xxs\:break-all{
    word-break: break-all !important;
  }

  .xxs\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxs\:w-0{
    width: 0 !important;
  }

  .xxs\:w-1{
    width: 0.25rem !important;
  }

  .xxs\:w-2{
    width: 0.5rem !important;
  }

  .xxs\:w-3{
    width: 0.75rem !important;
  }

  .xxs\:w-4{
    width: 1rem !important;
  }

  .xxs\:w-5{
    width: 1.25rem !important;
  }

  .xxs\:w-6{
    width: 1.5rem !important;
  }

  .xxs\:w-8{
    width: 2rem !important;
  }

  .xxs\:w-10{
    width: 2.5rem !important;
  }

  .xxs\:w-12{
    width: 3rem !important;
  }

  .xxs\:w-16{
    width: 4rem !important;
  }

  .xxs\:w-20{
    width: 5rem !important;
  }

  .xxs\:w-24{
    width: 6rem !important;
  }

  .xxs\:w-28{
    width: 7rem !important;
  }

  .xxs\:w-32{
    width: 8rem !important;
  }

  .xxs\:w-40{
    width: 10rem !important;
  }

  .xxs\:w-48{
    width: 12rem !important;
  }

  .xxs\:w-56{
    width: 14rem !important;
  }

  .xxs\:w-64{
    width: 16rem !important;
  }

  .xxs\:w-auto{
    width: auto !important;
  }

  .xxs\:w-px{
    width: 1px !important;
  }

  .xxs\:w-2px{
    width: 2px !important;
  }

  .xxs\:w-3px{
    width: 3px !important;
  }

  .xxs\:w-5px{
    width: 5px !important;
  }

  .xxs\:w-10px{
    width: 10px !important;
  }

  .xxs\:w-15px{
    width: 15px !important;
  }

  .xxs\:w-20px{
    width: 20px !important;
  }

  .xxs\:w-25px{
    width: 25px !important;
  }

  .xxs\:w-30px{
    width: 30px !important;
  }

  .xxs\:w-36px{
    width: 36px !important;
  }

  .xxs\:w-50px{
    width: 50px !important;
  }

  .xxs\:w-60px{
    width: 60px !important;
  }

  .xxs\:w-120px{
    width: 120px !important;
  }

  .xxs\:w-1\/2{
    width: 50% !important;
  }

  .xxs\:w-1\/3{
    width: 33.333333% !important;
  }

  .xxs\:w-2\/3{
    width: 66.666667% !important;
  }

  .xxs\:w-1\/4{
    width: 25% !important;
  }

  .xxs\:w-2\/4{
    width: 50% !important;
  }

  .xxs\:w-3\/4{
    width: 75% !important;
  }

  .xxs\:w-1\/5{
    width: 20% !important;
  }

  .xxs\:w-2\/5{
    width: 40% !important;
  }

  .xxs\:w-3\/5{
    width: 60% !important;
  }

  .xxs\:w-4\/5{
    width: 80% !important;
  }

  .xxs\:w-1\/6{
    width: 16.666667% !important;
  }

  .xxs\:w-2\/6{
    width: 33.333333% !important;
  }

  .xxs\:w-3\/6{
    width: 50% !important;
  }

  .xxs\:w-4\/6{
    width: 66.666667% !important;
  }

  .xxs\:w-5\/6{
    width: 83.333333% !important;
  }

  .xxs\:w-1\/12{
    width: 8.333333% !important;
  }

  .xxs\:w-2\/12{
    width: 16.666667% !important;
  }

  .xxs\:w-3\/12{
    width: 25% !important;
  }

  .xxs\:w-4\/12{
    width: 33.333333% !important;
  }

  .xxs\:w-5\/12{
    width: 41.666667% !important;
  }

  .xxs\:w-6\/12{
    width: 50% !important;
  }

  .xxs\:w-7\/12{
    width: 58.333333% !important;
  }

  .xxs\:w-8\/12{
    width: 66.666667% !important;
  }

  .xxs\:w-9\/12{
    width: 75% !important;
  }

  .xxs\:w-10\/12{
    width: 83.333333% !important;
  }

  .xxs\:w-11\/12{
    width: 91.666667% !important;
  }

  .xxs\:w-full{
    width: 100% !important;
  }

  .xxs\:w-screen{
    width: 100vw !important;
  }

  .xxs\:z-0{
    z-index: 0 !important;
  }

  .xxs\:z-3{
    z-index: 3 !important;
  }

  .xxs\:z-10{
    z-index: 10 !important;
  }

  .xxs\:z-15{
    z-index: 15 !important;
  }

  .xxs\:z-20{
    z-index: 20 !important;
  }

  .xxs\:z-30{
    z-index: 30 !important;
  }

  .xxs\:z-40{
    z-index: 40 !important;
  }

  .xxs\:z-50{
    z-index: 50 !important;
  }

  .xxs\:z-auto{
    z-index: auto !important;
  }

  .xxs\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xxs\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xxs\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xxs\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xxs\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xxs\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xxs\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xxs\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xxs\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xxs\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xxs\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xxs\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xxs\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xxs\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xxs\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xxs\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xxs\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xxs\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xxs\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xxs\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xxs\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xxs\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .xxs\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .xxs\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .xxs\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .xxs\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xxs\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .xxs\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .xxs\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xxs\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .xxs\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xxs\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xxs\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xxs\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xxs\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xxs\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xxs\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xxs\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xxs\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xxs\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xxs\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xxs\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xxs\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xxs\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xxs\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xxs\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xxs\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xxs\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xxs\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xxs\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xxs\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xxs\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xxs\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xxs\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xxs\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xxs\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xxs\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xxs\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xxs\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xxs\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xxs\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xxs\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xxs\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xxs\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xxs\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xxs\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xxs\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xxs\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xxs\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xxs\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xxs\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xxs\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xxs\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xxs\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xxs\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xxs\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xxs\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xxs\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xxs\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xxs\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xxs\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xxs\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xxs\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xxs\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xxs\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xxs\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xxs\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xxs\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xxs\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xxs\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xxs\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xxs\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xxs\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xxs\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xxs\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xxs\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xxs\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxs\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxs\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxs\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxs\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxs\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxs\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxs\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxs\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxs\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxs\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxs\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxs\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxs\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxs\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxs\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxs\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xxs\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxs\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxs\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxs\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxs\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xxs\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xxs\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xxs\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xxs\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxs\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xxs\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xxs\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxs\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xxs\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxs\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxs\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxs\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxs\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxs\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxs\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxs\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxs\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxs\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxs\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxs\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxs\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxs\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxs\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxs\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxs\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxs\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxs\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xxs\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxs\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxs\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxs\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxs\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xxs\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xxs\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xxs\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xxs\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxs\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xxs\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xxs\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxs\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xxs\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxs\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxs\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xxs\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xxs\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xxs\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xxs\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xxs\:grid-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .xxs\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .xxs\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .xxs\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xxs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxs\:col-auto{
    grid-column: auto !important;
  }

  .xxs\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xxs\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xxs\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xxs\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xxs\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xxs\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xxs\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xxs\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xxs\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xxs\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xxs\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xxs\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xxs\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xxs\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xxs\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xxs\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xxs\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xxs\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xxs\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xxs\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xxs\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xxs\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xxs\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xxs\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xxs\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xxs\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xxs\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xxs\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xxs\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xxs\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xxs\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xxs\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xxs\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xxs\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xxs\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xxs\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xxs\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xxs\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xxs\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xxs\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xxs\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xxs\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxs\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xxs\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .xxs\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xxs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxs\:row-auto{
    grid-row: auto !important;
  }

  .xxs\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xxs\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xxs\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xxs\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xxs\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xxs\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xxs\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xxs\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xxs\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xxs\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xxs\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xxs\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xxs\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xxs\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xxs\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xxs\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xxs\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xxs\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xxs\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xxs\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xxs\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xxs\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xxs\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xxs\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xxs\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .xxs\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .xxs\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .xxs\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .xxs\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .xxs\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .xxs\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .xxs\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .xxs\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .xxs\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .xxs\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxs\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxs\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxs\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxs\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxs\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxs\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xxs\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xxs\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xxs\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xxs\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xxs\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xxs\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xxs\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xxs\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xxs\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xxs\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xxs\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xxs\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xxs\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xxs\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xxs\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xxs\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxs\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxs\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxs\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxs\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxs\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxs\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xxs\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xxs\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xxs\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xxs\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xxs\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xxs\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xxs\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xxs\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xxs\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xxs\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xxs\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xxs\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xxs\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xxs\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xxs\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xxs\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxs\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxs\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxs\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxs\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxs\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxs\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xxs\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xxs\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xxs\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xxs\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xxs\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xxs\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xxs\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xxs\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xxs\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xxs\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xxs\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xxs\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xxs\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xxs\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xxs\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xxs\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xxs\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xxs\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xxs\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xxs\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xxs\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xxs\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xxs\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xxs\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xxs\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xxs\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xxs\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xxs\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xxs\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xxs\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xxs\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xxs\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xxs\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xxs\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xxs\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xxs\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xxs\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xxs\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xxs\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xxs\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xxs\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xxs\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xxs\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xxs\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xxs\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xxs\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xxs\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xxs\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xxs\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xxs\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xxs\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xxs\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xxs\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xxs\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xxs\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xxs\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xxs\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xxs\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xxs\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xxs\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xxs\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xxs\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xxs\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xxs\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xxs\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xxs\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xxs\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xxs\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xxs\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xxs\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xxs\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xxs\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xxs\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xxs\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xxs\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xxs\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xxs\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xxs\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xxs\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xxs\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xxs\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xxs\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xxs\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xxs\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xxs\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xxs\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xxs\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xxs\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xxs\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xxs\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xxs\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xxs\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .xxs\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .xxs\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .xxs\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .xxs\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .xxs\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .xxs\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .xxs\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .xxs\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .xxs\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .xxs\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .xxs\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xxs\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xxs\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xxs\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xxs\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xxs\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xxs\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xxs\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xxs\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xxs\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xxs\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xxs\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xxs\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xxs\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xxs\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xxs\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xxs\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xxs\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xxs\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xxs\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xxs\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .xxs\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .xxs\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .xxs\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .xxs\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .xxs\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .xxs\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .xxs\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .xxs\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .xxs\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .xxs\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .xxs\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xxs\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xxs\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xxs\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xxs\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xxs\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xxs\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xxs\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xxs\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xxs\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xxs\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xxs\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xxs\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xxs\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xxs\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xxs\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xxs\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xxs\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xxs\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xxs\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xxs\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xxs\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xxs\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xxs\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xxs\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xxs\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .xxs\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .xxs\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .xxs\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .xxs\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .xxs\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .xxs\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .xxs\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .xxs\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .xxs\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .xxs\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .xxs\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xxs\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xxs\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xxs\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xxs\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xxs\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xxs\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xxs\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xxs\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xxs\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xxs\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xxs\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xxs\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xxs\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xxs\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xxs\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xxs\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xxs\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xxs\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xxs\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xxs\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .xxs\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .xxs\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .xxs\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .xxs\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .xxs\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .xxs\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .xxs\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .xxs\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .xxs\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .xxs\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .xxs\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xxs\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xxs\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xxs\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xxs\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xxs\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xxs\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xxs\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xxs\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xxs\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xxs\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xxs\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xxs\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xxs\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xxs\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xxs\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xxs\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xxs\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xxs\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xxs\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xxs\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xxs\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xxs\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xxs\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xxs\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xxs\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .xxs\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .xxs\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .xxs\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .xxs\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .xxs\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .xxs\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .xxs\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .xxs\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .xxs\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .xxs\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .xxs\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xxs\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xxs\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xxs\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xxs\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xxs\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xxs\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xxs\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xxs\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xxs\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xxs\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xxs\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xxs\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xxs\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xxs\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xxs\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xxs\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xxs\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xxs\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xxs\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xxs\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .xxs\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .xxs\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .xxs\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .xxs\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .xxs\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .xxs\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .xxs\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .xxs\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .xxs\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .xxs\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .xxs\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xxs\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xxs\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xxs\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xxs\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xxs\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xxs\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xxs\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xxs\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xxs\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xxs\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xxs\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xxs\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xxs\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xxs\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xxs\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xxs\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xxs\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xxs\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xxs\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xxs\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xxs\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xxs\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xxs\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xxs\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xxs\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .xxs\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .xxs\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .xxs\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .xxs\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .xxs\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .xxs\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .xxs\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .xxs\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .xxs\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .xxs\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .xxs\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xxs\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xxs\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xxs\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xxs\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xxs\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xxs\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xxs\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xxs\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xxs\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xxs\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xxs\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xxs\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xxs\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xxs\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xxs\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xxs\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xxs\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xxs\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xxs\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xxs\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .xxs\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .xxs\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .xxs\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .xxs\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .xxs\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .xxs\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .xxs\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .xxs\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .xxs\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .xxs\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .xxs\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xxs\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xxs\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xxs\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xxs\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xxs\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xxs\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xxs\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xxs\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xxs\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xxs\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xxs\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xxs\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xxs\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xxs\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xxs\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xxs\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xxs\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xxs\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xxs\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xxs\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xxs\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xxs\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xxs\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xxs\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xxs\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .xxs\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .xxs\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .xxs\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .xxs\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .xxs\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .xxs\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .xxs\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .xxs\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .xxs\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .xxs\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .xxs\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xxs\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xxs\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xxs\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xxs\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xxs\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xxs\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xxs\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xxs\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xxs\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xxs\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xxs\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xxs\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xxs\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xxs\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xxs\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xxs\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xxs\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xxs\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xxs\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xxs\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .xxs\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .xxs\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .xxs\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .xxs\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .xxs\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .xxs\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .xxs\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .xxs\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .xxs\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .xxs\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .xxs\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xxs\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xxs\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xxs\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xxs\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xxs\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xxs\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xxs\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xxs\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xxs\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xxs\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xxs\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xxs\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xxs\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xxs\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xxs\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xxs\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xxs\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xxs\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xxs\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xxs\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xxs\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xxs\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xxs\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xxs\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xxs\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .xxs\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .xxs\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .xxs\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .xxs\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .xxs\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .xxs\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .xxs\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .xxs\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .xxs\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .xxs\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .xxs\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xxs\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xxs\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xxs\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xxs\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xxs\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xxs\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xxs\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xxs\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xxs\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xxs\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xxs\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xxs\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xxs\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xxs\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xxs\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xxs\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xxs\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xxs\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xxs\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xxs\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .xxs\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .xxs\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .xxs\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .xxs\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .xxs\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .xxs\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .xxs\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .xxs\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .xxs\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .xxs\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .xxs\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xxs\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xxs\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xxs\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xxs\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xxs\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xxs\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xxs\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xxs\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xxs\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xxs\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xxs\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xxs\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xxs\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xxs\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xxs\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xxs\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xxs\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xxs\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xxs\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xxs\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xxs\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xxs\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xxs\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xxs\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xxs\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xxs\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xxs\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xxs\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xxs\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xxs\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xxs\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xxs\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xxs\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xxs\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xxs\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xxs\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xxs\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xxs\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xxs\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xxs\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xxs\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xxs\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xxs\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xxs\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xxs\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xxs\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xxs\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xxs\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xxs\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xxs\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xxs\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xxs\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xxs\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xxs\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xxs\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xxs\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xxs\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xxs\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xxs\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xxs\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xxs\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xxs\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xxs\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xxs\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xxs\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xxs\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xxs\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xxs\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xxs\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xxs\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .xxs\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .xxs\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xxs\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xxs\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xxs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xxs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xxs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xxs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xxs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .xxs\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxs\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxs\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxs\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .xxs\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .xxs\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .xxs\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .xxs\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .xxs\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .xxs\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .xxs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .xxs\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .xxs\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .xxs\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .xxs\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .xxs\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .xxs\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .xxs\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .xxs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .xxs\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .xxs\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .xxs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxs\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 360px){
  .xs\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xs\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .xs\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .xs\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .xs\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xs\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xs\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .xs\:container{
      max-width: 1920px;
    }
  }

  .xs\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .xs\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .xs\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xs\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xs\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xs\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xs\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xs\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xs\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xs\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xs\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xs\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xs\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xs\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xs\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xs\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xs\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xs\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xs\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xs\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xs\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xs\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xs\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .xs\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .xs\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .xs\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xs\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .xs\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .xs\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .xs\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .xs\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .xs\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .xs\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .xs\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .xs\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .xs\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .xs\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .xs\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .xs\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .xs\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xs\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xs\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xs\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xs\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xs\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xs\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xs\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xs\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xs\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .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\: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\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !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-transparent{
    background-color: transparent !important;
  }

  .xs\:bg-current{
    background-color: currentColor !important;
  }

  .xs\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .xs\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .xs\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xs\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .xs\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xs\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xs\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xs\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xs\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xs\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xs\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xs\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xs\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xs\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xs\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xs\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xs\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xs\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .xs\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xs\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xs\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--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{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xs\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .xs\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xs\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xs\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xs\:bg-none{
    background-image: none !important;
  }

  .xs\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xs\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xs\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xs\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xs\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xs\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xs\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xs\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .xs\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xs\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xs\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xs\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xs\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xs\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xs\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xs\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xs\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xs\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xs\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xs\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .xs\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .xs\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .xs\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .xs\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .xs\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .xs\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xs\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xs\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .xs\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xs\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .xs\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .xs\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .xs\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .xs\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .xs\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .xs\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .xs\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .xs\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xs\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .xs\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .xs\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .xs\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .xs\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xs\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xs\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xs\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xs\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xs\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .xs\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xs\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xs\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xs\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xs\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xs\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xs\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xs\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xs\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xs\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xs\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xs\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .xs\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .xs\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .xs\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .xs\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .xs\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .xs\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xs\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xs\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .xs\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xs\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .xs\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .xs\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .xs\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .xs\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .xs\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .xs\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .xs\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .xs\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xs\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .xs\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .xs\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .xs\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .xs\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xs\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xs\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xs\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xs\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xs\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xs\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xs\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xs\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xs\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xs\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xs\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xs\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xs\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xs\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xs\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xs\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xs\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xs\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xs\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xs\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xs\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xs\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xs\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xs\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xs\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xs\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xs\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xs\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xs\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xs\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xs\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xs\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xs\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xs\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xs\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xs\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xs\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xs\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xs\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xs\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xs\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xs\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xs\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xs\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xs\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xs\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xs\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xs\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xs\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xs\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xs\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xs\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xs\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xs\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xs\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xs\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xs\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xs\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xs\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xs\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xs\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xs\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xs\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xs\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xs\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xs\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xs\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xs\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xs\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xs\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xs\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xs\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xs\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xs\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xs\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xs\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xs\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xs\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xs\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xs\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xs\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xs\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xs\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xs\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xs\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xs\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xs\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xs\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xs\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xs\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xs\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xs\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xs\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xs\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xs\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xs\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xs\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xs\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xs\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xs\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xs\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xs\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xs\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xs\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xs\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xs\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xs\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xs\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xs\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xs\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xs\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xs\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xs\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xs\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xs\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xs\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xs\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xs\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xs\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xs\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xs\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .xs\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xs\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xs\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xs\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xs\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xs\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xs\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xs\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xs\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xs\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xs\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xs\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xs\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xs\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xs\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xs\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xs\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xs\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xs\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xs\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xs\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xs\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xs\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xs\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xs\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xs\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xs\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xs\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xs\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xs\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xs\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xs\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xs\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xs\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xs\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xs\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xs\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xs\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xs\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xs\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xs\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xs\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xs\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xs\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xs\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xs\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xs\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xs\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xs\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xs\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xs\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xs\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xs\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xs\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xs\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xs\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xs\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xs\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xs\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xs\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xs\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xs\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xs\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xs\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xs\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xs\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xs\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xs\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xs\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xs\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xs\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xs\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xs\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xs\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xs\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .xs\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .xs\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .xs\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .xs\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .xs\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .xs\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xs\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xs\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xs\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .xs\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xs\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .xs\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .xs\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .xs\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .xs\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .xs\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .xs\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .xs\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .xs\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xs\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .xs\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .xs\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .xs\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .xs\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xs\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xs\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xs\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xs\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xs\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xs\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xs\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xs\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xs\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xs\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xs\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xs\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xs\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xs\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !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-auto{
    background-size: auto !important;
  }

  .xs\:bg-cover{
    background-size: cover !important;
  }

  .xs\:bg-contain{
    background-size: contain !important;
  }

  .xs\:border-collapse{
    border-collapse: collapse !important;
  }

  .xs\:border-separate{
    border-collapse: separate !important;
  }

  .xs\:border-transparent{
    border-color: transparent !important;
  }

  .xs\:border-current{
    border-color: currentColor !important;
  }

  .xs\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xs\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .xs\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .xs\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xs\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xs\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xs\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xs\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xs\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xs\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xs\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xs\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .xs\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xs\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xs\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xs\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xs\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xs\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xs\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xs\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xs\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xs\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xs\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xs\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xs\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xs\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xs\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xs\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .xs\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xs\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xs\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--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{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xs\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .xs\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xs\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xs\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xs\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xs\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xs\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xs\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xs\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xs\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xs\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xs\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xs\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xs\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xs\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xs\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xs\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xs\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xs\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xs\:rounded-10{
    border-radius: 10px !important;
  }

  .xs\:rounded-none{
    border-radius: 0 !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-50\%{
    border-radius: 50% !important;
  }

  .xs\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .xs\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .xs\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xs\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xs\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xs\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .xs\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .xs\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .xs\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .xs\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xs\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xs\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xs\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xs\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xs\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xs\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xs\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xs\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xs\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xs\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xs\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xs\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xs\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xs\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xs\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xs\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xs\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xs\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xs\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xs\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xs\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xs\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xs\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xs\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xs\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xs\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xs\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xs\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xs\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xs\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .xs\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .xs\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .xs\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !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-0{
    border-width: 0 !important;
  }

  .xs\:border-2{
    border-width: 2px !important;
  }

  .xs\:border-3{
    border-width: 3px !important;
  }

  .xs\:border-4{
    border-width: 4px !important;
  }

  .xs\:border-8{
    border-width: 8px !important;
  }

  .xs\:border{
    border-width: 1px !important;
  }

  .xs\:border-t-0{
    border-top-width: 0 !important;
  }

  .xs\:border-r-0{
    border-right-width: 0 !important;
  }

  .xs\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xs\:border-l-0{
    border-left-width: 0 !important;
  }

  .xs\:border-t-2{
    border-top-width: 2px !important;
  }

  .xs\:border-r-2{
    border-right-width: 2px !important;
  }

  .xs\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xs\:border-l-2{
    border-left-width: 2px !important;
  }

  .xs\:border-t-3{
    border-top-width: 3px !important;
  }

  .xs\:border-r-3{
    border-right-width: 3px !important;
  }

  .xs\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .xs\:border-l-3{
    border-left-width: 3px !important;
  }

  .xs\:border-t-4{
    border-top-width: 4px !important;
  }

  .xs\:border-r-4{
    border-right-width: 4px !important;
  }

  .xs\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xs\:border-l-4{
    border-left-width: 4px !important;
  }

  .xs\:border-t-8{
    border-top-width: 8px !important;
  }

  .xs\:border-r-8{
    border-right-width: 8px !important;
  }

  .xs\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xs\:border-l-8{
    border-left-width: 8px !important;
  }

  .xs\:border-t{
    border-top-width: 1px !important;
  }

  .xs\:border-r{
    border-right-width: 1px !important;
  }

  .xs\:border-b{
    border-bottom-width: 1px !important;
  }

  .xs\:border-l{
    border-left-width: 1px !important;
  }

  .xs\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .xs\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !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-not-allowed{
    cursor: not-allowed !important;
  }

  .xs\:block{
    display: block !important;
  }

  .xs\:inline-block{
    display: inline-block !important;
  }

  .xs\:inline{
    display: inline !important;
  }

  .xs\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xs\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xs\:table{
    display: 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\:hidden{
    display: none !important;
  }

  .xs\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .xs\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .xs\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .xs\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .xs\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .xs\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .xs\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .xs\:place-items-auto{
    place-items: auto !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\: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-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\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .xs\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .xs\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .xs\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .xs\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .xs\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .xs\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .xs\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .xs\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .xs\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .xs\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .xs\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .xs\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .xs\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .xs\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .xs\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xs\:justify-items-auto{
    justify-items: auto !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\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xs\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .xs\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .xs\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .xs\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .xs\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !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\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .xs\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .xs\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .xs\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .xs\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .xs\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .xs\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .xs\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .xs\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .xs\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .xs\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .xs\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .xs\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .xs\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .xs\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .xs\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .xs\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .xs\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .xs\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .xs\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .xs\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .xs\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .xs\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .xs\:float-right{
    float: right !important;
  }

  .xs\:float-left{
    float: left !important;
  }

  .xs\:float-none{
    float: none !important;
  }

  .xs\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !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\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xs\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xs\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xs\:font-hairline{
    font-weight: 100 !important;
  }

  .xs\:font-thin{
    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\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xs\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xs\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xs\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xs\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xs\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xs\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xs\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xs\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xs\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xs\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xs\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xs\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xs\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xs\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xs\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xs\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xs\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xs\:h-0{
    height: 0 !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-8{
    height: 2rem !important;
  }

  .xs\:h-10{
    height: 2.5rem !important;
  }

  .xs\:h-12{
    height: 3rem !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-40{
    height: 10rem !important;
  }

  .xs\:h-48{
    height: 12rem !important;
  }

  .xs\:h-56{
    height: 14rem !important;
  }

  .xs\:h-64{
    height: 16rem !important;
  }

  .xs\:h-auto{
    height: auto !important;
  }

  .xs\:h-px{
    height: 1px !important;
  }

  .xs\:h-2px{
    height: 2px !important;
  }

  .xs\:h-3px{
    height: 3px !important;
  }

  .xs\:h-5px{
    height: 5px !important;
  }

  .xs\:h-10px{
    height: 10px !important;
  }

  .xs\:h-15px{
    height: 15px !important;
  }

  .xs\:h-20px{
    height: 20px !important;
  }

  .xs\:h-25px{
    height: 25px !important;
  }

  .xs\:h-30px{
    height: 30px !important;
  }

  .xs\:h-36px{
    height: 36px !important;
  }

  .xs\:h-50px{
    height: 50px !important;
  }

  .xs\:h-60px{
    height: 60px !important;
  }

  .xs\:h-120px{
    height: 120px !important;
  }

  .xs\:h-full{
    height: 100% !important;
  }

  .xs\:h-screen{
    height: 100vh !important;
  }

  .xs\:text-xs{
    font-size: .75rem !important;
  }

  .xs\:text-sm{
    font-size: 14px !important;
  }

  .xs\:text-base{
    font-size: 16px !important;
  }

  .xs\:text-lg{
    font-size: 18px !important;
  }

  .xs\:text-xl{
    font-size: 20px !important;
  }

  .xs\:text-2xl{
    font-size: 1.5rem !important;
  }

  .xs\:text-3xl{
    font-size: 30px !important;
  }

  .xs\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xs\:text-5xl{
    font-size: 3rem !important;
  }

  .xs\:text-6xl{
    font-size: 4rem !important;
  }

  .xs\:text-toy{
    font-size: 10px !important;
  }

  .xs\:text-xxs{
    font-size: 11px !important;
  }

  .xs\:text-tiny{
    font-size: 13px !important;
  }

  .xs\:text-normal{
    font-size: 15px !important;
  }

  .xs\:text-x21{
    font-size: 21px !important;
  }

  .xs\:text-x22{
    font-size: 22px !important;
  }

  .xs\:text-x23{
    font-size: 23px !important;
  }

  .xs\:text-x25{
    font-size: 25px !important;
  }

  .xs\:text-large{
    font-size: 40px !important;
  }

  .xs\:text-huge{
    font-size: 50px !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\:leading-60px{
    line-height: 60px !important;
  }

  .xs\:leading-small{
    line-height: 23px !important;
  }

  .xs\:leading-ordinary{
    line-height: 25px !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\:list-line{
    list-style-type: - !important;
  }

  .xs\:m-0{
    margin: 0 !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-8{
    margin: 2rem !important;
  }

  .xs\:m-10{
    margin: 2.5rem !important;
  }

  .xs\:m-12{
    margin: 3rem !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-40{
    margin: 10rem !important;
  }

  .xs\:m-48{
    margin: 12rem !important;
  }

  .xs\:m-56{
    margin: 14rem !important;
  }

  .xs\:m-64{
    margin: 16rem !important;
  }

  .xs\:m-auto{
    margin: auto !important;
  }

  .xs\:m-px{
    margin: 1px !important;
  }

  .xs\:m-2px{
    margin: 2px !important;
  }

  .xs\:m-3px{
    margin: 3px !important;
  }

  .xs\:m-5px{
    margin: 5px !important;
  }

  .xs\:m-10px{
    margin: 10px !important;
  }

  .xs\:m-15px{
    margin: 15px !important;
  }

  .xs\:m-20px{
    margin: 20px !important;
  }

  .xs\:m-25px{
    margin: 25px !important;
  }

  .xs\:m-30px{
    margin: 30px !important;
  }

  .xs\:m-36px{
    margin: 36px !important;
  }

  .xs\:m-50px{
    margin: 50px !important;
  }

  .xs\:m-60px{
    margin: 60px !important;
  }

  .xs\:m-120px{
    margin: 120px !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-8{
    margin: -2rem !important;
  }

  .xs\:-m-10{
    margin: -2.5rem !important;
  }

  .xs\:-m-12{
    margin: -3rem !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-40{
    margin: -10rem !important;
  }

  .xs\:-m-48{
    margin: -12rem !important;
  }

  .xs\:-m-56{
    margin: -14rem !important;
  }

  .xs\:-m-64{
    margin: -16rem !important;
  }

  .xs\:-m-px{
    margin: -1px !important;
  }

  .xs\:-m-2px{
    margin: -2px !important;
  }

  .xs\:-m-3px{
    margin: -3px !important;
  }

  .xs\:-m-5px{
    margin: -5px !important;
  }

  .xs\:-m-10px{
    margin: -10px !important;
  }

  .xs\:-m-15px{
    margin: -15px !important;
  }

  .xs\:-m-20px{
    margin: -20px !important;
  }

  .xs\:-m-25px{
    margin: -25px !important;
  }

  .xs\:-m-30px{
    margin: -30px !important;
  }

  .xs\:-m-36px{
    margin: -36px !important;
  }

  .xs\:-m-50px{
    margin: -50px !important;
  }

  .xs\:-m-60px{
    margin: -60px !important;
  }

  .xs\:-m-120px{
    margin: -120px !important;
  }

  .xs\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xs\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xs\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xs\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xs\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xs\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xs\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xs\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xs\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xs\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xs\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xs\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xs\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xs\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xs\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xs\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xs\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xs\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xs\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xs\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xs\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xs\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xs\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xs\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xs\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xs\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xs\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xs\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xs\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xs\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xs\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xs\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xs\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xs\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xs\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xs\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xs\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xs\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xs\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xs\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xs\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xs\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xs\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xs\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xs\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xs\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xs\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xs\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xs\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xs\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xs\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xs\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xs\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xs\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xs\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xs\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xs\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xs\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xs\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xs\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xs\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xs\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xs\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xs\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xs\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xs\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xs\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xs\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xs\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xs\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xs\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xs\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xs\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xs\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xs\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xs\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xs\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xs\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xs\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xs\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xs\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xs\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xs\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xs\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xs\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xs\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xs\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xs\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xs\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xs\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xs\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xs\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xs\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xs\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xs\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xs\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xs\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xs\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xs\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xs\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xs\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xs\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xs\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xs\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xs\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xs\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xs\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xs\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xs\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xs\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xs\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xs\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xs\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xs\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xs\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xs\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xs\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xs\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xs\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xs\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xs\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xs\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xs\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xs\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xs\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xs\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xs\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xs\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xs\:mt-0{
    margin-top: 0 !important;
  }

  .xs\:mr-0{
    margin-right: 0 !important;
  }

  .xs\:mb-0{
    margin-bottom: 0 !important;
  }

  .xs\:ml-0{
    margin-left: 0 !important;
  }

  .xs\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xs\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xs\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xs\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xs\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xs\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xs\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xs\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xs\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xs\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xs\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xs\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xs\:mt-4{
    margin-top: 1rem !important;
  }

  .xs\:mr-4{
    margin-right: 1rem !important;
  }

  .xs\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xs\:ml-4{
    margin-left: 1rem !important;
  }

  .xs\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xs\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xs\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xs\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xs\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xs\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xs\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xs\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xs\:mt-8{
    margin-top: 2rem !important;
  }

  .xs\:mr-8{
    margin-right: 2rem !important;
  }

  .xs\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xs\:ml-8{
    margin-left: 2rem !important;
  }

  .xs\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xs\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xs\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xs\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xs\:mt-12{
    margin-top: 3rem !important;
  }

  .xs\:mr-12{
    margin-right: 3rem !important;
  }

  .xs\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xs\:ml-12{
    margin-left: 3rem !important;
  }

  .xs\:mt-16{
    margin-top: 4rem !important;
  }

  .xs\:mr-16{
    margin-right: 4rem !important;
  }

  .xs\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xs\:ml-16{
    margin-left: 4rem !important;
  }

  .xs\:mt-20{
    margin-top: 5rem !important;
  }

  .xs\:mr-20{
    margin-right: 5rem !important;
  }

  .xs\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xs\:ml-20{
    margin-left: 5rem !important;
  }

  .xs\:mt-24{
    margin-top: 6rem !important;
  }

  .xs\:mr-24{
    margin-right: 6rem !important;
  }

  .xs\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xs\:ml-24{
    margin-left: 6rem !important;
  }

  .xs\:mt-28{
    margin-top: 7rem !important;
  }

  .xs\:mr-28{
    margin-right: 7rem !important;
  }

  .xs\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xs\:ml-28{
    margin-left: 7rem !important;
  }

  .xs\:mt-32{
    margin-top: 8rem !important;
  }

  .xs\:mr-32{
    margin-right: 8rem !important;
  }

  .xs\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xs\:ml-32{
    margin-left: 8rem !important;
  }

  .xs\:mt-40{
    margin-top: 10rem !important;
  }

  .xs\:mr-40{
    margin-right: 10rem !important;
  }

  .xs\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xs\:ml-40{
    margin-left: 10rem !important;
  }

  .xs\:mt-48{
    margin-top: 12rem !important;
  }

  .xs\:mr-48{
    margin-right: 12rem !important;
  }

  .xs\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xs\:ml-48{
    margin-left: 12rem !important;
  }

  .xs\:mt-56{
    margin-top: 14rem !important;
  }

  .xs\:mr-56{
    margin-right: 14rem !important;
  }

  .xs\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xs\:ml-56{
    margin-left: 14rem !important;
  }

  .xs\:mt-64{
    margin-top: 16rem !important;
  }

  .xs\:mr-64{
    margin-right: 16rem !important;
  }

  .xs\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xs\:ml-64{
    margin-left: 16rem !important;
  }

  .xs\:mt-auto{
    margin-top: auto !important;
  }

  .xs\:mr-auto{
    margin-right: auto !important;
  }

  .xs\:mb-auto{
    margin-bottom: auto !important;
  }

  .xs\:ml-auto{
    margin-left: auto !important;
  }

  .xs\:mt-px{
    margin-top: 1px !important;
  }

  .xs\:mr-px{
    margin-right: 1px !important;
  }

  .xs\:mb-px{
    margin-bottom: 1px !important;
  }

  .xs\:ml-px{
    margin-left: 1px !important;
  }

  .xs\:mt-2px{
    margin-top: 2px !important;
  }

  .xs\:mr-2px{
    margin-right: 2px !important;
  }

  .xs\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xs\:ml-2px{
    margin-left: 2px !important;
  }

  .xs\:mt-3px{
    margin-top: 3px !important;
  }

  .xs\:mr-3px{
    margin-right: 3px !important;
  }

  .xs\:mb-3px{
    margin-bottom: 3px !important;
  }

  .xs\:ml-3px{
    margin-left: 3px !important;
  }

  .xs\:mt-5px{
    margin-top: 5px !important;
  }

  .xs\:mr-5px{
    margin-right: 5px !important;
  }

  .xs\:mb-5px{
    margin-bottom: 5px !important;
  }

  .xs\:ml-5px{
    margin-left: 5px !important;
  }

  .xs\:mt-10px{
    margin-top: 10px !important;
  }

  .xs\:mr-10px{
    margin-right: 10px !important;
  }

  .xs\:mb-10px{
    margin-bottom: 10px !important;
  }

  .xs\:ml-10px{
    margin-left: 10px !important;
  }

  .xs\:mt-15px{
    margin-top: 15px !important;
  }

  .xs\:mr-15px{
    margin-right: 15px !important;
  }

  .xs\:mb-15px{
    margin-bottom: 15px !important;
  }

  .xs\:ml-15px{
    margin-left: 15px !important;
  }

  .xs\:mt-20px{
    margin-top: 20px !important;
  }

  .xs\:mr-20px{
    margin-right: 20px !important;
  }

  .xs\:mb-20px{
    margin-bottom: 20px !important;
  }

  .xs\:ml-20px{
    margin-left: 20px !important;
  }

  .xs\:mt-25px{
    margin-top: 25px !important;
  }

  .xs\:mr-25px{
    margin-right: 25px !important;
  }

  .xs\:mb-25px{
    margin-bottom: 25px !important;
  }

  .xs\:ml-25px{
    margin-left: 25px !important;
  }

  .xs\:mt-30px{
    margin-top: 30px !important;
  }

  .xs\:mr-30px{
    margin-right: 30px !important;
  }

  .xs\:mb-30px{
    margin-bottom: 30px !important;
  }

  .xs\:ml-30px{
    margin-left: 30px !important;
  }

  .xs\:mt-36px{
    margin-top: 36px !important;
  }

  .xs\:mr-36px{
    margin-right: 36px !important;
  }

  .xs\:mb-36px{
    margin-bottom: 36px !important;
  }

  .xs\:ml-36px{
    margin-left: 36px !important;
  }

  .xs\:mt-50px{
    margin-top: 50px !important;
  }

  .xs\:mr-50px{
    margin-right: 50px !important;
  }

  .xs\:mb-50px{
    margin-bottom: 50px !important;
  }

  .xs\:ml-50px{
    margin-left: 50px !important;
  }

  .xs\:mt-60px{
    margin-top: 60px !important;
  }

  .xs\:mr-60px{
    margin-right: 60px !important;
  }

  .xs\:mb-60px{
    margin-bottom: 60px !important;
  }

  .xs\:ml-60px{
    margin-left: 60px !important;
  }

  .xs\:mt-120px{
    margin-top: 120px !important;
  }

  .xs\:mr-120px{
    margin-right: 120px !important;
  }

  .xs\:mb-120px{
    margin-bottom: 120px !important;
  }

  .xs\:ml-120px{
    margin-left: 120px !important;
  }

  .xs\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xs\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xs\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xs\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xs\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xs\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xs\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xs\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xs\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xs\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xs\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xs\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xs\:-mt-4{
    margin-top: -1rem !important;
  }

  .xs\:-mr-4{
    margin-right: -1rem !important;
  }

  .xs\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xs\:-ml-4{
    margin-left: -1rem !important;
  }

  .xs\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xs\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xs\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xs\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xs\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xs\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xs\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xs\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xs\:-mt-8{
    margin-top: -2rem !important;
  }

  .xs\:-mr-8{
    margin-right: -2rem !important;
  }

  .xs\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xs\:-ml-8{
    margin-left: -2rem !important;
  }

  .xs\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xs\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xs\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xs\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xs\:-mt-12{
    margin-top: -3rem !important;
  }

  .xs\:-mr-12{
    margin-right: -3rem !important;
  }

  .xs\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xs\:-ml-12{
    margin-left: -3rem !important;
  }

  .xs\:-mt-16{
    margin-top: -4rem !important;
  }

  .xs\:-mr-16{
    margin-right: -4rem !important;
  }

  .xs\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xs\:-ml-16{
    margin-left: -4rem !important;
  }

  .xs\:-mt-20{
    margin-top: -5rem !important;
  }

  .xs\:-mr-20{
    margin-right: -5rem !important;
  }

  .xs\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xs\:-ml-20{
    margin-left: -5rem !important;
  }

  .xs\:-mt-24{
    margin-top: -6rem !important;
  }

  .xs\:-mr-24{
    margin-right: -6rem !important;
  }

  .xs\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xs\:-ml-24{
    margin-left: -6rem !important;
  }

  .xs\:-mt-28{
    margin-top: -7rem !important;
  }

  .xs\:-mr-28{
    margin-right: -7rem !important;
  }

  .xs\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xs\:-ml-28{
    margin-left: -7rem !important;
  }

  .xs\:-mt-32{
    margin-top: -8rem !important;
  }

  .xs\:-mr-32{
    margin-right: -8rem !important;
  }

  .xs\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xs\:-ml-32{
    margin-left: -8rem !important;
  }

  .xs\:-mt-40{
    margin-top: -10rem !important;
  }

  .xs\:-mr-40{
    margin-right: -10rem !important;
  }

  .xs\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xs\:-ml-40{
    margin-left: -10rem !important;
  }

  .xs\:-mt-48{
    margin-top: -12rem !important;
  }

  .xs\:-mr-48{
    margin-right: -12rem !important;
  }

  .xs\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xs\:-ml-48{
    margin-left: -12rem !important;
  }

  .xs\:-mt-56{
    margin-top: -14rem !important;
  }

  .xs\:-mr-56{
    margin-right: -14rem !important;
  }

  .xs\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xs\:-ml-56{
    margin-left: -14rem !important;
  }

  .xs\:-mt-64{
    margin-top: -16rem !important;
  }

  .xs\:-mr-64{
    margin-right: -16rem !important;
  }

  .xs\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xs\:-ml-64{
    margin-left: -16rem !important;
  }

  .xs\:-mt-px{
    margin-top: -1px !important;
  }

  .xs\:-mr-px{
    margin-right: -1px !important;
  }

  .xs\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xs\:-ml-px{
    margin-left: -1px !important;
  }

  .xs\:-mt-2px{
    margin-top: -2px !important;
  }

  .xs\:-mr-2px{
    margin-right: -2px !important;
  }

  .xs\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xs\:-ml-2px{
    margin-left: -2px !important;
  }

  .xs\:-mt-3px{
    margin-top: -3px !important;
  }

  .xs\:-mr-3px{
    margin-right: -3px !important;
  }

  .xs\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .xs\:-ml-3px{
    margin-left: -3px !important;
  }

  .xs\:-mt-5px{
    margin-top: -5px !important;
  }

  .xs\:-mr-5px{
    margin-right: -5px !important;
  }

  .xs\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .xs\:-ml-5px{
    margin-left: -5px !important;
  }

  .xs\:-mt-10px{
    margin-top: -10px !important;
  }

  .xs\:-mr-10px{
    margin-right: -10px !important;
  }

  .xs\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .xs\:-ml-10px{
    margin-left: -10px !important;
  }

  .xs\:-mt-15px{
    margin-top: -15px !important;
  }

  .xs\:-mr-15px{
    margin-right: -15px !important;
  }

  .xs\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .xs\:-ml-15px{
    margin-left: -15px !important;
  }

  .xs\:-mt-20px{
    margin-top: -20px !important;
  }

  .xs\:-mr-20px{
    margin-right: -20px !important;
  }

  .xs\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .xs\:-ml-20px{
    margin-left: -20px !important;
  }

  .xs\:-mt-25px{
    margin-top: -25px !important;
  }

  .xs\:-mr-25px{
    margin-right: -25px !important;
  }

  .xs\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .xs\:-ml-25px{
    margin-left: -25px !important;
  }

  .xs\:-mt-30px{
    margin-top: -30px !important;
  }

  .xs\:-mr-30px{
    margin-right: -30px !important;
  }

  .xs\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .xs\:-ml-30px{
    margin-left: -30px !important;
  }

  .xs\:-mt-36px{
    margin-top: -36px !important;
  }

  .xs\:-mr-36px{
    margin-right: -36px !important;
  }

  .xs\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .xs\:-ml-36px{
    margin-left: -36px !important;
  }

  .xs\:-mt-50px{
    margin-top: -50px !important;
  }

  .xs\:-mr-50px{
    margin-right: -50px !important;
  }

  .xs\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .xs\:-ml-50px{
    margin-left: -50px !important;
  }

  .xs\:-mt-60px{
    margin-top: -60px !important;
  }

  .xs\:-mr-60px{
    margin-right: -60px !important;
  }

  .xs\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .xs\:-ml-60px{
    margin-left: -60px !important;
  }

  .xs\:-mt-120px{
    margin-top: -120px !important;
  }

  .xs\:-mr-120px{
    margin-right: -120px !important;
  }

  .xs\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .xs\:-ml-120px{
    margin-left: -120px !important;
  }

  .xs\:max-h-full{
    max-height: 100% !important;
  }

  .xs\:max-h-screen{
    max-height: 100vh !important;
  }

  .xs\:max-h-3\/4{
    max-height: 75% !important;
  }

  .xs\:max-w-250{
    max-width: 250px !important;
  }

  .xs\:max-w-440{
    max-width: 440px !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-full{
    max-width: 100% !important;
  }

  .xs\:max-w-screen-sm{
    max-width: 560px !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-xxs{
    max-width: 320px !important;
  }

  .xs\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .xs\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .xs\:min-h-0{
    min-height: 0 !important;
  }

  .xs\:min-h-full{
    min-height: 100% !important;
  }

  .xs\:min-h-screen{
    min-height: 100vh !important;
  }

  .xs\:min-w-0{
    min-width: 0 !important;
  }

  .xs\:min-w-full{
    min-width: 100% !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\:opacity-0{
    opacity: 0 !important;
  }

  .xs\:opacity-25{
    opacity: 0.25 !important;
  }

  .xs\:opacity-50{
    opacity: 0.5 !important;
  }

  .xs\:opacity-75{
    opacity: 0.75 !important;
  }

  .xs\:opacity-100{
    opacity: 1 !important;
  }

  .xs\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xs\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xs\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xs\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xs\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xs\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xs\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xs\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xs\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xs\:focus\:opacity-100:focus{
    opacity: 1 !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\: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\: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\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xs\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xs\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .xs\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .xs\:overscroll-none{
    -ms-scroll-chaining: none !important;
    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\:p-0{
    padding: 0 !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-8{
    padding: 2rem !important;
  }

  .xs\:p-10{
    padding: 2.5rem !important;
  }

  .xs\:p-12{
    padding: 3rem !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-40{
    padding: 10rem !important;
  }

  .xs\:p-48{
    padding: 12rem !important;
  }

  .xs\:p-56{
    padding: 14rem !important;
  }

  .xs\:p-64{
    padding: 16rem !important;
  }

  .xs\:p-px{
    padding: 1px !important;
  }

  .xs\:p-2px{
    padding: 2px !important;
  }

  .xs\:p-3px{
    padding: 3px !important;
  }

  .xs\:p-5px{
    padding: 5px !important;
  }

  .xs\:p-10px{
    padding: 10px !important;
  }

  .xs\:p-15px{
    padding: 15px !important;
  }

  .xs\:p-20px{
    padding: 20px !important;
  }

  .xs\:p-25px{
    padding: 25px !important;
  }

  .xs\:p-30px{
    padding: 30px !important;
  }

  .xs\:p-36px{
    padding: 36px !important;
  }

  .xs\:p-50px{
    padding: 50px !important;
  }

  .xs\:p-60px{
    padding: 60px !important;
  }

  .xs\:p-120px{
    padding: 120px !important;
  }

  .xs\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xs\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xs\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xs\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xs\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xs\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xs\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xs\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xs\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xs\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xs\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xs\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xs\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xs\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xs\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xs\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xs\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xs\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xs\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xs\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xs\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xs\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xs\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xs\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xs\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xs\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xs\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xs\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xs\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xs\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xs\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xs\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xs\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xs\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xs\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xs\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xs\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xs\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xs\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xs\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xs\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xs\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xs\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xs\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xs\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xs\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xs\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xs\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xs\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xs\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xs\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xs\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xs\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xs\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xs\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xs\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xs\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xs\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xs\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xs\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xs\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xs\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xs\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xs\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xs\:pt-0{
    padding-top: 0 !important;
  }

  .xs\:pr-0{
    padding-right: 0 !important;
  }

  .xs\:pb-0{
    padding-bottom: 0 !important;
  }

  .xs\:pl-0{
    padding-left: 0 !important;
  }

  .xs\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xs\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xs\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xs\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xs\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xs\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xs\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xs\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xs\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xs\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xs\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xs\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xs\:pt-4{
    padding-top: 1rem !important;
  }

  .xs\:pr-4{
    padding-right: 1rem !important;
  }

  .xs\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xs\:pl-4{
    padding-left: 1rem !important;
  }

  .xs\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xs\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xs\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xs\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xs\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xs\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xs\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xs\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xs\:pt-8{
    padding-top: 2rem !important;
  }

  .xs\:pr-8{
    padding-right: 2rem !important;
  }

  .xs\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xs\:pl-8{
    padding-left: 2rem !important;
  }

  .xs\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xs\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xs\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xs\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xs\:pt-12{
    padding-top: 3rem !important;
  }

  .xs\:pr-12{
    padding-right: 3rem !important;
  }

  .xs\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xs\:pl-12{
    padding-left: 3rem !important;
  }

  .xs\:pt-16{
    padding-top: 4rem !important;
  }

  .xs\:pr-16{
    padding-right: 4rem !important;
  }

  .xs\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xs\:pl-16{
    padding-left: 4rem !important;
  }

  .xs\:pt-20{
    padding-top: 5rem !important;
  }

  .xs\:pr-20{
    padding-right: 5rem !important;
  }

  .xs\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xs\:pl-20{
    padding-left: 5rem !important;
  }

  .xs\:pt-24{
    padding-top: 6rem !important;
  }

  .xs\:pr-24{
    padding-right: 6rem !important;
  }

  .xs\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xs\:pl-24{
    padding-left: 6rem !important;
  }

  .xs\:pt-28{
    padding-top: 7rem !important;
  }

  .xs\:pr-28{
    padding-right: 7rem !important;
  }

  .xs\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xs\:pl-28{
    padding-left: 7rem !important;
  }

  .xs\:pt-32{
    padding-top: 8rem !important;
  }

  .xs\:pr-32{
    padding-right: 8rem !important;
  }

  .xs\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xs\:pl-32{
    padding-left: 8rem !important;
  }

  .xs\:pt-40{
    padding-top: 10rem !important;
  }

  .xs\:pr-40{
    padding-right: 10rem !important;
  }

  .xs\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xs\:pl-40{
    padding-left: 10rem !important;
  }

  .xs\:pt-48{
    padding-top: 12rem !important;
  }

  .xs\:pr-48{
    padding-right: 12rem !important;
  }

  .xs\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xs\:pl-48{
    padding-left: 12rem !important;
  }

  .xs\:pt-56{
    padding-top: 14rem !important;
  }

  .xs\:pr-56{
    padding-right: 14rem !important;
  }

  .xs\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xs\:pl-56{
    padding-left: 14rem !important;
  }

  .xs\:pt-64{
    padding-top: 16rem !important;
  }

  .xs\:pr-64{
    padding-right: 16rem !important;
  }

  .xs\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xs\:pl-64{
    padding-left: 16rem !important;
  }

  .xs\:pt-px{
    padding-top: 1px !important;
  }

  .xs\:pr-px{
    padding-right: 1px !important;
  }

  .xs\:pb-px{
    padding-bottom: 1px !important;
  }

  .xs\:pl-px{
    padding-left: 1px !important;
  }

  .xs\:pt-2px{
    padding-top: 2px !important;
  }

  .xs\:pr-2px{
    padding-right: 2px !important;
  }

  .xs\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xs\:pl-2px{
    padding-left: 2px !important;
  }

  .xs\:pt-3px{
    padding-top: 3px !important;
  }

  .xs\:pr-3px{
    padding-right: 3px !important;
  }

  .xs\:pb-3px{
    padding-bottom: 3px !important;
  }

  .xs\:pl-3px{
    padding-left: 3px !important;
  }

  .xs\:pt-5px{
    padding-top: 5px !important;
  }

  .xs\:pr-5px{
    padding-right: 5px !important;
  }

  .xs\:pb-5px{
    padding-bottom: 5px !important;
  }

  .xs\:pl-5px{
    padding-left: 5px !important;
  }

  .xs\:pt-10px{
    padding-top: 10px !important;
  }

  .xs\:pr-10px{
    padding-right: 10px !important;
  }

  .xs\:pb-10px{
    padding-bottom: 10px !important;
  }

  .xs\:pl-10px{
    padding-left: 10px !important;
  }

  .xs\:pt-15px{
    padding-top: 15px !important;
  }

  .xs\:pr-15px{
    padding-right: 15px !important;
  }

  .xs\:pb-15px{
    padding-bottom: 15px !important;
  }

  .xs\:pl-15px{
    padding-left: 15px !important;
  }

  .xs\:pt-20px{
    padding-top: 20px !important;
  }

  .xs\:pr-20px{
    padding-right: 20px !important;
  }

  .xs\:pb-20px{
    padding-bottom: 20px !important;
  }

  .xs\:pl-20px{
    padding-left: 20px !important;
  }

  .xs\:pt-25px{
    padding-top: 25px !important;
  }

  .xs\:pr-25px{
    padding-right: 25px !important;
  }

  .xs\:pb-25px{
    padding-bottom: 25px !important;
  }

  .xs\:pl-25px{
    padding-left: 25px !important;
  }

  .xs\:pt-30px{
    padding-top: 30px !important;
  }

  .xs\:pr-30px{
    padding-right: 30px !important;
  }

  .xs\:pb-30px{
    padding-bottom: 30px !important;
  }

  .xs\:pl-30px{
    padding-left: 30px !important;
  }

  .xs\:pt-36px{
    padding-top: 36px !important;
  }

  .xs\:pr-36px{
    padding-right: 36px !important;
  }

  .xs\:pb-36px{
    padding-bottom: 36px !important;
  }

  .xs\:pl-36px{
    padding-left: 36px !important;
  }

  .xs\:pt-50px{
    padding-top: 50px !important;
  }

  .xs\:pr-50px{
    padding-right: 50px !important;
  }

  .xs\:pb-50px{
    padding-bottom: 50px !important;
  }

  .xs\:pl-50px{
    padding-left: 50px !important;
  }

  .xs\:pt-60px{
    padding-top: 60px !important;
  }

  .xs\:pr-60px{
    padding-right: 60px !important;
  }

  .xs\:pb-60px{
    padding-bottom: 60px !important;
  }

  .xs\:pl-60px{
    padding-left: 60px !important;
  }

  .xs\:pt-120px{
    padding-top: 120px !important;
  }

  .xs\:pr-120px{
    padding-right: 120px !important;
  }

  .xs\:pb-120px{
    padding-bottom: 120px !important;
  }

  .xs\:pl-120px{
    padding-left: 120px !important;
  }

  .xs\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xs\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xs\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xs\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xs\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xs\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xs\:pointer-events-none{
    pointer-events: none !important;
  }

  .xs\:pointer-events-auto{
    pointer-events: auto !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: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xs\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xs\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xs\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xs\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xs\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xs\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xs\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xs\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xs\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xs\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xs\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xs\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xs\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .xs\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xs\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xs\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .xs\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .xs\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .xs\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .xs\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .xs\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .xs\:top-0{
    top: 0 !important;
  }

  .xs\:right-0{
    right: 0 !important;
  }

  .xs\:bottom-0{
    bottom: 0 !important;
  }

  .xs\:left-0{
    left: 0 !important;
  }

  .xs\:top-auto{
    top: auto !important;
  }

  .xs\:right-auto{
    right: auto !important;
  }

  .xs\:bottom-auto{
    bottom: auto !important;
  }

  .xs\:left-auto{
    left: auto !important;
  }

  .xs\:top-1\/2{
    top: 50% !important;
  }

  .xs\:right-1\/2{
    right: 50% !important;
  }

  .xs\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xs\:left-1\/2{
    left: 50% !important;
  }

  .xs\:top-100\%{
    top: 100% !important;
  }

  .xs\:right-100\%{
    right: 100% !important;
  }

  .xs\:bottom-100\%{
    bottom: 100% !important;
  }

  .xs\:left-100\%{
    left: 100% !important;
  }

  .xs\:top-px{
    top: 1px !important;
  }

  .xs\:right-px{
    right: 1px !important;
  }

  .xs\:bottom-px{
    bottom: 1px !important;
  }

  .xs\:left-px{
    left: 1px !important;
  }

  .xs\:top-2px{
    top: 2px !important;
  }

  .xs\:right-2px{
    right: 2px !important;
  }

  .xs\:bottom-2px{
    bottom: 2px !important;
  }

  .xs\:left-2px{
    left: 2px !important;
  }

  .xs\:top-4px{
    top: 4px !important;
  }

  .xs\:right-4px{
    right: 4px !important;
  }

  .xs\:bottom-4px{
    bottom: 4px !important;
  }

  .xs\:left-4px{
    left: 4px !important;
  }

  .xs\:top-10px{
    top: 10px !important;
  }

  .xs\:right-10px{
    right: 10px !important;
  }

  .xs\:bottom-10px{
    bottom: 10px !important;
  }

  .xs\:left-10px{
    left: 10px !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\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xs\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xs\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xs\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xs\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xs\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xs\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xs\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xs\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xs\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xs\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xs\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xs\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xs\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xs\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xs\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xs\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xs\:fill-current{
    fill: currentColor !important;
  }

  .xs\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .xs\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .xs\:fill-ordinary{
    fill: #333333 !important;
  }

  .xs\:fill-no-active{
    fill: #888888 !important;
  }

  .xs\:fill-white{
    fill: #ffffff !important;
  }

  .xs\:stroke-current{
    stroke: currentColor !important;
  }

  .xs\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .xs\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .xs\:stroke-0{
    stroke-width: 0 !important;
  }

  .xs\:stroke-1{
    stroke-width: 1 !important;
  }

  .xs\:stroke-2{
    stroke-width: 2 !important;
  }

  .xs\:stroke-12{
    stroke-width: 12 !important;
  }

  .xs\:stroke-20{
    stroke-width: 20 !important;
  }

  .xs\:table-auto{
    table-layout: auto !important;
  }

  .xs\:table-fixed{
    table-layout: fixed !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\:text-transparent{
    color: transparent !important;
  }

  .xs\:text-current{
    color: currentColor !important;
  }

  .xs\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xs\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .xs\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .xs\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xs\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xs\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xs\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xs\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xs\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xs\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xs\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xs\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .xs\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xs\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xs\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xs\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xs\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xs\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xs\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xs\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xs\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xs\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xs\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xs\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xs\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xs\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xs\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xs\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xs\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .xs\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .xs\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .xs\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xs\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xs\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xs\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .xs\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .xs\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xs\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xs\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xs\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xs\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xs\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xs\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xs\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xs\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xs\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xs\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xs\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xs\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xs\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xs\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xs\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xs\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xs\:italic{
    font-style: italic !important;
  }

  .xs\:not-italic{
    font-style: normal !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\:underline{
    text-decoration: underline !important;
  }

  .xs\:line-through{
    text-decoration: line-through !important;
  }

  .xs\:no-underline{
    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\:ordinal, .xs\:slashed-zero, .xs\:lining-nums, .xs\:oldstyle-nums, .xs\:proportional-nums, .xs\:tabular-nums, .xs\:diagonal-fractions, .xs\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xs\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xs\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xs\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xs\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xs\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xs\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xs\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xs\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xs\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xs\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xs\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xs\:tracking-normal{
    letter-spacing: 0 !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\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .xs\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .xs\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .xs\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !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\:visible{
    visibility: visible !important;
  }

  .xs\:invisible{
    visibility: hidden !important;
  }

  .xs\:whitespace-normal{
    white-space: normal !important;
  }

  .xs\:whitespace-no-wrap{
    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{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xs\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xs\:break-all{
    word-break: break-all !important;
  }

  .xs\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xs\:w-0{
    width: 0 !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-8{
    width: 2rem !important;
  }

  .xs\:w-10{
    width: 2.5rem !important;
  }

  .xs\:w-12{
    width: 3rem !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-40{
    width: 10rem !important;
  }

  .xs\:w-48{
    width: 12rem !important;
  }

  .xs\:w-56{
    width: 14rem !important;
  }

  .xs\:w-64{
    width: 16rem !important;
  }

  .xs\:w-auto{
    width: auto !important;
  }

  .xs\:w-px{
    width: 1px !important;
  }

  .xs\:w-2px{
    width: 2px !important;
  }

  .xs\:w-3px{
    width: 3px !important;
  }

  .xs\:w-5px{
    width: 5px !important;
  }

  .xs\:w-10px{
    width: 10px !important;
  }

  .xs\:w-15px{
    width: 15px !important;
  }

  .xs\:w-20px{
    width: 20px !important;
  }

  .xs\:w-25px{
    width: 25px !important;
  }

  .xs\:w-30px{
    width: 30px !important;
  }

  .xs\:w-36px{
    width: 36px !important;
  }

  .xs\:w-50px{
    width: 50px !important;
  }

  .xs\:w-60px{
    width: 60px !important;
  }

  .xs\:w-120px{
    width: 120px !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\:z-0{
    z-index: 0 !important;
  }

  .xs\:z-3{
    z-index: 3 !important;
  }

  .xs\:z-10{
    z-index: 10 !important;
  }

  .xs\:z-15{
    z-index: 15 !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\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xs\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xs\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xs\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xs\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xs\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xs\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xs\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xs\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xs\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xs\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xs\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xs\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xs\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xs\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xs\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xs\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xs\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xs\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xs\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xs\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xs\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .xs\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .xs\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .xs\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .xs\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xs\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .xs\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .xs\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xs\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .xs\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xs\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xs\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xs\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xs\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xs\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xs\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xs\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xs\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xs\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xs\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xs\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xs\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xs\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xs\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xs\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xs\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xs\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xs\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xs\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xs\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xs\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xs\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xs\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xs\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xs\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xs\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xs\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xs\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xs\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xs\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xs\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xs\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xs\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xs\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xs\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xs\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xs\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xs\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xs\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xs\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xs\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xs\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xs\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xs\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xs\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xs\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xs\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xs\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xs\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xs\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xs\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xs\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xs\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xs\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xs\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xs\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xs\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xs\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xs\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xs\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xs\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xs\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xs\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xs\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xs\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xs\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xs\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xs\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xs\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xs\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xs\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xs\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xs\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xs\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xs\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xs\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xs\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xs\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xs\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xs\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xs\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xs\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xs\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xs\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xs\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xs\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xs\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xs\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xs\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xs\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xs\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xs\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xs\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xs\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xs\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xs\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xs\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xs\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xs\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xs\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xs\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xs\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xs\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xs\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xs\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xs\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xs\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xs\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xs\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xs\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xs\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xs\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xs\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xs\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xs\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xs\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xs\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xs\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xs\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xs\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xs\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xs\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xs\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xs\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xs\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xs\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xs\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xs\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !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\: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-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .xs\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .xs\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .xs\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xs\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xs\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xs\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !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\: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\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .xs\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xs\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xs\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xs\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !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\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xs\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .xs\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .xs\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .xs\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .xs\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .xs\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .xs\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .xs\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .xs\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .xs\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .xs\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xs\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xs\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xs\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xs\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xs\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xs\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xs\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xs\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xs\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xs\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xs\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xs\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xs\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xs\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xs\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xs\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xs\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xs\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xs\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xs\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xs\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xs\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xs\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xs\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xs\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xs\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xs\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xs\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xs\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xs\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xs\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xs\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xs\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xs\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xs\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xs\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xs\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xs\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xs\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xs\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xs\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xs\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xs\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xs\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xs\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xs\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xs\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xs\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xs\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xs\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xs\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xs\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xs\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xs\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xs\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xs\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xs\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xs\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xs\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xs\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xs\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xs\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xs\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xs\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xs\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xs\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xs\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xs\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xs\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xs\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xs\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xs\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xs\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xs\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xs\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xs\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xs\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xs\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xs\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xs\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xs\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xs\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xs\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xs\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xs\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xs\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xs\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xs\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xs\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xs\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xs\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xs\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xs\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xs\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xs\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xs\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xs\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xs\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xs\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xs\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xs\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xs\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xs\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xs\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xs\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xs\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xs\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xs\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xs\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xs\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xs\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xs\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xs\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xs\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xs\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xs\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xs\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .xs\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .xs\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .xs\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .xs\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .xs\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .xs\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .xs\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .xs\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .xs\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .xs\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .xs\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xs\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xs\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xs\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xs\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xs\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xs\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xs\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xs\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xs\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xs\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xs\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xs\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xs\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xs\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .xs\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .xs\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .xs\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .xs\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .xs\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .xs\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .xs\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .xs\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .xs\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .xs\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .xs\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xs\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xs\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xs\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xs\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xs\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xs\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xs\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xs\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xs\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xs\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xs\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xs\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xs\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xs\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xs\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xs\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xs\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xs\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xs\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .xs\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .xs\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .xs\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .xs\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .xs\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .xs\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .xs\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .xs\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .xs\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .xs\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .xs\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xs\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xs\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xs\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xs\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xs\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xs\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xs\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xs\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xs\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xs\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xs\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xs\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xs\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xs\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .xs\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .xs\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .xs\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .xs\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .xs\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .xs\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .xs\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .xs\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .xs\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .xs\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .xs\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xs\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xs\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xs\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xs\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xs\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xs\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xs\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xs\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xs\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xs\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xs\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xs\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xs\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xs\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xs\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xs\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xs\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xs\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xs\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .xs\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .xs\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .xs\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .xs\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .xs\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .xs\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .xs\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .xs\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .xs\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .xs\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .xs\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xs\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xs\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xs\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xs\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xs\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xs\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xs\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xs\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xs\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xs\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xs\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xs\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xs\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xs\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .xs\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .xs\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .xs\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .xs\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .xs\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .xs\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .xs\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .xs\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .xs\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .xs\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .xs\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xs\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xs\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xs\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xs\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xs\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xs\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xs\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xs\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xs\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xs\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xs\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xs\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xs\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xs\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xs\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xs\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xs\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xs\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xs\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .xs\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .xs\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .xs\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .xs\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .xs\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .xs\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .xs\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .xs\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .xs\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .xs\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .xs\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xs\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xs\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xs\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xs\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xs\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xs\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xs\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xs\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xs\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xs\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xs\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xs\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xs\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xs\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .xs\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .xs\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .xs\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .xs\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .xs\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .xs\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .xs\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .xs\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .xs\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .xs\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .xs\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xs\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xs\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xs\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xs\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xs\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xs\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xs\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xs\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xs\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xs\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xs\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xs\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xs\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xs\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xs\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xs\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xs\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xs\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xs\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xs\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xs\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xs\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xs\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xs\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xs\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .xs\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .xs\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .xs\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .xs\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .xs\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .xs\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .xs\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .xs\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .xs\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .xs\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .xs\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xs\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xs\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xs\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xs\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xs\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xs\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xs\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xs\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xs\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xs\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xs\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xs\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xs\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xs\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xs\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xs\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xs\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xs\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xs\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xs\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .xs\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .xs\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .xs\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .xs\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .xs\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .xs\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .xs\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .xs\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .xs\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .xs\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .xs\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xs\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xs\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xs\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xs\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xs\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xs\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xs\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xs\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xs\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xs\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xs\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xs\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xs\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xs\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xs\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xs\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xs\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xs\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xs\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xs\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xs\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xs\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xs\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xs\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xs\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .xs\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .xs\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .xs\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .xs\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .xs\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .xs\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .xs\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .xs\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .xs\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .xs\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .xs\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xs\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xs\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xs\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xs\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xs\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xs\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xs\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xs\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xs\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xs\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xs\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xs\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xs\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xs\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xs\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xs\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xs\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xs\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xs\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xs\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .xs\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .xs\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .xs\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .xs\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .xs\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .xs\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .xs\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .xs\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .xs\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .xs\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .xs\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xs\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xs\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xs\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xs\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xs\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xs\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xs\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xs\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xs\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xs\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xs\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xs\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xs\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xs\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xs\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xs\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xs\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xs\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xs\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xs\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xs\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xs\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xs\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xs\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xs\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xs\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xs\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xs\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xs\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xs\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xs\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xs\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xs\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xs\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xs\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xs\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xs\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xs\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xs\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xs\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xs\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xs\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xs\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xs\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xs\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xs\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xs\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xs\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xs\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xs\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xs\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xs\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xs\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xs\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xs\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xs\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xs\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xs\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xs\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xs\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xs\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xs\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xs\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xs\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xs\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xs\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xs\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xs\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xs\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xs\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .xs\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .xs\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xs\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xs\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xs\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xs\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xs\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xs\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xs\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .xs\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xs\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xs\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xs\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .xs\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .xs\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .xs\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .xs\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .xs\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .xs\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .xs\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .xs\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .xs\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .xs\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .xs\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .xs\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .xs\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .xs\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .xs\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .xs\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .xs\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .xs\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xs\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xs\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

@media (min-width: 1920px){
  .xxl\:container{
    width: 100%;
  }

  @media (min-width: 320px){
    .xxl\:container{
      max-width: 320px;
    }
  }

  @media (min-width: 360px){
    .xxl\:container{
      max-width: 360px;
    }
  }

  @media (min-width: 560px){
    .xxl\:container{
      max-width: 560px;
    }
  }

  @media (min-width: 768px){
    .xxl\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .xxl\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){
    .xxl\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1920px){
    .xxl\:container{
      max-width: 1920px;
    }
  }

  .xxl\:space-y-0 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-0 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0px * var(--space-x-reverse)) !important;
    margin-left: calc(0px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(0.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2rem * var(--space-x-reverse)) !important;
    margin-left: calc(2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3rem * var(--space-x-reverse)) !important;
    margin-left: calc(3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(4rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(4rem * var(--space-x-reverse)) !important;
    margin-left: calc(4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5rem * var(--space-x-reverse)) !important;
    margin-left: calc(5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(6rem * var(--space-x-reverse)) !important;
    margin-left: calc(6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(7rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(7rem * var(--space-x-reverse)) !important;
    margin-left: calc(7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(8rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(8rem * var(--space-x-reverse)) !important;
    margin-left: calc(8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10rem * var(--space-x-reverse)) !important;
    margin-left: calc(10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(12rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(12rem * var(--space-x-reverse)) !important;
    margin-left: calc(12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(14rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(14rem * var(--space-x-reverse)) !important;
    margin-left: calc(14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(16rem * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(16rem * var(--space-x-reverse)) !important;
    margin-left: calc(16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(1px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(1px * var(--space-x-reverse)) !important;
    margin-left: calc(1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(2px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(2px * var(--space-x-reverse)) !important;
    margin-left: calc(2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(3px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(3px * var(--space-x-reverse)) !important;
    margin-left: calc(3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(5px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(5px * var(--space-x-reverse)) !important;
    margin-left: calc(5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(10px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(10px * var(--space-x-reverse)) !important;
    margin-left: calc(10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(15px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(15px * var(--space-x-reverse)) !important;
    margin-left: calc(15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(20px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(20px * var(--space-x-reverse)) !important;
    margin-left: calc(20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(25px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(25px * var(--space-x-reverse)) !important;
    margin-left: calc(25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(30px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(30px * var(--space-x-reverse)) !important;
    margin-left: calc(30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(36px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(36px * var(--space-x-reverse)) !important;
    margin-left: calc(36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(50px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(50px * var(--space-x-reverse)) !important;
    margin-left: calc(50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(60px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(60px * var(--space-x-reverse)) !important;
    margin-left: calc(60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(120px * var(--space-y-reverse)) !important;
  }

  .xxl\:space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(120px * var(--space-x-reverse)) !important;
    margin-left: calc(120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-1 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-1 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-2 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-2 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-3 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-0.75rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-0.75rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-3 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-0.75rem * var(--space-x-reverse)) !important;
    margin-left: calc(-0.75rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-4 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-4 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-5 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.25rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.25rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-5 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.25rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.25rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-6 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-6 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-8 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-8 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-10 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2.5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-10 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2.5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-12 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-12 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3rem * var(--space-x-reverse)) !important;
    margin-left: calc(-3rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-16 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-4rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-16 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-4rem * var(--space-x-reverse)) !important;
    margin-left: calc(-4rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-20 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-20 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5rem * var(--space-x-reverse)) !important;
    margin-left: calc(-5rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-24 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-6rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-6rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-24 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-6rem * var(--space-x-reverse)) !important;
    margin-left: calc(-6rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-28 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-7rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-28 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-7rem * var(--space-x-reverse)) !important;
    margin-left: calc(-7rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-32 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-8rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-32 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-8rem * var(--space-x-reverse)) !important;
    margin-left: calc(-8rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-40 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-40 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10rem * var(--space-x-reverse)) !important;
    margin-left: calc(-10rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-48 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-12rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-48 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-12rem * var(--space-x-reverse)) !important;
    margin-left: calc(-12rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-56 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-14rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-56 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-14rem * var(--space-x-reverse)) !important;
    margin-left: calc(-14rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-64 > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-16rem * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-64 > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-16rem * var(--space-x-reverse)) !important;
    margin-left: calc(-16rem * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-1px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-1px * var(--space-x-reverse)) !important;
    margin-left: calc(-1px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-2px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-2px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-2px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-2px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-2px * var(--space-x-reverse)) !important;
    margin-left: calc(-2px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-3px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-3px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-3px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-3px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-3px * var(--space-x-reverse)) !important;
    margin-left: calc(-3px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-5px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-5px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-5px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-5px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-5px * var(--space-x-reverse)) !important;
    margin-left: calc(-5px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-10px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-10px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-10px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-10px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-10px * var(--space-x-reverse)) !important;
    margin-left: calc(-10px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-15px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-15px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-15px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-15px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-15px * var(--space-x-reverse)) !important;
    margin-left: calc(-15px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-20px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-20px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-20px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-20px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-20px * var(--space-x-reverse)) !important;
    margin-left: calc(-20px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-25px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-25px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-25px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-25px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-25px * var(--space-x-reverse)) !important;
    margin-left: calc(-25px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-30px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-30px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-30px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-30px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-30px * var(--space-x-reverse)) !important;
    margin-left: calc(-30px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-36px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-36px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-36px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-36px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-36px * var(--space-x-reverse)) !important;
    margin-left: calc(-36px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-50px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-50px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-50px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-50px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-50px * var(--space-x-reverse)) !important;
    margin-left: calc(-50px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-60px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-60px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-60px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-60px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-60px * var(--space-x-reverse)) !important;
    margin-left: calc(-60px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:-space-y-120px > :not(template) ~ :not(template){
    --space-y-reverse: 0 !important;
    margin-top: calc(-120px * calc(1 - var(--space-y-reverse))) !important;
    margin-bottom: calc(-120px * var(--space-y-reverse)) !important;
  }

  .xxl\:-space-x-120px > :not(template) ~ :not(template){
    --space-x-reverse: 0 !important;
    margin-right: calc(-120px * var(--space-x-reverse)) !important;
    margin-left: calc(-120px * calc(1 - var(--space-x-reverse))) !important;
  }

  .xxl\:space-y-reverse > :not(template) ~ :not(template){
    --space-y-reverse: 1 !important;
  }

  .xxl\:space-x-reverse > :not(template) ~ :not(template){
    --space-x-reverse: 1 !important;
  }

  .xxl\:divide-y-0 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-0 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(0px * var(--divide-x-reverse)) !important;
    border-left-width: calc(0px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-2 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(2px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(2px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-2 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-3 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(3px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(3px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-3 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(3px * var(--divide-x-reverse)) !important;
    border-left-width: calc(3px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-4 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(4px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(4px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-4 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(4px * var(--divide-x-reverse)) !important;
    border-left-width: calc(4px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-8 > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(8px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(8px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x-8 > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(8px * var(--divide-x-reverse)) !important;
    border-left-width: calc(8px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y > :not(template) ~ :not(template){
    --divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--divide-y-reverse)) !important;
  }

  .xxl\:divide-x > :not(template) ~ :not(template){
    --divide-x-reverse: 0 !important;
    border-right-width: calc(1px * var(--divide-x-reverse)) !important;
    border-left-width: calc(1px * calc(1 - var(--divide-x-reverse))) !important;
  }

  .xxl\:divide-y-reverse > :not(template) ~ :not(template){
    --divide-y-reverse: 1 !important;
  }

  .xxl\:divide-x-reverse > :not(template) ~ :not(template){
    --divide-x-reverse: 1 !important;
  }

  .xxl\:divide-transparent > :not(template) ~ :not(template){
    border-color: transparent !important;
  }

  .xxl\:divide-current > :not(template) ~ :not(template){
    border-color: currentColor !important;
  }

  .xxl\:divide-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--divide-opacity)) !important;
  }

  .xxl\:divide-white > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--divide-opacity)) !important;
  }

  .xxl\:divide-red > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--divide-opacity)) !important;
  }

  .xxl\:divide-orange-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--divide-opacity)) !important;
  }

  .xxl\:divide-yellow-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--divide-opacity)) !important;
  }

  .xxl\:divide-teal-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--divide-opacity)) !important;
  }

  .xxl\:divide-blue-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--divide-opacity)) !important;
  }

  .xxl\:divide-indigo-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--divide-opacity)) !important;
  }

  .xxl\:divide-purple-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-200 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-300 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-400 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-500 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-600 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-700 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-800 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--divide-opacity)) !important;
  }

  .xxl\:divide-pink-900 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--divide-opacity)) !important;
  }

  .xxl\:divide-primary-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xxl\:divide-primary-hover-color > :not(template) ~ :not(template){
    border-color: var(--hover-color) !important;
  }

  .xxl\:divide-gray-body > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-333 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-666 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-888 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-999 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-icon > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-features > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--divide-opacity)) !important;
  }

  .xxl\:divide-slide-border > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--divide-opacity)) !important;
  }

  .xxl\:divide-sale-color > :not(template) ~ :not(template){
    border-color: var(--primary-color) !important;
  }

  .xxl\:divide-hit-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--divide-opacity)) !important;
  }

  .xxl\:divide-new-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--divide-opacity)) !important;
  }

  .xxl\:divide-fb-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--divide-opacity)) !important;
  }

  .xxl\:divide-fb-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--divide-opacity)) !important;
  }

  .xxl\:divide-vk-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--divide-opacity)) !important;
  }

  .xxl\:divide-vk-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--divide-opacity)) !important;
  }

  .xxl\:divide-insta-hover-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--divide-opacity)) !important;
  }

  .xxl\:divide-insta-active-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-dc > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-cd > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--divide-opacity)) !important;
  }

  .xxl\:divide-gray-e7 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--divide-opacity)) !important;
  }

  .xxl\:divide-check-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--divide-opacity)) !important;
  }

  .xxl\:divide-docx-color > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--divide-opacity)) !important;
  }

  .xxl\:divide-dark-black > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--divide-opacity)) !important;
  }

  .xxl\:divide-green-light > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--divide-opacity)) !important;
  }

  .xxl\:divide-solid > :not(template) ~ :not(template){
    border-style: solid !important;
  }

  .xxl\:divide-dashed > :not(template) ~ :not(template){
    border-style: dashed !important;
  }

  .xxl\:divide-dotted > :not(template) ~ :not(template){
    border-style: dotted !important;
  }

  .xxl\:divide-double > :not(template) ~ :not(template){
    border-style: double !important;
  }

  .xxl\:divide-none > :not(template) ~ :not(template){
    border-style: none !important;
  }

  .xxl\:divide-opacity-0 > :not(template) ~ :not(template){
    --divide-opacity: 0 !important;
  }

  .xxl\:divide-opacity-25 > :not(template) ~ :not(template){
    --divide-opacity: 0.25 !important;
  }

  .xxl\:divide-opacity-50 > :not(template) ~ :not(template){
    --divide-opacity: 0.5 !important;
  }

  .xxl\:divide-opacity-75 > :not(template) ~ :not(template){
    --divide-opacity: 0.75 !important;
  }

  .xxl\:divide-opacity-100 > :not(template) ~ :not(template){
    --divide-opacity: 1 !important;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\: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;
  }

  .xxl\:appearance-none{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }

  .xxl\:bg-fixed{
    background-attachment: fixed !important;
  }

  .xxl\:bg-local{
    background-attachment: local !important;
  }

  .xxl\:bg-scroll{
    background-attachment: scroll !important;
  }

  .xxl\:bg-clip-border{
    background-clip: border-box !important;
  }

  .xxl\:bg-clip-padding{
    background-clip: padding-box !important;
  }

  .xxl\:bg-clip-content{
    background-clip: content-box !important;
  }

  .xxl\:bg-clip-text{
    -webkit-background-clip: text !important;
    background-clip: text !important;
  }

  .xxl\:bg-transparent{
    background-color: transparent !important;
  }

  .xxl\:bg-current{
    background-color: currentColor !important;
  }

  .xxl\:bg-black{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:bg-white{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-100{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-200{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-300{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-400{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-500{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-600{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-700{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-800{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-900{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:bg-red{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-100{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-200{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-300{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-400{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-500{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-600{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-700{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-800{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:bg-orange-900{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-100{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-200{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-300{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-400{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-500{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-600{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-700{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-800{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:bg-yellow-900{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-100{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-200{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-300{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-400{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-500{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-600{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-700{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-800{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-900{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-100{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-200{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-300{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-400{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-500{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-600{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-700{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-800{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:bg-teal-900{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-100{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-200{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-300{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-400{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-500{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-600{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-700{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-800{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:bg-blue-900{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-100{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-200{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-300{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-400{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-500{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-600{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-700{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-800{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:bg-indigo-900{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-100{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-200{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-300{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-400{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-500{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-600{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-700{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-800{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:bg-purple-900{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-100{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-200{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-300{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-400{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-500{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-600{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-700{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-800{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:bg-pink-900{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:bg-primary-color{
    background-color: var(--primary-color) !important;
  }

  .xxl\:bg-primary-hover-color{
    background-color: var(--hover-color) !important;
  }

  .xxl\:bg-gray-body{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-light{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-333{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-666{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-888{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-999{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-icon{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-features{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:bg-slide-border{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxl\:bg-sale-color{
    background-color: var(--primary-color) !important;
  }

  .xxl\:bg-hit-color{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxl\:bg-new-color{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxl\:bg-fb-hover-color{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxl\:bg-fb-active-color{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxl\:bg-vk-hover-color{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxl\:bg-vk-active-color{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxl\:bg-insta-hover-color{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxl\:bg-insta-active-color{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-dc{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-cd{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxl\:bg-gray-e7{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxl\:bg-check-color{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxl\:bg-docx-color{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxl\:bg-dark-black{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxl\:bg-green-light{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-transparent:hover{
    background-color: transparent !important;
  }

  .xxl\:hover\:bg-current:hover{
    background-color: currentColor !important;
  }

  .xxl\:hover\:bg-black:hover{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-white:hover{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-200:hover{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-300:hover{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-400:hover{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-500:hover{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-600:hover{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-900:hover{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-red:hover{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-200:hover{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-600:hover{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-700:hover{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-800:hover{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-orange-900:hover{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-300:hover{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-800:hover{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-yellow-900:hover{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-100:hover{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-300:hover{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-400:hover{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-500:hover{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-600:hover{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-800:hover{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-900:hover{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-100:hover{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-200:hover{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-300:hover{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-400:hover{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-500:hover{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-600:hover{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-800:hover{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-teal-900:hover{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-200:hover{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-300:hover{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-400:hover{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-500:hover{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-600:hover{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-700:hover{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-800:hover{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-blue-900:hover{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-100:hover{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-200:hover{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-300:hover{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-400:hover{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-500:hover{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-600:hover{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-700:hover{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-800:hover{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-indigo-900:hover{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-100:hover{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-200:hover{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-300:hover{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-400:hover{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-500:hover{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-600:hover{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-700:hover{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-800:hover{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-purple-900:hover{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-100:hover{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-200:hover{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-300:hover{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-400:hover{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-500:hover{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-600:hover{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-700:hover{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-800:hover{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-pink-900:hover{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-primary-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xxl\:hover\:bg-primary-hover-color:hover{
    background-color: var(--hover-color) !important;
  }

  .xxl\:hover\:bg-gray-body:hover{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-light:hover{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-333:hover{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-666:hover{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-888:hover{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-999:hover{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-icon:hover{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-features:hover{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-slide-border:hover{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-sale-color:hover{
    background-color: var(--primary-color) !important;
  }

  .xxl\:hover\:bg-hit-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-new-color:hover{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-fb-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-fb-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-vk-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-vk-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-insta-hover-color:hover{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-insta-active-color:hover{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-dc:hover{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-cd:hover{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-gray-e7:hover{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-check-color:hover{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-docx-color:hover{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-dark-black:hover{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxl\:hover\:bg-green-light:hover{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-transparent:focus{
    background-color: transparent !important;
  }

  .xxl\:focus\:bg-current:focus{
    background-color: currentColor !important;
  }

  .xxl\:focus\:bg-black:focus{
    --bg-opacity: 1 !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-white:focus{
    --bg-opacity: 1 !important;
    background-color: #fff !important;
    background-color: rgba(255, 255, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f7fafc !important;
    background-color: rgba(247, 250, 252, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-200:focus{
    --bg-opacity: 1 !important;
    background-color: #edf2f7 !important;
    background-color: rgba(237, 242, 247, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-300:focus{
    --bg-opacity: 1 !important;
    background-color: #e2e8f0 !important;
    background-color: rgba(226, 232, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-400:focus{
    --bg-opacity: 1 !important;
    background-color: #cbd5e0 !important;
    background-color: rgba(203, 213, 224, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-500:focus{
    --bg-opacity: 1 !important;
    background-color: #a0aec0 !important;
    background-color: rgba(160, 174, 192, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-600:focus{
    --bg-opacity: 1 !important;
    background-color: #718096 !important;
    background-color: rgba(113, 128, 150, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4a5568 !important;
    background-color: rgba(74, 85, 104, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2d3748 !important;
    background-color: rgba(45, 55, 72, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-900:focus{
    --bg-opacity: 1 !important;
    background-color: #1a202c !important;
    background-color: rgba(26, 32, 44, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-red:focus{
    --bg-opacity: 1 !important;
    background-color: #cc0a0a !important;
    background-color: rgba(204, 10, 10, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffaf0 !important;
    background-color: rgba(255, 250, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-200:focus{
    --bg-opacity: 1 !important;
    background-color: #feebc8 !important;
    background-color: rgba(254, 235, 200, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbd38d !important;
    background-color: rgba(251, 211, 141, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6ad55 !important;
    background-color: rgba(246, 173, 85, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed8936 !important;
    background-color: rgba(237, 137, 54, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-600:focus{
    --bg-opacity: 1 !important;
    background-color: #dd6b20 !important;
    background-color: rgba(221, 107, 32, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-700:focus{
    --bg-opacity: 1 !important;
    background-color: #c05621 !important;
    background-color: rgba(192, 86, 33, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-800:focus{
    --bg-opacity: 1 !important;
    background-color: #9c4221 !important;
    background-color: rgba(156, 66, 33, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-orange-900:focus{
    --bg-opacity: 1 !important;
    background-color: #7b341e !important;
    background-color: rgba(123, 52, 30, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fffff0 !important;
    background-color: rgba(255, 255, 240, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fefcbf !important;
    background-color: rgba(254, 252, 191, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-300:focus{
    --bg-opacity: 1 !important;
    background-color: #faf089 !important;
    background-color: rgba(250, 240, 137, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f6e05e !important;
    background-color: rgba(246, 224, 94, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ecc94b !important;
    background-color: rgba(236, 201, 75, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d69e2e !important;
    background-color: rgba(214, 158, 46, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b7791f !important;
    background-color: rgba(183, 121, 31, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-800:focus{
    --bg-opacity: 1 !important;
    background-color: #975a16 !important;
    background-color: rgba(151, 90, 22, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-yellow-900:focus{
    --bg-opacity: 1 !important;
    background-color: #744210 !important;
    background-color: rgba(116, 66, 16, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-100:focus{
    --bg-opacity: 1 !important;
    background-color: #f0fff4 !important;
    background-color: rgba(240, 255, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c6f6d5 !important;
    background-color: rgba(198, 246, 213, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-300:focus{
    --bg-opacity: 1 !important;
    background-color: #9ae6b4 !important;
    background-color: rgba(154, 230, 180, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-400:focus{
    --bg-opacity: 1 !important;
    background-color: #68d391 !important;
    background-color: rgba(104, 211, 145, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-500:focus{
    --bg-opacity: 1 !important;
    background-color: #48bb78 !important;
    background-color: rgba(72, 187, 120, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-600:focus{
    --bg-opacity: 1 !important;
    background-color: #38a169 !important;
    background-color: rgba(56, 161, 105, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2f855a !important;
    background-color: rgba(47, 133, 90, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-800:focus{
    --bg-opacity: 1 !important;
    background-color: #276749 !important;
    background-color: rgba(39, 103, 73, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-900:focus{
    --bg-opacity: 1 !important;
    background-color: #22543d !important;
    background-color: rgba(34, 84, 61, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-100:focus{
    --bg-opacity: 1 !important;
    background-color: #e6fffa !important;
    background-color: rgba(230, 255, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-200:focus{
    --bg-opacity: 1 !important;
    background-color: #b2f5ea !important;
    background-color: rgba(178, 245, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-300:focus{
    --bg-opacity: 1 !important;
    background-color: #81e6d9 !important;
    background-color: rgba(129, 230, 217, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-400:focus{
    --bg-opacity: 1 !important;
    background-color: #4fd1c5 !important;
    background-color: rgba(79, 209, 197, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-500:focus{
    --bg-opacity: 1 !important;
    background-color: #38b2ac !important;
    background-color: rgba(56, 178, 172, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-600:focus{
    --bg-opacity: 1 !important;
    background-color: #319795 !important;
    background-color: rgba(49, 151, 149, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2c7a7b !important;
    background-color: rgba(44, 122, 123, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-800:focus{
    --bg-opacity: 1 !important;
    background-color: #285e61 !important;
    background-color: rgba(40, 94, 97, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-teal-900:focus{
    --bg-opacity: 1 !important;
    background-color: #234e52 !important;
    background-color: rgba(35, 78, 82, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf8ff !important;
    background-color: rgba(235, 248, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-200:focus{
    --bg-opacity: 1 !important;
    background-color: #bee3f8 !important;
    background-color: rgba(190, 227, 248, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-300:focus{
    --bg-opacity: 1 !important;
    background-color: #90cdf4 !important;
    background-color: rgba(144, 205, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-400:focus{
    --bg-opacity: 1 !important;
    background-color: #63b3ed !important;
    background-color: rgba(99, 179, 237, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-500:focus{
    --bg-opacity: 1 !important;
    background-color: #4299e1 !important;
    background-color: rgba(66, 153, 225, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-600:focus{
    --bg-opacity: 1 !important;
    background-color: #3182ce !important;
    background-color: rgba(49, 130, 206, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-700:focus{
    --bg-opacity: 1 !important;
    background-color: #2b6cb0 !important;
    background-color: rgba(43, 108, 176, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-800:focus{
    --bg-opacity: 1 !important;
    background-color: #2c5282 !important;
    background-color: rgba(44, 82, 130, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-blue-900:focus{
    --bg-opacity: 1 !important;
    background-color: #2a4365 !important;
    background-color: rgba(42, 67, 101, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-100:focus{
    --bg-opacity: 1 !important;
    background-color: #ebf4ff !important;
    background-color: rgba(235, 244, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-200:focus{
    --bg-opacity: 1 !important;
    background-color: #c3dafe !important;
    background-color: rgba(195, 218, 254, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-300:focus{
    --bg-opacity: 1 !important;
    background-color: #a3bffa !important;
    background-color: rgba(163, 191, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-400:focus{
    --bg-opacity: 1 !important;
    background-color: #7f9cf5 !important;
    background-color: rgba(127, 156, 245, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-500:focus{
    --bg-opacity: 1 !important;
    background-color: #667eea !important;
    background-color: rgba(102, 126, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-600:focus{
    --bg-opacity: 1 !important;
    background-color: #5a67d8 !important;
    background-color: rgba(90, 103, 216, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-700:focus{
    --bg-opacity: 1 !important;
    background-color: #4c51bf !important;
    background-color: rgba(76, 81, 191, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-800:focus{
    --bg-opacity: 1 !important;
    background-color: #434190 !important;
    background-color: rgba(67, 65, 144, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-indigo-900:focus{
    --bg-opacity: 1 !important;
    background-color: #3c366b !important;
    background-color: rgba(60, 54, 107, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-100:focus{
    --bg-opacity: 1 !important;
    background-color: #faf5ff !important;
    background-color: rgba(250, 245, 255, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-200:focus{
    --bg-opacity: 1 !important;
    background-color: #e9d8fd !important;
    background-color: rgba(233, 216, 253, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-300:focus{
    --bg-opacity: 1 !important;
    background-color: #d6bcfa !important;
    background-color: rgba(214, 188, 250, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-400:focus{
    --bg-opacity: 1 !important;
    background-color: #b794f4 !important;
    background-color: rgba(183, 148, 244, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-500:focus{
    --bg-opacity: 1 !important;
    background-color: #9f7aea !important;
    background-color: rgba(159, 122, 234, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-600:focus{
    --bg-opacity: 1 !important;
    background-color: #805ad5 !important;
    background-color: rgba(128, 90, 213, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-700:focus{
    --bg-opacity: 1 !important;
    background-color: #6b46c1 !important;
    background-color: rgba(107, 70, 193, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-800:focus{
    --bg-opacity: 1 !important;
    background-color: #553c9a !important;
    background-color: rgba(85, 60, 154, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-purple-900:focus{
    --bg-opacity: 1 !important;
    background-color: #44337a !important;
    background-color: rgba(68, 51, 122, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-100:focus{
    --bg-opacity: 1 !important;
    background-color: #fff5f7 !important;
    background-color: rgba(255, 245, 247, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-200:focus{
    --bg-opacity: 1 !important;
    background-color: #fed7e2 !important;
    background-color: rgba(254, 215, 226, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-300:focus{
    --bg-opacity: 1 !important;
    background-color: #fbb6ce !important;
    background-color: rgba(251, 182, 206, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-400:focus{
    --bg-opacity: 1 !important;
    background-color: #f687b3 !important;
    background-color: rgba(246, 135, 179, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-500:focus{
    --bg-opacity: 1 !important;
    background-color: #ed64a6 !important;
    background-color: rgba(237, 100, 166, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-600:focus{
    --bg-opacity: 1 !important;
    background-color: #d53f8c !important;
    background-color: rgba(213, 63, 140, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-700:focus{
    --bg-opacity: 1 !important;
    background-color: #b83280 !important;
    background-color: rgba(184, 50, 128, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-800:focus{
    --bg-opacity: 1 !important;
    background-color: #97266d !important;
    background-color: rgba(151, 38, 109, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-pink-900:focus{
    --bg-opacity: 1 !important;
    background-color: #702459 !important;
    background-color: rgba(112, 36, 89, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-primary-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xxl\:focus\:bg-primary-hover-color:focus{
    background-color: var(--hover-color) !important;
  }

  .xxl\:focus\:bg-gray-body:focus{
    --bg-opacity: 1 !important;
    background-color: #f2f2f2 !important;
    background-color: rgba(242, 242, 242, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-light:focus{
    --bg-opacity: 1 !important;
    background-color: #ccc !important;
    background-color: rgba(204, 204, 204, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-333:focus{
    --bg-opacity: 1 !important;
    background-color: #333 !important;
    background-color: rgba(51, 51, 51, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-666:focus{
    --bg-opacity: 1 !important;
    background-color: #666 !important;
    background-color: rgba(102, 102, 102, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-888:focus{
    --bg-opacity: 1 !important;
    background-color: #888 !important;
    background-color: rgba(136, 136, 136, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-999:focus{
    --bg-opacity: 1 !important;
    background-color: #999 !important;
    background-color: rgba(153, 153, 153, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-icon:focus{
    --bg-opacity: 1 !important;
    background-color: #9a9a9a !important;
    background-color: rgba(154, 154, 154, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-features:focus{
    --bg-opacity: 1 !important;
    background-color: #f5f5f5 !important;
    background-color: rgba(245, 245, 245, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-slide-border:focus{
    --bg-opacity: 1 !important;
    background-color: #e1e1e1 !important;
    background-color: rgba(225, 225, 225, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-sale-color:focus{
    background-color: var(--primary-color) !important;
  }

  .xxl\:focus\:bg-hit-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ff9900 !important;
    background-color: rgba(255, 153, 0, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-new-color:focus{
    --bg-opacity: 1 !important;
    background-color: #0fa3c6 !important;
    background-color: rgba(15, 163, 198, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-fb-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #5959d8 !important;
    background-color: rgba(89, 89, 216, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-fb-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #4040b3 !important;
    background-color: rgba(64, 64, 179, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-vk-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #628dd3 !important;
    background-color: rgba(98, 141, 211, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-vk-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #3768b9 !important;
    background-color: rgba(55, 104, 185, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-insta-hover-color:focus{
    --bg-opacity: 1 !important;
    background-color: #af35d2 !important;
    background-color: rgba(175, 53, 210, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-insta-active-color:focus{
    --bg-opacity: 1 !important;
    background-color: #7e47b7 !important;
    background-color: rgba(126, 71, 183, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-dc:focus{
    --bg-opacity: 1 !important;
    background-color: #dcdcdc !important;
    background-color: rgba(220, 220, 220, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-cd:focus{
    --bg-opacity: 1 !important;
    background-color: #cdcdcd !important;
    background-color: rgba(205, 205, 205, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-gray-e7:focus{
    --bg-opacity: 1 !important;
    background-color: #e7e7e7 !important;
    background-color: rgba(231, 231, 231, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-check-color:focus{
    --bg-opacity: 1 !important;
    background-color: #ce3a12 !important;
    background-color: rgba(206, 58, 18, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-docx-color:focus{
    --bg-opacity: 1 !important;
    background-color: #1789e9 !important;
    background-color: rgba(23, 137, 233, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-dark-black:focus{
    --bg-opacity: 1 !important;
    background-color: #010101 !important;
    background-color: rgba(1, 1, 1, var(--bg-opacity)) !important;
  }

  .xxl\:focus\:bg-green-light:focus{
    --bg-opacity: 1 !important;
    background-color: #3ab011 !important;
    background-color: rgba(58, 176, 17, var(--bg-opacity)) !important;
  }

  .xxl\:bg-none{
    background-image: none !important;
  }

  .xxl\:bg-gradient-to-t{
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tr{
    background-image: -webkit-gradient(linear, left bottom, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-r{
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-br{
    background-image: -webkit-gradient(linear, left top, right bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom right, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-b{
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-bl{
    background-image: -webkit-gradient(linear, right top, left bottom, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to bottom left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-l{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to left, var(--gradient-color-stops)) !important;
  }

  .xxl\:bg-gradient-to-tl{
    background-image: -webkit-gradient(linear, right bottom, left top, from(var(--gradient-color-stops))) !important;
    background-image: linear-gradient(to top left, var(--gradient-color-stops)) !important;
  }

  .xxl\:from-transparent{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-current{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-black{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:from-white{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-gray-100{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:from-gray-200{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:from-gray-300{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:from-gray-400{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:from-gray-500{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:from-gray-600{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:from-gray-700{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:from-gray-800{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:from-gray-900{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:from-red{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:from-orange-100{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:from-orange-200{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:from-orange-300{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:from-orange-400{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:from-orange-500{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:from-orange-600{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:from-orange-700{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:from-orange-800{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:from-orange-900{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:from-yellow-100{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:from-yellow-200{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:from-yellow-300{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:from-yellow-400{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:from-yellow-500{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:from-yellow-600{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:from-yellow-700{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:from-yellow-800{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:from-yellow-900{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:from-green-100{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:from-green-200{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:from-green-300{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:from-green-400{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:from-green-500{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:from-green-600{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:from-green-700{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:from-green-800{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:from-green-900{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:from-teal-100{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:from-teal-200{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:from-teal-300{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:from-teal-400{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:from-teal-500{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:from-teal-600{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:from-teal-700{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:from-teal-800{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:from-teal-900{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:from-blue-100{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:from-blue-200{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:from-blue-300{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:from-blue-400{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:from-blue-500{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:from-blue-600{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:from-blue-700{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:from-blue-800{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:from-blue-900{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:from-indigo-100{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:from-indigo-200{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:from-indigo-300{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:from-indigo-400{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:from-indigo-500{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:from-indigo-600{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:from-indigo-700{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:from-indigo-800{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:from-indigo-900{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:from-purple-100{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:from-purple-200{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:from-purple-300{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:from-purple-400{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:from-purple-500{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:from-purple-600{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:from-purple-700{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:from-purple-800{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:from-purple-900{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:from-pink-100{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:from-pink-200{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:from-pink-300{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:from-pink-400{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:from-pink-500{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:from-pink-600{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:from-pink-700{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:from-pink-800{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:from-pink-900{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:from-primary-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-primary-hover-color{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-gray-body{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:from-gray-light{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:from-gray-333{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:from-gray-666{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:from-gray-888{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:from-gray-999{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:from-gray-icon{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:from-gray-features{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:from-slide-border{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:from-sale-color{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:from-hit-color{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:from-new-color{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:from-fb-hover-color{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:from-fb-active-color{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:from-vk-hover-color{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:from-vk-active-color{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:from-insta-hover-color{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:from-insta-active-color{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:from-gray-dc{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:from-gray-cd{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:from-gray-e7{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:from-check-color{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:from-docx-color{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:from-dark-black{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:from-green-light{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:via-transparent{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-current{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-black{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:via-white{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-gray-100{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:via-gray-200{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:via-gray-300{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:via-gray-400{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:via-gray-500{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:via-gray-600{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:via-gray-700{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:via-gray-800{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:via-gray-900{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:via-red{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:via-orange-100{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:via-orange-200{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:via-orange-300{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:via-orange-400{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:via-orange-500{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:via-orange-600{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:via-orange-700{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:via-orange-800{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:via-orange-900{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:via-yellow-100{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:via-yellow-200{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:via-yellow-300{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:via-yellow-400{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:via-yellow-500{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:via-yellow-600{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:via-yellow-700{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:via-yellow-800{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:via-yellow-900{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:via-green-100{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:via-green-200{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:via-green-300{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:via-green-400{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:via-green-500{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:via-green-600{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:via-green-700{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:via-green-800{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:via-green-900{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:via-teal-100{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:via-teal-200{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:via-teal-300{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:via-teal-400{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:via-teal-500{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:via-teal-600{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:via-teal-700{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:via-teal-800{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:via-teal-900{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:via-blue-100{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:via-blue-200{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:via-blue-300{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:via-blue-400{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:via-blue-500{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:via-blue-600{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:via-blue-700{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:via-blue-800{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:via-blue-900{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:via-indigo-100{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:via-indigo-200{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:via-indigo-300{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:via-indigo-400{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:via-indigo-500{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:via-indigo-600{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:via-indigo-700{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:via-indigo-800{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:via-indigo-900{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:via-purple-100{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:via-purple-200{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:via-purple-300{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:via-purple-400{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:via-purple-500{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:via-purple-600{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:via-purple-700{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:via-purple-800{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:via-purple-900{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:via-pink-100{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:via-pink-200{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:via-pink-300{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:via-pink-400{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:via-pink-500{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:via-pink-600{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:via-pink-700{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:via-pink-800{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:via-pink-900{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:via-primary-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-primary-hover-color{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-gray-body{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:via-gray-light{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:via-gray-333{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:via-gray-666{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:via-gray-888{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:via-gray-999{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:via-gray-icon{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:via-gray-features{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:via-slide-border{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:via-sale-color{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:via-hit-color{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:via-new-color{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:via-fb-hover-color{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:via-fb-active-color{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:via-vk-hover-color{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:via-vk-active-color{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:via-insta-hover-color{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:via-insta-active-color{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:via-gray-dc{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:via-gray-cd{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:via-gray-e7{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:via-check-color{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:via-docx-color{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:via-dark-black{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:via-green-light{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:to-transparent{
    --gradient-to-color: transparent !important;
  }

  .xxl\:to-current{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:to-black{
    --gradient-to-color: #000 !important;
  }

  .xxl\:to-white{
    --gradient-to-color: #fff !important;
  }

  .xxl\:to-gray-100{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:to-gray-200{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:to-gray-300{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:to-gray-400{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:to-gray-500{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:to-gray-600{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:to-gray-700{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:to-gray-800{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:to-gray-900{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:to-red{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxl\:to-orange-100{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:to-orange-200{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:to-orange-300{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:to-orange-400{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:to-orange-500{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:to-orange-600{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:to-orange-700{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:to-orange-800{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:to-orange-900{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:to-yellow-100{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:to-yellow-200{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:to-yellow-300{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:to-yellow-400{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:to-yellow-500{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:to-yellow-600{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:to-yellow-700{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:to-yellow-800{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:to-yellow-900{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:to-green-100{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:to-green-200{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:to-green-300{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:to-green-400{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:to-green-500{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:to-green-600{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:to-green-700{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:to-green-800{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:to-green-900{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:to-teal-100{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:to-teal-200{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:to-teal-300{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:to-teal-400{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:to-teal-500{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:to-teal-600{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:to-teal-700{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:to-teal-800{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:to-teal-900{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:to-blue-100{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:to-blue-200{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:to-blue-300{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:to-blue-400{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:to-blue-500{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:to-blue-600{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:to-blue-700{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:to-blue-800{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:to-blue-900{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:to-indigo-100{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:to-indigo-200{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:to-indigo-300{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:to-indigo-400{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:to-indigo-500{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:to-indigo-600{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:to-indigo-700{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:to-indigo-800{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:to-indigo-900{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:to-purple-100{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:to-purple-200{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:to-purple-300{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:to-purple-400{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:to-purple-500{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:to-purple-600{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:to-purple-700{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:to-purple-800{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:to-purple-900{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:to-pink-100{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:to-pink-200{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:to-pink-300{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:to-pink-400{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:to-pink-500{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:to-pink-600{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:to-pink-700{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:to-pink-800{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:to-pink-900{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:to-primary-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:to-primary-hover-color{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxl\:to-gray-body{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxl\:to-gray-light{
    --gradient-to-color: #ccc !important;
  }

  .xxl\:to-gray-333{
    --gradient-to-color: #333 !important;
  }

  .xxl\:to-gray-666{
    --gradient-to-color: #666 !important;
  }

  .xxl\:to-gray-888{
    --gradient-to-color: #888 !important;
  }

  .xxl\:to-gray-999{
    --gradient-to-color: #999 !important;
  }

  .xxl\:to-gray-icon{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxl\:to-gray-features{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxl\:to-slide-border{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxl\:to-sale-color{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:to-hit-color{
    --gradient-to-color: #ff9900 !important;
  }

  .xxl\:to-new-color{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxl\:to-fb-hover-color{
    --gradient-to-color: #5959d8 !important;
  }

  .xxl\:to-fb-active-color{
    --gradient-to-color: #4040b3 !important;
  }

  .xxl\:to-vk-hover-color{
    --gradient-to-color: #628dd3 !important;
  }

  .xxl\:to-vk-active-color{
    --gradient-to-color: #3768b9 !important;
  }

  .xxl\:to-insta-hover-color{
    --gradient-to-color: #af35d2 !important;
  }

  .xxl\:to-insta-active-color{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxl\:to-gray-dc{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxl\:to-gray-cd{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxl\:to-gray-e7{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxl\:to-check-color{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxl\:to-docx-color{
    --gradient-to-color: #1789e9 !important;
  }

  .xxl\:to-dark-black{
    --gradient-to-color: #010101 !important;
  }

  .xxl\:to-green-light{
    --gradient-to-color: #3ab011 !important;
  }

  .xxl\:hover\:from-transparent:hover{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-current:hover{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-black:hover{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:from-white:hover{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-gray-100:hover{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:hover\:from-gray-200:hover{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:hover\:from-gray-300:hover{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:hover\:from-gray-400:hover{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:hover\:from-gray-500:hover{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:hover\:from-gray-600:hover{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:hover\:from-gray-700:hover{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:hover\:from-gray-800:hover{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:hover\:from-gray-900:hover{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:hover\:from-red:hover{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:hover\:from-orange-100:hover{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:hover\:from-orange-200:hover{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:hover\:from-orange-300:hover{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:hover\:from-orange-400:hover{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:hover\:from-orange-500:hover{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:hover\:from-orange-600:hover{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:hover\:from-orange-700:hover{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:hover\:from-orange-800:hover{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:hover\:from-orange-900:hover{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:hover\:from-yellow-100:hover{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:hover\:from-yellow-200:hover{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:hover\:from-yellow-300:hover{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:hover\:from-yellow-400:hover{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:hover\:from-yellow-500:hover{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:hover\:from-yellow-600:hover{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:hover\:from-yellow-700:hover{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:hover\:from-yellow-800:hover{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:hover\:from-yellow-900:hover{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:hover\:from-green-100:hover{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:hover\:from-green-200:hover{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:hover\:from-green-300:hover{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:hover\:from-green-400:hover{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:hover\:from-green-500:hover{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:hover\:from-green-600:hover{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:hover\:from-green-700:hover{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:hover\:from-green-800:hover{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:hover\:from-green-900:hover{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:hover\:from-teal-100:hover{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:hover\:from-teal-200:hover{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:hover\:from-teal-300:hover{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:hover\:from-teal-400:hover{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:hover\:from-teal-500:hover{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:hover\:from-teal-600:hover{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:hover\:from-teal-700:hover{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:hover\:from-teal-800:hover{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:hover\:from-teal-900:hover{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:hover\:from-blue-100:hover{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:hover\:from-blue-200:hover{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:hover\:from-blue-300:hover{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:hover\:from-blue-400:hover{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:hover\:from-blue-500:hover{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:hover\:from-blue-600:hover{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:hover\:from-blue-700:hover{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:hover\:from-blue-800:hover{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:hover\:from-blue-900:hover{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:hover\:from-indigo-100:hover{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:hover\:from-indigo-200:hover{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:hover\:from-indigo-300:hover{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:hover\:from-indigo-400:hover{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:hover\:from-indigo-500:hover{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:hover\:from-indigo-600:hover{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:hover\:from-indigo-700:hover{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:hover\:from-indigo-800:hover{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:hover\:from-indigo-900:hover{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:hover\:from-purple-100:hover{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:hover\:from-purple-200:hover{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:hover\:from-purple-300:hover{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:hover\:from-purple-400:hover{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:hover\:from-purple-500:hover{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:hover\:from-purple-600:hover{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:hover\:from-purple-700:hover{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:hover\:from-purple-800:hover{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:hover\:from-purple-900:hover{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:hover\:from-pink-100:hover{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:hover\:from-pink-200:hover{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:hover\:from-pink-300:hover{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:hover\:from-pink-400:hover{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:hover\:from-pink-500:hover{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:hover\:from-pink-600:hover{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:hover\:from-pink-700:hover{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:hover\:from-pink-800:hover{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:hover\:from-pink-900:hover{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:hover\:from-primary-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-primary-hover-color:hover{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-gray-body:hover{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:hover\:from-gray-light:hover{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:hover\:from-gray-333:hover{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:hover\:from-gray-666:hover{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:hover\:from-gray-888:hover{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:hover\:from-gray-999:hover{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:hover\:from-gray-icon:hover{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:hover\:from-gray-features:hover{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:hover\:from-slide-border:hover{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:hover\:from-sale-color:hover{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:from-hit-color:hover{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:hover\:from-new-color:hover{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:hover\:from-fb-hover-color:hover{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:hover\:from-fb-active-color:hover{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:hover\:from-vk-hover-color:hover{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:hover\:from-vk-active-color:hover{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:hover\:from-insta-hover-color:hover{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:hover\:from-insta-active-color:hover{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:hover\:from-gray-dc:hover{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:hover\:from-gray-cd:hover{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:hover\:from-gray-e7:hover{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:hover\:from-check-color:hover{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:hover\:from-docx-color:hover{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:hover\:from-dark-black:hover{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:hover\:from-green-light:hover{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:hover\:via-transparent:hover{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-current:hover{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-black:hover{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:hover\:via-white:hover{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-gray-100:hover{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:hover\:via-gray-200:hover{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:hover\:via-gray-300:hover{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:hover\:via-gray-400:hover{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:hover\:via-gray-500:hover{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:hover\:via-gray-600:hover{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:hover\:via-gray-700:hover{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:hover\:via-gray-800:hover{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:hover\:via-gray-900:hover{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:hover\:via-red:hover{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:hover\:via-orange-100:hover{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:hover\:via-orange-200:hover{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:hover\:via-orange-300:hover{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:hover\:via-orange-400:hover{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:hover\:via-orange-500:hover{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:hover\:via-orange-600:hover{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:hover\:via-orange-700:hover{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:hover\:via-orange-800:hover{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:hover\:via-orange-900:hover{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:hover\:via-yellow-100:hover{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:hover\:via-yellow-200:hover{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:hover\:via-yellow-300:hover{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:hover\:via-yellow-400:hover{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:hover\:via-yellow-500:hover{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:hover\:via-yellow-600:hover{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:hover\:via-yellow-700:hover{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:hover\:via-yellow-800:hover{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:hover\:via-yellow-900:hover{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:hover\:via-green-100:hover{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:hover\:via-green-200:hover{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:hover\:via-green-300:hover{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:hover\:via-green-400:hover{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:hover\:via-green-500:hover{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:hover\:via-green-600:hover{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:hover\:via-green-700:hover{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:hover\:via-green-800:hover{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:hover\:via-green-900:hover{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:hover\:via-teal-100:hover{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:hover\:via-teal-200:hover{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:hover\:via-teal-300:hover{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:hover\:via-teal-400:hover{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:hover\:via-teal-500:hover{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:hover\:via-teal-600:hover{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:hover\:via-teal-700:hover{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:hover\:via-teal-800:hover{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:hover\:via-teal-900:hover{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:hover\:via-blue-100:hover{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:hover\:via-blue-200:hover{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:hover\:via-blue-300:hover{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:hover\:via-blue-400:hover{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:hover\:via-blue-500:hover{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:hover\:via-blue-600:hover{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:hover\:via-blue-700:hover{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:hover\:via-blue-800:hover{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:hover\:via-blue-900:hover{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:hover\:via-indigo-100:hover{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:hover\:via-indigo-200:hover{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:hover\:via-indigo-300:hover{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:hover\:via-indigo-400:hover{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:hover\:via-indigo-500:hover{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:hover\:via-indigo-600:hover{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:hover\:via-indigo-700:hover{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:hover\:via-indigo-800:hover{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:hover\:via-indigo-900:hover{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:hover\:via-purple-100:hover{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:hover\:via-purple-200:hover{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:hover\:via-purple-300:hover{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:hover\:via-purple-400:hover{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:hover\:via-purple-500:hover{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:hover\:via-purple-600:hover{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:hover\:via-purple-700:hover{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:hover\:via-purple-800:hover{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:hover\:via-purple-900:hover{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:hover\:via-pink-100:hover{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:hover\:via-pink-200:hover{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:hover\:via-pink-300:hover{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:hover\:via-pink-400:hover{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:hover\:via-pink-500:hover{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:hover\:via-pink-600:hover{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:hover\:via-pink-700:hover{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:hover\:via-pink-800:hover{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:hover\:via-pink-900:hover{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:hover\:via-primary-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-primary-hover-color:hover{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-gray-body:hover{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:hover\:via-gray-light:hover{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:hover\:via-gray-333:hover{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:hover\:via-gray-666:hover{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:hover\:via-gray-888:hover{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:hover\:via-gray-999:hover{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:hover\:via-gray-icon:hover{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:hover\:via-gray-features:hover{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:hover\:via-slide-border:hover{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:hover\:via-sale-color:hover{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:hover\:via-hit-color:hover{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:hover\:via-new-color:hover{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:hover\:via-fb-hover-color:hover{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:hover\:via-fb-active-color:hover{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:hover\:via-vk-hover-color:hover{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:hover\:via-vk-active-color:hover{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:hover\:via-insta-hover-color:hover{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:hover\:via-insta-active-color:hover{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:hover\:via-gray-dc:hover{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:hover\:via-gray-cd:hover{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:hover\:via-gray-e7:hover{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:hover\:via-check-color:hover{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:hover\:via-docx-color:hover{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:hover\:via-dark-black:hover{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:hover\:via-green-light:hover{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:hover\:to-transparent:hover{
    --gradient-to-color: transparent !important;
  }

  .xxl\:hover\:to-current:hover{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:hover\:to-black:hover{
    --gradient-to-color: #000 !important;
  }

  .xxl\:hover\:to-white:hover{
    --gradient-to-color: #fff !important;
  }

  .xxl\:hover\:to-gray-100:hover{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:hover\:to-gray-200:hover{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:hover\:to-gray-300:hover{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:hover\:to-gray-400:hover{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:hover\:to-gray-500:hover{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:hover\:to-gray-600:hover{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:hover\:to-gray-700:hover{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:hover\:to-gray-800:hover{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:hover\:to-gray-900:hover{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:hover\:to-red:hover{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxl\:hover\:to-orange-100:hover{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:hover\:to-orange-200:hover{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:hover\:to-orange-300:hover{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:hover\:to-orange-400:hover{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:hover\:to-orange-500:hover{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:hover\:to-orange-600:hover{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:hover\:to-orange-700:hover{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:hover\:to-orange-800:hover{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:hover\:to-orange-900:hover{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:hover\:to-yellow-100:hover{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:hover\:to-yellow-200:hover{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:hover\:to-yellow-300:hover{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:hover\:to-yellow-400:hover{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:hover\:to-yellow-500:hover{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:hover\:to-yellow-600:hover{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:hover\:to-yellow-700:hover{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:hover\:to-yellow-800:hover{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:hover\:to-yellow-900:hover{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:hover\:to-green-100:hover{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:hover\:to-green-200:hover{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:hover\:to-green-300:hover{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:hover\:to-green-400:hover{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:hover\:to-green-500:hover{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:hover\:to-green-600:hover{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:hover\:to-green-700:hover{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:hover\:to-green-800:hover{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:hover\:to-green-900:hover{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:hover\:to-teal-100:hover{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:hover\:to-teal-200:hover{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:hover\:to-teal-300:hover{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:hover\:to-teal-400:hover{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:hover\:to-teal-500:hover{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:hover\:to-teal-600:hover{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:hover\:to-teal-700:hover{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:hover\:to-teal-800:hover{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:hover\:to-teal-900:hover{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:hover\:to-blue-100:hover{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:hover\:to-blue-200:hover{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:hover\:to-blue-300:hover{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:hover\:to-blue-400:hover{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:hover\:to-blue-500:hover{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:hover\:to-blue-600:hover{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:hover\:to-blue-700:hover{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:hover\:to-blue-800:hover{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:hover\:to-blue-900:hover{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:hover\:to-indigo-100:hover{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:hover\:to-indigo-200:hover{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:hover\:to-indigo-300:hover{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:hover\:to-indigo-400:hover{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:hover\:to-indigo-500:hover{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:hover\:to-indigo-600:hover{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:hover\:to-indigo-700:hover{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:hover\:to-indigo-800:hover{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:hover\:to-indigo-900:hover{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:hover\:to-purple-100:hover{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:hover\:to-purple-200:hover{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:hover\:to-purple-300:hover{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:hover\:to-purple-400:hover{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:hover\:to-purple-500:hover{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:hover\:to-purple-600:hover{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:hover\:to-purple-700:hover{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:hover\:to-purple-800:hover{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:hover\:to-purple-900:hover{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:hover\:to-pink-100:hover{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:hover\:to-pink-200:hover{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:hover\:to-pink-300:hover{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:hover\:to-pink-400:hover{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:hover\:to-pink-500:hover{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:hover\:to-pink-600:hover{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:hover\:to-pink-700:hover{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:hover\:to-pink-800:hover{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:hover\:to-pink-900:hover{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:hover\:to-primary-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:hover\:to-primary-hover-color:hover{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxl\:hover\:to-gray-body:hover{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxl\:hover\:to-gray-light:hover{
    --gradient-to-color: #ccc !important;
  }

  .xxl\:hover\:to-gray-333:hover{
    --gradient-to-color: #333 !important;
  }

  .xxl\:hover\:to-gray-666:hover{
    --gradient-to-color: #666 !important;
  }

  .xxl\:hover\:to-gray-888:hover{
    --gradient-to-color: #888 !important;
  }

  .xxl\:hover\:to-gray-999:hover{
    --gradient-to-color: #999 !important;
  }

  .xxl\:hover\:to-gray-icon:hover{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxl\:hover\:to-gray-features:hover{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxl\:hover\:to-slide-border:hover{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxl\:hover\:to-sale-color:hover{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:hover\:to-hit-color:hover{
    --gradient-to-color: #ff9900 !important;
  }

  .xxl\:hover\:to-new-color:hover{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxl\:hover\:to-fb-hover-color:hover{
    --gradient-to-color: #5959d8 !important;
  }

  .xxl\:hover\:to-fb-active-color:hover{
    --gradient-to-color: #4040b3 !important;
  }

  .xxl\:hover\:to-vk-hover-color:hover{
    --gradient-to-color: #628dd3 !important;
  }

  .xxl\:hover\:to-vk-active-color:hover{
    --gradient-to-color: #3768b9 !important;
  }

  .xxl\:hover\:to-insta-hover-color:hover{
    --gradient-to-color: #af35d2 !important;
  }

  .xxl\:hover\:to-insta-active-color:hover{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxl\:hover\:to-gray-dc:hover{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxl\:hover\:to-gray-cd:hover{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxl\:hover\:to-gray-e7:hover{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxl\:hover\:to-check-color:hover{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxl\:hover\:to-docx-color:hover{
    --gradient-to-color: #1789e9 !important;
  }

  .xxl\:hover\:to-dark-black:hover{
    --gradient-to-color: #010101 !important;
  }

  .xxl\:hover\:to-green-light:hover{
    --gradient-to-color: #3ab011 !important;
  }

  .xxl\:focus\:from-transparent:focus{
    --gradient-from-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-current:focus{
    --gradient-from-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-black:focus{
    --gradient-from-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:from-white:focus{
    --gradient-from-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-gray-100:focus{
    --gradient-from-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:focus\:from-gray-200:focus{
    --gradient-from-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:focus\:from-gray-300:focus{
    --gradient-from-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:focus\:from-gray-400:focus{
    --gradient-from-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:focus\:from-gray-500:focus{
    --gradient-from-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:focus\:from-gray-600:focus{
    --gradient-from-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:focus\:from-gray-700:focus{
    --gradient-from-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:focus\:from-gray-800:focus{
    --gradient-from-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:focus\:from-gray-900:focus{
    --gradient-from-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:focus\:from-red:focus{
    --gradient-from-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:focus\:from-orange-100:focus{
    --gradient-from-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:focus\:from-orange-200:focus{
    --gradient-from-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:focus\:from-orange-300:focus{
    --gradient-from-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:focus\:from-orange-400:focus{
    --gradient-from-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:focus\:from-orange-500:focus{
    --gradient-from-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:focus\:from-orange-600:focus{
    --gradient-from-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:focus\:from-orange-700:focus{
    --gradient-from-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:focus\:from-orange-800:focus{
    --gradient-from-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:focus\:from-orange-900:focus{
    --gradient-from-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:focus\:from-yellow-100:focus{
    --gradient-from-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:focus\:from-yellow-200:focus{
    --gradient-from-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:focus\:from-yellow-300:focus{
    --gradient-from-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:focus\:from-yellow-400:focus{
    --gradient-from-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:focus\:from-yellow-500:focus{
    --gradient-from-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:focus\:from-yellow-600:focus{
    --gradient-from-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:focus\:from-yellow-700:focus{
    --gradient-from-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:focus\:from-yellow-800:focus{
    --gradient-from-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:focus\:from-yellow-900:focus{
    --gradient-from-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:focus\:from-green-100:focus{
    --gradient-from-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:focus\:from-green-200:focus{
    --gradient-from-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:focus\:from-green-300:focus{
    --gradient-from-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:focus\:from-green-400:focus{
    --gradient-from-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:focus\:from-green-500:focus{
    --gradient-from-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:focus\:from-green-600:focus{
    --gradient-from-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:focus\:from-green-700:focus{
    --gradient-from-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:focus\:from-green-800:focus{
    --gradient-from-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:focus\:from-green-900:focus{
    --gradient-from-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:focus\:from-teal-100:focus{
    --gradient-from-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:focus\:from-teal-200:focus{
    --gradient-from-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:focus\:from-teal-300:focus{
    --gradient-from-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:focus\:from-teal-400:focus{
    --gradient-from-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:focus\:from-teal-500:focus{
    --gradient-from-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:focus\:from-teal-600:focus{
    --gradient-from-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:focus\:from-teal-700:focus{
    --gradient-from-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:focus\:from-teal-800:focus{
    --gradient-from-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:focus\:from-teal-900:focus{
    --gradient-from-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:focus\:from-blue-100:focus{
    --gradient-from-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:focus\:from-blue-200:focus{
    --gradient-from-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:focus\:from-blue-300:focus{
    --gradient-from-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:focus\:from-blue-400:focus{
    --gradient-from-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:focus\:from-blue-500:focus{
    --gradient-from-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:focus\:from-blue-600:focus{
    --gradient-from-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:focus\:from-blue-700:focus{
    --gradient-from-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:focus\:from-blue-800:focus{
    --gradient-from-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:focus\:from-blue-900:focus{
    --gradient-from-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:focus\:from-indigo-100:focus{
    --gradient-from-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:focus\:from-indigo-200:focus{
    --gradient-from-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:focus\:from-indigo-300:focus{
    --gradient-from-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:focus\:from-indigo-400:focus{
    --gradient-from-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:focus\:from-indigo-500:focus{
    --gradient-from-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:focus\:from-indigo-600:focus{
    --gradient-from-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:focus\:from-indigo-700:focus{
    --gradient-from-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:focus\:from-indigo-800:focus{
    --gradient-from-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:focus\:from-indigo-900:focus{
    --gradient-from-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:focus\:from-purple-100:focus{
    --gradient-from-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:focus\:from-purple-200:focus{
    --gradient-from-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:focus\:from-purple-300:focus{
    --gradient-from-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:focus\:from-purple-400:focus{
    --gradient-from-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:focus\:from-purple-500:focus{
    --gradient-from-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:focus\:from-purple-600:focus{
    --gradient-from-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:focus\:from-purple-700:focus{
    --gradient-from-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:focus\:from-purple-800:focus{
    --gradient-from-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:focus\:from-purple-900:focus{
    --gradient-from-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:focus\:from-pink-100:focus{
    --gradient-from-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:focus\:from-pink-200:focus{
    --gradient-from-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:focus\:from-pink-300:focus{
    --gradient-from-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:focus\:from-pink-400:focus{
    --gradient-from-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:focus\:from-pink-500:focus{
    --gradient-from-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:focus\:from-pink-600:focus{
    --gradient-from-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:focus\:from-pink-700:focus{
    --gradient-from-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:focus\:from-pink-800:focus{
    --gradient-from-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:focus\:from-pink-900:focus{
    --gradient-from-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:focus\:from-primary-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-primary-hover-color:focus{
    --gradient-from-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-gray-body:focus{
    --gradient-from-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:focus\:from-gray-light:focus{
    --gradient-from-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:focus\:from-gray-333:focus{
    --gradient-from-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:focus\:from-gray-666:focus{
    --gradient-from-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:focus\:from-gray-888:focus{
    --gradient-from-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:focus\:from-gray-999:focus{
    --gradient-from-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:focus\:from-gray-icon:focus{
    --gradient-from-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:focus\:from-gray-features:focus{
    --gradient-from-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:focus\:from-slide-border:focus{
    --gradient-from-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:focus\:from-sale-color:focus{
    --gradient-from-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:from-hit-color:focus{
    --gradient-from-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:focus\:from-new-color:focus{
    --gradient-from-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:focus\:from-fb-hover-color:focus{
    --gradient-from-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:focus\:from-fb-active-color:focus{
    --gradient-from-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:focus\:from-vk-hover-color:focus{
    --gradient-from-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:focus\:from-vk-active-color:focus{
    --gradient-from-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:focus\:from-insta-hover-color:focus{
    --gradient-from-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:focus\:from-insta-active-color:focus{
    --gradient-from-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:focus\:from-gray-dc:focus{
    --gradient-from-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:focus\:from-gray-cd:focus{
    --gradient-from-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:focus\:from-gray-e7:focus{
    --gradient-from-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:focus\:from-check-color:focus{
    --gradient-from-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:focus\:from-docx-color:focus{
    --gradient-from-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:focus\:from-dark-black:focus{
    --gradient-from-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:focus\:from-green-light:focus{
    --gradient-from-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:focus\:via-transparent:focus{
    --gradient-via-color: transparent !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-current:focus{
    --gradient-via-color: currentColor !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-black:focus{
    --gradient-via-color: #000 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(0, 0, 0, 0)) !important;
  }

  .xxl\:focus\:via-white:focus{
    --gradient-via-color: #fff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-gray-100:focus{
    --gradient-via-color: #f7fafc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(247, 250, 252, 0)) !important;
  }

  .xxl\:focus\:via-gray-200:focus{
    --gradient-via-color: #edf2f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 242, 247, 0)) !important;
  }

  .xxl\:focus\:via-gray-300:focus{
    --gradient-via-color: #e2e8f0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(226, 232, 240, 0)) !important;
  }

  .xxl\:focus\:via-gray-400:focus{
    --gradient-via-color: #cbd5e0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(203, 213, 224, 0)) !important;
  }

  .xxl\:focus\:via-gray-500:focus{
    --gradient-via-color: #a0aec0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(160, 174, 192, 0)) !important;
  }

  .xxl\:focus\:via-gray-600:focus{
    --gradient-via-color: #718096 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(113, 128, 150, 0)) !important;
  }

  .xxl\:focus\:via-gray-700:focus{
    --gradient-via-color: #4a5568 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(74, 85, 104, 0)) !important;
  }

  .xxl\:focus\:via-gray-800:focus{
    --gradient-via-color: #2d3748 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(45, 55, 72, 0)) !important;
  }

  .xxl\:focus\:via-gray-900:focus{
    --gradient-via-color: #1a202c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(26, 32, 44, 0)) !important;
  }

  .xxl\:focus\:via-red:focus{
    --gradient-via-color: #cc0a0a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 10, 10, 0)) !important;
  }

  .xxl\:focus\:via-orange-100:focus{
    --gradient-via-color: #fffaf0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 250, 240, 0)) !important;
  }

  .xxl\:focus\:via-orange-200:focus{
    --gradient-via-color: #feebc8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 235, 200, 0)) !important;
  }

  .xxl\:focus\:via-orange-300:focus{
    --gradient-via-color: #fbd38d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 211, 141, 0)) !important;
  }

  .xxl\:focus\:via-orange-400:focus{
    --gradient-via-color: #f6ad55 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 173, 85, 0)) !important;
  }

  .xxl\:focus\:via-orange-500:focus{
    --gradient-via-color: #ed8936 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 137, 54, 0)) !important;
  }

  .xxl\:focus\:via-orange-600:focus{
    --gradient-via-color: #dd6b20 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(221, 107, 32, 0)) !important;
  }

  .xxl\:focus\:via-orange-700:focus{
    --gradient-via-color: #c05621 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(192, 86, 33, 0)) !important;
  }

  .xxl\:focus\:via-orange-800:focus{
    --gradient-via-color: #9c4221 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(156, 66, 33, 0)) !important;
  }

  .xxl\:focus\:via-orange-900:focus{
    --gradient-via-color: #7b341e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(123, 52, 30, 0)) !important;
  }

  .xxl\:focus\:via-yellow-100:focus{
    --gradient-via-color: #fffff0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 240, 0)) !important;
  }

  .xxl\:focus\:via-yellow-200:focus{
    --gradient-via-color: #fefcbf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 252, 191, 0)) !important;
  }

  .xxl\:focus\:via-yellow-300:focus{
    --gradient-via-color: #faf089 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 240, 137, 0)) !important;
  }

  .xxl\:focus\:via-yellow-400:focus{
    --gradient-via-color: #f6e05e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 224, 94, 0)) !important;
  }

  .xxl\:focus\:via-yellow-500:focus{
    --gradient-via-color: #ecc94b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(236, 201, 75, 0)) !important;
  }

  .xxl\:focus\:via-yellow-600:focus{
    --gradient-via-color: #d69e2e !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 158, 46, 0)) !important;
  }

  .xxl\:focus\:via-yellow-700:focus{
    --gradient-via-color: #b7791f !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 121, 31, 0)) !important;
  }

  .xxl\:focus\:via-yellow-800:focus{
    --gradient-via-color: #975a16 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 90, 22, 0)) !important;
  }

  .xxl\:focus\:via-yellow-900:focus{
    --gradient-via-color: #744210 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(116, 66, 16, 0)) !important;
  }

  .xxl\:focus\:via-green-100:focus{
    --gradient-via-color: #f0fff4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(240, 255, 244, 0)) !important;
  }

  .xxl\:focus\:via-green-200:focus{
    --gradient-via-color: #c6f6d5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(198, 246, 213, 0)) !important;
  }

  .xxl\:focus\:via-green-300:focus{
    --gradient-via-color: #9ae6b4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 230, 180, 0)) !important;
  }

  .xxl\:focus\:via-green-400:focus{
    --gradient-via-color: #68d391 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(104, 211, 145, 0)) !important;
  }

  .xxl\:focus\:via-green-500:focus{
    --gradient-via-color: #48bb78 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(72, 187, 120, 0)) !important;
  }

  .xxl\:focus\:via-green-600:focus{
    --gradient-via-color: #38a169 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 161, 105, 0)) !important;
  }

  .xxl\:focus\:via-green-700:focus{
    --gradient-via-color: #2f855a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(47, 133, 90, 0)) !important;
  }

  .xxl\:focus\:via-green-800:focus{
    --gradient-via-color: #276749 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(39, 103, 73, 0)) !important;
  }

  .xxl\:focus\:via-green-900:focus{
    --gradient-via-color: #22543d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(34, 84, 61, 0)) !important;
  }

  .xxl\:focus\:via-teal-100:focus{
    --gradient-via-color: #e6fffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(230, 255, 250, 0)) !important;
  }

  .xxl\:focus\:via-teal-200:focus{
    --gradient-via-color: #b2f5ea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(178, 245, 234, 0)) !important;
  }

  .xxl\:focus\:via-teal-300:focus{
    --gradient-via-color: #81e6d9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(129, 230, 217, 0)) !important;
  }

  .xxl\:focus\:via-teal-400:focus{
    --gradient-via-color: #4fd1c5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(79, 209, 197, 0)) !important;
  }

  .xxl\:focus\:via-teal-500:focus{
    --gradient-via-color: #38b2ac !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(56, 178, 172, 0)) !important;
  }

  .xxl\:focus\:via-teal-600:focus{
    --gradient-via-color: #319795 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 151, 149, 0)) !important;
  }

  .xxl\:focus\:via-teal-700:focus{
    --gradient-via-color: #2c7a7b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 122, 123, 0)) !important;
  }

  .xxl\:focus\:via-teal-800:focus{
    --gradient-via-color: #285e61 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(40, 94, 97, 0)) !important;
  }

  .xxl\:focus\:via-teal-900:focus{
    --gradient-via-color: #234e52 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(35, 78, 82, 0)) !important;
  }

  .xxl\:focus\:via-blue-100:focus{
    --gradient-via-color: #ebf8ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 248, 255, 0)) !important;
  }

  .xxl\:focus\:via-blue-200:focus{
    --gradient-via-color: #bee3f8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(190, 227, 248, 0)) !important;
  }

  .xxl\:focus\:via-blue-300:focus{
    --gradient-via-color: #90cdf4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(144, 205, 244, 0)) !important;
  }

  .xxl\:focus\:via-blue-400:focus{
    --gradient-via-color: #63b3ed !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(99, 179, 237, 0)) !important;
  }

  .xxl\:focus\:via-blue-500:focus{
    --gradient-via-color: #4299e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(66, 153, 225, 0)) !important;
  }

  .xxl\:focus\:via-blue-600:focus{
    --gradient-via-color: #3182ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(49, 130, 206, 0)) !important;
  }

  .xxl\:focus\:via-blue-700:focus{
    --gradient-via-color: #2b6cb0 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(43, 108, 176, 0)) !important;
  }

  .xxl\:focus\:via-blue-800:focus{
    --gradient-via-color: #2c5282 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(44, 82, 130, 0)) !important;
  }

  .xxl\:focus\:via-blue-900:focus{
    --gradient-via-color: #2a4365 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(42, 67, 101, 0)) !important;
  }

  .xxl\:focus\:via-indigo-100:focus{
    --gradient-via-color: #ebf4ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(235, 244, 255, 0)) !important;
  }

  .xxl\:focus\:via-indigo-200:focus{
    --gradient-via-color: #c3dafe !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(195, 218, 254, 0)) !important;
  }

  .xxl\:focus\:via-indigo-300:focus{
    --gradient-via-color: #a3bffa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(163, 191, 250, 0)) !important;
  }

  .xxl\:focus\:via-indigo-400:focus{
    --gradient-via-color: #7f9cf5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(127, 156, 245, 0)) !important;
  }

  .xxl\:focus\:via-indigo-500:focus{
    --gradient-via-color: #667eea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 126, 234, 0)) !important;
  }

  .xxl\:focus\:via-indigo-600:focus{
    --gradient-via-color: #5a67d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(90, 103, 216, 0)) !important;
  }

  .xxl\:focus\:via-indigo-700:focus{
    --gradient-via-color: #4c51bf !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(76, 81, 191, 0)) !important;
  }

  .xxl\:focus\:via-indigo-800:focus{
    --gradient-via-color: #434190 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(67, 65, 144, 0)) !important;
  }

  .xxl\:focus\:via-indigo-900:focus{
    --gradient-via-color: #3c366b !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(60, 54, 107, 0)) !important;
  }

  .xxl\:focus\:via-purple-100:focus{
    --gradient-via-color: #faf5ff !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(250, 245, 255, 0)) !important;
  }

  .xxl\:focus\:via-purple-200:focus{
    --gradient-via-color: #e9d8fd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(233, 216, 253, 0)) !important;
  }

  .xxl\:focus\:via-purple-300:focus{
    --gradient-via-color: #d6bcfa !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(214, 188, 250, 0)) !important;
  }

  .xxl\:focus\:via-purple-400:focus{
    --gradient-via-color: #b794f4 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(183, 148, 244, 0)) !important;
  }

  .xxl\:focus\:via-purple-500:focus{
    --gradient-via-color: #9f7aea !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(159, 122, 234, 0)) !important;
  }

  .xxl\:focus\:via-purple-600:focus{
    --gradient-via-color: #805ad5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(128, 90, 213, 0)) !important;
  }

  .xxl\:focus\:via-purple-700:focus{
    --gradient-via-color: #6b46c1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(107, 70, 193, 0)) !important;
  }

  .xxl\:focus\:via-purple-800:focus{
    --gradient-via-color: #553c9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(85, 60, 154, 0)) !important;
  }

  .xxl\:focus\:via-purple-900:focus{
    --gradient-via-color: #44337a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(68, 51, 122, 0)) !important;
  }

  .xxl\:focus\:via-pink-100:focus{
    --gradient-via-color: #fff5f7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 245, 247, 0)) !important;
  }

  .xxl\:focus\:via-pink-200:focus{
    --gradient-via-color: #fed7e2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(254, 215, 226, 0)) !important;
  }

  .xxl\:focus\:via-pink-300:focus{
    --gradient-via-color: #fbb6ce !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(251, 182, 206, 0)) !important;
  }

  .xxl\:focus\:via-pink-400:focus{
    --gradient-via-color: #f687b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(246, 135, 179, 0)) !important;
  }

  .xxl\:focus\:via-pink-500:focus{
    --gradient-via-color: #ed64a6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(237, 100, 166, 0)) !important;
  }

  .xxl\:focus\:via-pink-600:focus{
    --gradient-via-color: #d53f8c !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(213, 63, 140, 0)) !important;
  }

  .xxl\:focus\:via-pink-700:focus{
    --gradient-via-color: #b83280 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(184, 50, 128, 0)) !important;
  }

  .xxl\:focus\:via-pink-800:focus{
    --gradient-via-color: #97266d !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(151, 38, 109, 0)) !important;
  }

  .xxl\:focus\:via-pink-900:focus{
    --gradient-via-color: #702459 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(112, 36, 89, 0)) !important;
  }

  .xxl\:focus\:via-primary-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-primary-hover-color:focus{
    --gradient-via-color: var(--hover-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-gray-body:focus{
    --gradient-via-color: #f2f2f2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(242, 242, 242, 0)) !important;
  }

  .xxl\:focus\:via-gray-light:focus{
    --gradient-via-color: #ccc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(204, 204, 204, 0)) !important;
  }

  .xxl\:focus\:via-gray-333:focus{
    --gradient-via-color: #333 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(51, 51, 51, 0)) !important;
  }

  .xxl\:focus\:via-gray-666:focus{
    --gradient-via-color: #666 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(102, 102, 102, 0)) !important;
  }

  .xxl\:focus\:via-gray-888:focus{
    --gradient-via-color: #888 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(136, 136, 136, 0)) !important;
  }

  .xxl\:focus\:via-gray-999:focus{
    --gradient-via-color: #999 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(153, 153, 153, 0)) !important;
  }

  .xxl\:focus\:via-gray-icon:focus{
    --gradient-via-color: #9a9a9a !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(154, 154, 154, 0)) !important;
  }

  .xxl\:focus\:via-gray-features:focus{
    --gradient-via-color: #f5f5f5 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(245, 245, 245, 0)) !important;
  }

  .xxl\:focus\:via-slide-border:focus{
    --gradient-via-color: #e1e1e1 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(225, 225, 225, 0)) !important;
  }

  .xxl\:focus\:via-sale-color:focus{
    --gradient-via-color: var(--primary-color) !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 255, 255, 0)) !important;
  }

  .xxl\:focus\:via-hit-color:focus{
    --gradient-via-color: #ff9900 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(255, 153, 0, 0)) !important;
  }

  .xxl\:focus\:via-new-color:focus{
    --gradient-via-color: #0fa3c6 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(15, 163, 198, 0)) !important;
  }

  .xxl\:focus\:via-fb-hover-color:focus{
    --gradient-via-color: #5959d8 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(89, 89, 216, 0)) !important;
  }

  .xxl\:focus\:via-fb-active-color:focus{
    --gradient-via-color: #4040b3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(64, 64, 179, 0)) !important;
  }

  .xxl\:focus\:via-vk-hover-color:focus{
    --gradient-via-color: #628dd3 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(98, 141, 211, 0)) !important;
  }

  .xxl\:focus\:via-vk-active-color:focus{
    --gradient-via-color: #3768b9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(55, 104, 185, 0)) !important;
  }

  .xxl\:focus\:via-insta-hover-color:focus{
    --gradient-via-color: #af35d2 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(175, 53, 210, 0)) !important;
  }

  .xxl\:focus\:via-insta-active-color:focus{
    --gradient-via-color: #7e47b7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(126, 71, 183, 0)) !important;
  }

  .xxl\:focus\:via-gray-dc:focus{
    --gradient-via-color: #dcdcdc !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(220, 220, 220, 0)) !important;
  }

  .xxl\:focus\:via-gray-cd:focus{
    --gradient-via-color: #cdcdcd !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(205, 205, 205, 0)) !important;
  }

  .xxl\:focus\:via-gray-e7:focus{
    --gradient-via-color: #e7e7e7 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(231, 231, 231, 0)) !important;
  }

  .xxl\:focus\:via-check-color:focus{
    --gradient-via-color: #ce3a12 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(206, 58, 18, 0)) !important;
  }

  .xxl\:focus\:via-docx-color:focus{
    --gradient-via-color: #1789e9 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(23, 137, 233, 0)) !important;
  }

  .xxl\:focus\:via-dark-black:focus{
    --gradient-via-color: #010101 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(1, 1, 1, 0)) !important;
  }

  .xxl\:focus\:via-green-light:focus{
    --gradient-via-color: #3ab011 !important;
    --gradient-color-stops: var(--gradient-from-color), var(--gradient-via-color), var(--gradient-to-color, rgba(58, 176, 17, 0)) !important;
  }

  .xxl\:focus\:to-transparent:focus{
    --gradient-to-color: transparent !important;
  }

  .xxl\:focus\:to-current:focus{
    --gradient-to-color: currentColor !important;
  }

  .xxl\:focus\:to-black:focus{
    --gradient-to-color: #000 !important;
  }

  .xxl\:focus\:to-white:focus{
    --gradient-to-color: #fff !important;
  }

  .xxl\:focus\:to-gray-100:focus{
    --gradient-to-color: #f7fafc !important;
  }

  .xxl\:focus\:to-gray-200:focus{
    --gradient-to-color: #edf2f7 !important;
  }

  .xxl\:focus\:to-gray-300:focus{
    --gradient-to-color: #e2e8f0 !important;
  }

  .xxl\:focus\:to-gray-400:focus{
    --gradient-to-color: #cbd5e0 !important;
  }

  .xxl\:focus\:to-gray-500:focus{
    --gradient-to-color: #a0aec0 !important;
  }

  .xxl\:focus\:to-gray-600:focus{
    --gradient-to-color: #718096 !important;
  }

  .xxl\:focus\:to-gray-700:focus{
    --gradient-to-color: #4a5568 !important;
  }

  .xxl\:focus\:to-gray-800:focus{
    --gradient-to-color: #2d3748 !important;
  }

  .xxl\:focus\:to-gray-900:focus{
    --gradient-to-color: #1a202c !important;
  }

  .xxl\:focus\:to-red:focus{
    --gradient-to-color: #cc0a0a !important;
  }

  .xxl\:focus\:to-orange-100:focus{
    --gradient-to-color: #fffaf0 !important;
  }

  .xxl\:focus\:to-orange-200:focus{
    --gradient-to-color: #feebc8 !important;
  }

  .xxl\:focus\:to-orange-300:focus{
    --gradient-to-color: #fbd38d !important;
  }

  .xxl\:focus\:to-orange-400:focus{
    --gradient-to-color: #f6ad55 !important;
  }

  .xxl\:focus\:to-orange-500:focus{
    --gradient-to-color: #ed8936 !important;
  }

  .xxl\:focus\:to-orange-600:focus{
    --gradient-to-color: #dd6b20 !important;
  }

  .xxl\:focus\:to-orange-700:focus{
    --gradient-to-color: #c05621 !important;
  }

  .xxl\:focus\:to-orange-800:focus{
    --gradient-to-color: #9c4221 !important;
  }

  .xxl\:focus\:to-orange-900:focus{
    --gradient-to-color: #7b341e !important;
  }

  .xxl\:focus\:to-yellow-100:focus{
    --gradient-to-color: #fffff0 !important;
  }

  .xxl\:focus\:to-yellow-200:focus{
    --gradient-to-color: #fefcbf !important;
  }

  .xxl\:focus\:to-yellow-300:focus{
    --gradient-to-color: #faf089 !important;
  }

  .xxl\:focus\:to-yellow-400:focus{
    --gradient-to-color: #f6e05e !important;
  }

  .xxl\:focus\:to-yellow-500:focus{
    --gradient-to-color: #ecc94b !important;
  }

  .xxl\:focus\:to-yellow-600:focus{
    --gradient-to-color: #d69e2e !important;
  }

  .xxl\:focus\:to-yellow-700:focus{
    --gradient-to-color: #b7791f !important;
  }

  .xxl\:focus\:to-yellow-800:focus{
    --gradient-to-color: #975a16 !important;
  }

  .xxl\:focus\:to-yellow-900:focus{
    --gradient-to-color: #744210 !important;
  }

  .xxl\:focus\:to-green-100:focus{
    --gradient-to-color: #f0fff4 !important;
  }

  .xxl\:focus\:to-green-200:focus{
    --gradient-to-color: #c6f6d5 !important;
  }

  .xxl\:focus\:to-green-300:focus{
    --gradient-to-color: #9ae6b4 !important;
  }

  .xxl\:focus\:to-green-400:focus{
    --gradient-to-color: #68d391 !important;
  }

  .xxl\:focus\:to-green-500:focus{
    --gradient-to-color: #48bb78 !important;
  }

  .xxl\:focus\:to-green-600:focus{
    --gradient-to-color: #38a169 !important;
  }

  .xxl\:focus\:to-green-700:focus{
    --gradient-to-color: #2f855a !important;
  }

  .xxl\:focus\:to-green-800:focus{
    --gradient-to-color: #276749 !important;
  }

  .xxl\:focus\:to-green-900:focus{
    --gradient-to-color: #22543d !important;
  }

  .xxl\:focus\:to-teal-100:focus{
    --gradient-to-color: #e6fffa !important;
  }

  .xxl\:focus\:to-teal-200:focus{
    --gradient-to-color: #b2f5ea !important;
  }

  .xxl\:focus\:to-teal-300:focus{
    --gradient-to-color: #81e6d9 !important;
  }

  .xxl\:focus\:to-teal-400:focus{
    --gradient-to-color: #4fd1c5 !important;
  }

  .xxl\:focus\:to-teal-500:focus{
    --gradient-to-color: #38b2ac !important;
  }

  .xxl\:focus\:to-teal-600:focus{
    --gradient-to-color: #319795 !important;
  }

  .xxl\:focus\:to-teal-700:focus{
    --gradient-to-color: #2c7a7b !important;
  }

  .xxl\:focus\:to-teal-800:focus{
    --gradient-to-color: #285e61 !important;
  }

  .xxl\:focus\:to-teal-900:focus{
    --gradient-to-color: #234e52 !important;
  }

  .xxl\:focus\:to-blue-100:focus{
    --gradient-to-color: #ebf8ff !important;
  }

  .xxl\:focus\:to-blue-200:focus{
    --gradient-to-color: #bee3f8 !important;
  }

  .xxl\:focus\:to-blue-300:focus{
    --gradient-to-color: #90cdf4 !important;
  }

  .xxl\:focus\:to-blue-400:focus{
    --gradient-to-color: #63b3ed !important;
  }

  .xxl\:focus\:to-blue-500:focus{
    --gradient-to-color: #4299e1 !important;
  }

  .xxl\:focus\:to-blue-600:focus{
    --gradient-to-color: #3182ce !important;
  }

  .xxl\:focus\:to-blue-700:focus{
    --gradient-to-color: #2b6cb0 !important;
  }

  .xxl\:focus\:to-blue-800:focus{
    --gradient-to-color: #2c5282 !important;
  }

  .xxl\:focus\:to-blue-900:focus{
    --gradient-to-color: #2a4365 !important;
  }

  .xxl\:focus\:to-indigo-100:focus{
    --gradient-to-color: #ebf4ff !important;
  }

  .xxl\:focus\:to-indigo-200:focus{
    --gradient-to-color: #c3dafe !important;
  }

  .xxl\:focus\:to-indigo-300:focus{
    --gradient-to-color: #a3bffa !important;
  }

  .xxl\:focus\:to-indigo-400:focus{
    --gradient-to-color: #7f9cf5 !important;
  }

  .xxl\:focus\:to-indigo-500:focus{
    --gradient-to-color: #667eea !important;
  }

  .xxl\:focus\:to-indigo-600:focus{
    --gradient-to-color: #5a67d8 !important;
  }

  .xxl\:focus\:to-indigo-700:focus{
    --gradient-to-color: #4c51bf !important;
  }

  .xxl\:focus\:to-indigo-800:focus{
    --gradient-to-color: #434190 !important;
  }

  .xxl\:focus\:to-indigo-900:focus{
    --gradient-to-color: #3c366b !important;
  }

  .xxl\:focus\:to-purple-100:focus{
    --gradient-to-color: #faf5ff !important;
  }

  .xxl\:focus\:to-purple-200:focus{
    --gradient-to-color: #e9d8fd !important;
  }

  .xxl\:focus\:to-purple-300:focus{
    --gradient-to-color: #d6bcfa !important;
  }

  .xxl\:focus\:to-purple-400:focus{
    --gradient-to-color: #b794f4 !important;
  }

  .xxl\:focus\:to-purple-500:focus{
    --gradient-to-color: #9f7aea !important;
  }

  .xxl\:focus\:to-purple-600:focus{
    --gradient-to-color: #805ad5 !important;
  }

  .xxl\:focus\:to-purple-700:focus{
    --gradient-to-color: #6b46c1 !important;
  }

  .xxl\:focus\:to-purple-800:focus{
    --gradient-to-color: #553c9a !important;
  }

  .xxl\:focus\:to-purple-900:focus{
    --gradient-to-color: #44337a !important;
  }

  .xxl\:focus\:to-pink-100:focus{
    --gradient-to-color: #fff5f7 !important;
  }

  .xxl\:focus\:to-pink-200:focus{
    --gradient-to-color: #fed7e2 !important;
  }

  .xxl\:focus\:to-pink-300:focus{
    --gradient-to-color: #fbb6ce !important;
  }

  .xxl\:focus\:to-pink-400:focus{
    --gradient-to-color: #f687b3 !important;
  }

  .xxl\:focus\:to-pink-500:focus{
    --gradient-to-color: #ed64a6 !important;
  }

  .xxl\:focus\:to-pink-600:focus{
    --gradient-to-color: #d53f8c !important;
  }

  .xxl\:focus\:to-pink-700:focus{
    --gradient-to-color: #b83280 !important;
  }

  .xxl\:focus\:to-pink-800:focus{
    --gradient-to-color: #97266d !important;
  }

  .xxl\:focus\:to-pink-900:focus{
    --gradient-to-color: #702459 !important;
  }

  .xxl\:focus\:to-primary-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:focus\:to-primary-hover-color:focus{
    --gradient-to-color: var(--hover-color) !important;
  }

  .xxl\:focus\:to-gray-body:focus{
    --gradient-to-color: #f2f2f2 !important;
  }

  .xxl\:focus\:to-gray-light:focus{
    --gradient-to-color: #ccc !important;
  }

  .xxl\:focus\:to-gray-333:focus{
    --gradient-to-color: #333 !important;
  }

  .xxl\:focus\:to-gray-666:focus{
    --gradient-to-color: #666 !important;
  }

  .xxl\:focus\:to-gray-888:focus{
    --gradient-to-color: #888 !important;
  }

  .xxl\:focus\:to-gray-999:focus{
    --gradient-to-color: #999 !important;
  }

  .xxl\:focus\:to-gray-icon:focus{
    --gradient-to-color: #9a9a9a !important;
  }

  .xxl\:focus\:to-gray-features:focus{
    --gradient-to-color: #f5f5f5 !important;
  }

  .xxl\:focus\:to-slide-border:focus{
    --gradient-to-color: #e1e1e1 !important;
  }

  .xxl\:focus\:to-sale-color:focus{
    --gradient-to-color: var(--primary-color) !important;
  }

  .xxl\:focus\:to-hit-color:focus{
    --gradient-to-color: #ff9900 !important;
  }

  .xxl\:focus\:to-new-color:focus{
    --gradient-to-color: #0fa3c6 !important;
  }

  .xxl\:focus\:to-fb-hover-color:focus{
    --gradient-to-color: #5959d8 !important;
  }

  .xxl\:focus\:to-fb-active-color:focus{
    --gradient-to-color: #4040b3 !important;
  }

  .xxl\:focus\:to-vk-hover-color:focus{
    --gradient-to-color: #628dd3 !important;
  }

  .xxl\:focus\:to-vk-active-color:focus{
    --gradient-to-color: #3768b9 !important;
  }

  .xxl\:focus\:to-insta-hover-color:focus{
    --gradient-to-color: #af35d2 !important;
  }

  .xxl\:focus\:to-insta-active-color:focus{
    --gradient-to-color: #7e47b7 !important;
  }

  .xxl\:focus\:to-gray-dc:focus{
    --gradient-to-color: #dcdcdc !important;
  }

  .xxl\:focus\:to-gray-cd:focus{
    --gradient-to-color: #cdcdcd !important;
  }

  .xxl\:focus\:to-gray-e7:focus{
    --gradient-to-color: #e7e7e7 !important;
  }

  .xxl\:focus\:to-check-color:focus{
    --gradient-to-color: #ce3a12 !important;
  }

  .xxl\:focus\:to-docx-color:focus{
    --gradient-to-color: #1789e9 !important;
  }

  .xxl\:focus\:to-dark-black:focus{
    --gradient-to-color: #010101 !important;
  }

  .xxl\:focus\:to-green-light:focus{
    --gradient-to-color: #3ab011 !important;
  }

  .xxl\:bg-opacity-0{
    --bg-opacity: 0 !important;
  }

  .xxl\:bg-opacity-25{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:bg-opacity-50{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:bg-opacity-75{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:bg-opacity-100{
    --bg-opacity: 1 !important;
  }

  .xxl\:hover\:bg-opacity-0:hover{
    --bg-opacity: 0 !important;
  }

  .xxl\:hover\:bg-opacity-25:hover{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:hover\:bg-opacity-50:hover{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:hover\:bg-opacity-75:hover{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:hover\:bg-opacity-100:hover{
    --bg-opacity: 1 !important;
  }

  .xxl\:focus\:bg-opacity-0:focus{
    --bg-opacity: 0 !important;
  }

  .xxl\:focus\:bg-opacity-25:focus{
    --bg-opacity: 0.25 !important;
  }

  .xxl\:focus\:bg-opacity-50:focus{
    --bg-opacity: 0.5 !important;
  }

  .xxl\:focus\:bg-opacity-75:focus{
    --bg-opacity: 0.75 !important;
  }

  .xxl\:focus\:bg-opacity-100:focus{
    --bg-opacity: 1 !important;
  }

  .xxl\:bg-bottom{
    background-position: bottom !important;
  }

  .xxl\:bg-center{
    background-position: center !important;
  }

  .xxl\:bg-left{
    background-position: left !important;
  }

  .xxl\:bg-left-bottom{
    background-position: left bottom !important;
  }

  .xxl\:bg-left-top{
    background-position: left top !important;
  }

  .xxl\:bg-right{
    background-position: right !important;
  }

  .xxl\:bg-right-bottom{
    background-position: right bottom !important;
  }

  .xxl\:bg-right-top{
    background-position: right top !important;
  }

  .xxl\:bg-top{
    background-position: top !important;
  }

  .xxl\:bg-repeat{
    background-repeat: repeat !important;
  }

  .xxl\:bg-no-repeat{
    background-repeat: no-repeat !important;
  }

  .xxl\:bg-repeat-x{
    background-repeat: repeat-x !important;
  }

  .xxl\:bg-repeat-y{
    background-repeat: repeat-y !important;
  }

  .xxl\:bg-repeat-round{
    background-repeat: round !important;
  }

  .xxl\:bg-repeat-space{
    background-repeat: space !important;
  }

  .xxl\:bg-auto{
    background-size: auto !important;
  }

  .xxl\:bg-cover{
    background-size: cover !important;
  }

  .xxl\:bg-contain{
    background-size: contain !important;
  }

  .xxl\:border-collapse{
    border-collapse: collapse !important;
  }

  .xxl\:border-separate{
    border-collapse: separate !important;
  }

  .xxl\:border-transparent{
    border-color: transparent !important;
  }

  .xxl\:border-current{
    border-color: currentColor !important;
  }

  .xxl\:border-black{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:border-white{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-100{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-200{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-300{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-400{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-500{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-600{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-700{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-800{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-900{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:border-red{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-100{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-200{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-300{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-400{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-500{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-600{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-700{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-800{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:border-orange-900{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-100{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-200{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-300{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-400{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-500{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-600{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-700{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-800{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:border-yellow-900{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:border-green-100{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-green-200{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:border-green-300{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:border-green-400{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:border-green-500{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:border-green-600{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:border-green-700{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:border-green-800{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:border-green-900{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-100{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-200{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-300{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-400{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-500{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-600{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-700{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-800{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:border-teal-900{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-100{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-200{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-300{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-400{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-500{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-600{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-700{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-800{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:border-blue-900{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-100{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-200{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-300{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-400{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-500{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-600{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-700{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-800{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:border-indigo-900{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-100{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-200{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-300{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-400{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-500{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-600{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-700{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-800{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:border-purple-900{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-100{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-200{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-300{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-400{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-500{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-600{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-700{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-800{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:border-pink-900{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:border-primary-color{
    border-color: var(--primary-color) !important;
  }

  .xxl\:border-primary-hover-color{
    border-color: var(--hover-color) !important;
  }

  .xxl\:border-gray-body{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-light{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-333{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-666{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-888{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-999{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-icon{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-features{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:border-slide-border{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxl\:border-sale-color{
    border-color: var(--primary-color) !important;
  }

  .xxl\:border-hit-color{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxl\:border-new-color{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxl\:border-fb-hover-color{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxl\:border-fb-active-color{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxl\:border-vk-hover-color{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxl\:border-vk-active-color{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxl\:border-insta-hover-color{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxl\:border-insta-active-color{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-dc{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-cd{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxl\:border-gray-e7{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxl\:border-check-color{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxl\:border-docx-color{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxl\:border-dark-black{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxl\:border-green-light{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-transparent:hover{
    border-color: transparent !important;
  }

  .xxl\:hover\:border-current:hover{
    border-color: currentColor !important;
  }

  .xxl\:hover\:border-black:hover{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-white:hover{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-100:hover{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-200:hover{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-300:hover{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-400:hover{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-500:hover{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-600:hover{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-700:hover{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-800:hover{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-900:hover{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-red:hover{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-200:hover{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-600:hover{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-700:hover{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-800:hover{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-orange-900:hover{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-100:hover{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-200:hover{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-300:hover{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-400:hover{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-500:hover{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-600:hover{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-700:hover{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-800:hover{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-yellow-900:hover{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-100:hover{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-200:hover{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-300:hover{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-400:hover{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-500:hover{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-600:hover{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-700:hover{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-800:hover{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-900:hover{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-100:hover{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-200:hover{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-300:hover{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-400:hover{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-500:hover{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-600:hover{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-700:hover{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-800:hover{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-teal-900:hover{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-200:hover{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-300:hover{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-400:hover{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-500:hover{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-600:hover{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-700:hover{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-800:hover{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-blue-900:hover{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-100:hover{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-200:hover{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-300:hover{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-400:hover{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-500:hover{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-600:hover{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-700:hover{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-800:hover{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-indigo-900:hover{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-100:hover{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-200:hover{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-300:hover{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-400:hover{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-500:hover{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-600:hover{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-700:hover{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-800:hover{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-purple-900:hover{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-100:hover{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-200:hover{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-300:hover{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-400:hover{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-500:hover{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-600:hover{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-700:hover{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-800:hover{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-pink-900:hover{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-primary-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xxl\:hover\:border-primary-hover-color:hover{
    border-color: var(--hover-color) !important;
  }

  .xxl\:hover\:border-gray-body:hover{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-light:hover{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-333:hover{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-666:hover{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-888:hover{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-999:hover{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-icon:hover{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-features:hover{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-slide-border:hover{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-sale-color:hover{
    border-color: var(--primary-color) !important;
  }

  .xxl\:hover\:border-hit-color:hover{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-new-color:hover{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-fb-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-fb-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-vk-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-vk-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-insta-hover-color:hover{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-insta-active-color:hover{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-dc:hover{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-cd:hover{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-gray-e7:hover{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-check-color:hover{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-docx-color:hover{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-dark-black:hover{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxl\:hover\:border-green-light:hover{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-transparent:focus{
    border-color: transparent !important;
  }

  .xxl\:focus\:border-current:focus{
    border-color: currentColor !important;
  }

  .xxl\:focus\:border-black:focus{
    --border-opacity: 1 !important;
    border-color: #000 !important;
    border-color: rgba(0, 0, 0, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-white:focus{
    --border-opacity: 1 !important;
    border-color: #fff !important;
    border-color: rgba(255, 255, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-100:focus{
    --border-opacity: 1 !important;
    border-color: #f7fafc !important;
    border-color: rgba(247, 250, 252, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-200:focus{
    --border-opacity: 1 !important;
    border-color: #edf2f7 !important;
    border-color: rgba(237, 242, 247, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-300:focus{
    --border-opacity: 1 !important;
    border-color: #e2e8f0 !important;
    border-color: rgba(226, 232, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-400:focus{
    --border-opacity: 1 !important;
    border-color: #cbd5e0 !important;
    border-color: rgba(203, 213, 224, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-500:focus{
    --border-opacity: 1 !important;
    border-color: #a0aec0 !important;
    border-color: rgba(160, 174, 192, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-600:focus{
    --border-opacity: 1 !important;
    border-color: #718096 !important;
    border-color: rgba(113, 128, 150, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-700:focus{
    --border-opacity: 1 !important;
    border-color: #4a5568 !important;
    border-color: rgba(74, 85, 104, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-800:focus{
    --border-opacity: 1 !important;
    border-color: #2d3748 !important;
    border-color: rgba(45, 55, 72, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-900:focus{
    --border-opacity: 1 !important;
    border-color: #1a202c !important;
    border-color: rgba(26, 32, 44, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-red:focus{
    --border-opacity: 1 !important;
    border-color: #cc0a0a !important;
    border-color: rgba(204, 10, 10, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffaf0 !important;
    border-color: rgba(255, 250, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-200:focus{
    --border-opacity: 1 !important;
    border-color: #feebc8 !important;
    border-color: rgba(254, 235, 200, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbd38d !important;
    border-color: rgba(251, 211, 141, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6ad55 !important;
    border-color: rgba(246, 173, 85, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed8936 !important;
    border-color: rgba(237, 137, 54, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-600:focus{
    --border-opacity: 1 !important;
    border-color: #dd6b20 !important;
    border-color: rgba(221, 107, 32, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-700:focus{
    --border-opacity: 1 !important;
    border-color: #c05621 !important;
    border-color: rgba(192, 86, 33, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-800:focus{
    --border-opacity: 1 !important;
    border-color: #9c4221 !important;
    border-color: rgba(156, 66, 33, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-orange-900:focus{
    --border-opacity: 1 !important;
    border-color: #7b341e !important;
    border-color: rgba(123, 52, 30, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-100:focus{
    --border-opacity: 1 !important;
    border-color: #fffff0 !important;
    border-color: rgba(255, 255, 240, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-200:focus{
    --border-opacity: 1 !important;
    border-color: #fefcbf !important;
    border-color: rgba(254, 252, 191, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-300:focus{
    --border-opacity: 1 !important;
    border-color: #faf089 !important;
    border-color: rgba(250, 240, 137, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-400:focus{
    --border-opacity: 1 !important;
    border-color: #f6e05e !important;
    border-color: rgba(246, 224, 94, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-500:focus{
    --border-opacity: 1 !important;
    border-color: #ecc94b !important;
    border-color: rgba(236, 201, 75, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-600:focus{
    --border-opacity: 1 !important;
    border-color: #d69e2e !important;
    border-color: rgba(214, 158, 46, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-700:focus{
    --border-opacity: 1 !important;
    border-color: #b7791f !important;
    border-color: rgba(183, 121, 31, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-800:focus{
    --border-opacity: 1 !important;
    border-color: #975a16 !important;
    border-color: rgba(151, 90, 22, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-yellow-900:focus{
    --border-opacity: 1 !important;
    border-color: #744210 !important;
    border-color: rgba(116, 66, 16, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-100:focus{
    --border-opacity: 1 !important;
    border-color: #f0fff4 !important;
    border-color: rgba(240, 255, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-200:focus{
    --border-opacity: 1 !important;
    border-color: #c6f6d5 !important;
    border-color: rgba(198, 246, 213, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-300:focus{
    --border-opacity: 1 !important;
    border-color: #9ae6b4 !important;
    border-color: rgba(154, 230, 180, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-400:focus{
    --border-opacity: 1 !important;
    border-color: #68d391 !important;
    border-color: rgba(104, 211, 145, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-500:focus{
    --border-opacity: 1 !important;
    border-color: #48bb78 !important;
    border-color: rgba(72, 187, 120, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-600:focus{
    --border-opacity: 1 !important;
    border-color: #38a169 !important;
    border-color: rgba(56, 161, 105, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-700:focus{
    --border-opacity: 1 !important;
    border-color: #2f855a !important;
    border-color: rgba(47, 133, 90, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-800:focus{
    --border-opacity: 1 !important;
    border-color: #276749 !important;
    border-color: rgba(39, 103, 73, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-900:focus{
    --border-opacity: 1 !important;
    border-color: #22543d !important;
    border-color: rgba(34, 84, 61, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-100:focus{
    --border-opacity: 1 !important;
    border-color: #e6fffa !important;
    border-color: rgba(230, 255, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-200:focus{
    --border-opacity: 1 !important;
    border-color: #b2f5ea !important;
    border-color: rgba(178, 245, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-300:focus{
    --border-opacity: 1 !important;
    border-color: #81e6d9 !important;
    border-color: rgba(129, 230, 217, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-400:focus{
    --border-opacity: 1 !important;
    border-color: #4fd1c5 !important;
    border-color: rgba(79, 209, 197, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-500:focus{
    --border-opacity: 1 !important;
    border-color: #38b2ac !important;
    border-color: rgba(56, 178, 172, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-600:focus{
    --border-opacity: 1 !important;
    border-color: #319795 !important;
    border-color: rgba(49, 151, 149, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-700:focus{
    --border-opacity: 1 !important;
    border-color: #2c7a7b !important;
    border-color: rgba(44, 122, 123, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-800:focus{
    --border-opacity: 1 !important;
    border-color: #285e61 !important;
    border-color: rgba(40, 94, 97, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-teal-900:focus{
    --border-opacity: 1 !important;
    border-color: #234e52 !important;
    border-color: rgba(35, 78, 82, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf8ff !important;
    border-color: rgba(235, 248, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-200:focus{
    --border-opacity: 1 !important;
    border-color: #bee3f8 !important;
    border-color: rgba(190, 227, 248, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-300:focus{
    --border-opacity: 1 !important;
    border-color: #90cdf4 !important;
    border-color: rgba(144, 205, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-400:focus{
    --border-opacity: 1 !important;
    border-color: #63b3ed !important;
    border-color: rgba(99, 179, 237, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-500:focus{
    --border-opacity: 1 !important;
    border-color: #4299e1 !important;
    border-color: rgba(66, 153, 225, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-600:focus{
    --border-opacity: 1 !important;
    border-color: #3182ce !important;
    border-color: rgba(49, 130, 206, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-700:focus{
    --border-opacity: 1 !important;
    border-color: #2b6cb0 !important;
    border-color: rgba(43, 108, 176, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-800:focus{
    --border-opacity: 1 !important;
    border-color: #2c5282 !important;
    border-color: rgba(44, 82, 130, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-blue-900:focus{
    --border-opacity: 1 !important;
    border-color: #2a4365 !important;
    border-color: rgba(42, 67, 101, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-100:focus{
    --border-opacity: 1 !important;
    border-color: #ebf4ff !important;
    border-color: rgba(235, 244, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-200:focus{
    --border-opacity: 1 !important;
    border-color: #c3dafe !important;
    border-color: rgba(195, 218, 254, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-300:focus{
    --border-opacity: 1 !important;
    border-color: #a3bffa !important;
    border-color: rgba(163, 191, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-400:focus{
    --border-opacity: 1 !important;
    border-color: #7f9cf5 !important;
    border-color: rgba(127, 156, 245, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-500:focus{
    --border-opacity: 1 !important;
    border-color: #667eea !important;
    border-color: rgba(102, 126, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-600:focus{
    --border-opacity: 1 !important;
    border-color: #5a67d8 !important;
    border-color: rgba(90, 103, 216, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-700:focus{
    --border-opacity: 1 !important;
    border-color: #4c51bf !important;
    border-color: rgba(76, 81, 191, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-800:focus{
    --border-opacity: 1 !important;
    border-color: #434190 !important;
    border-color: rgba(67, 65, 144, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-indigo-900:focus{
    --border-opacity: 1 !important;
    border-color: #3c366b !important;
    border-color: rgba(60, 54, 107, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-100:focus{
    --border-opacity: 1 !important;
    border-color: #faf5ff !important;
    border-color: rgba(250, 245, 255, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-200:focus{
    --border-opacity: 1 !important;
    border-color: #e9d8fd !important;
    border-color: rgba(233, 216, 253, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-300:focus{
    --border-opacity: 1 !important;
    border-color: #d6bcfa !important;
    border-color: rgba(214, 188, 250, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-400:focus{
    --border-opacity: 1 !important;
    border-color: #b794f4 !important;
    border-color: rgba(183, 148, 244, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-500:focus{
    --border-opacity: 1 !important;
    border-color: #9f7aea !important;
    border-color: rgba(159, 122, 234, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-600:focus{
    --border-opacity: 1 !important;
    border-color: #805ad5 !important;
    border-color: rgba(128, 90, 213, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-700:focus{
    --border-opacity: 1 !important;
    border-color: #6b46c1 !important;
    border-color: rgba(107, 70, 193, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-800:focus{
    --border-opacity: 1 !important;
    border-color: #553c9a !important;
    border-color: rgba(85, 60, 154, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-purple-900:focus{
    --border-opacity: 1 !important;
    border-color: #44337a !important;
    border-color: rgba(68, 51, 122, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-100:focus{
    --border-opacity: 1 !important;
    border-color: #fff5f7 !important;
    border-color: rgba(255, 245, 247, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-200:focus{
    --border-opacity: 1 !important;
    border-color: #fed7e2 !important;
    border-color: rgba(254, 215, 226, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-300:focus{
    --border-opacity: 1 !important;
    border-color: #fbb6ce !important;
    border-color: rgba(251, 182, 206, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-400:focus{
    --border-opacity: 1 !important;
    border-color: #f687b3 !important;
    border-color: rgba(246, 135, 179, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-500:focus{
    --border-opacity: 1 !important;
    border-color: #ed64a6 !important;
    border-color: rgba(237, 100, 166, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-600:focus{
    --border-opacity: 1 !important;
    border-color: #d53f8c !important;
    border-color: rgba(213, 63, 140, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-700:focus{
    --border-opacity: 1 !important;
    border-color: #b83280 !important;
    border-color: rgba(184, 50, 128, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-800:focus{
    --border-opacity: 1 !important;
    border-color: #97266d !important;
    border-color: rgba(151, 38, 109, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-pink-900:focus{
    --border-opacity: 1 !important;
    border-color: #702459 !important;
    border-color: rgba(112, 36, 89, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-primary-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xxl\:focus\:border-primary-hover-color:focus{
    border-color: var(--hover-color) !important;
  }

  .xxl\:focus\:border-gray-body:focus{
    --border-opacity: 1 !important;
    border-color: #f2f2f2 !important;
    border-color: rgba(242, 242, 242, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-light:focus{
    --border-opacity: 1 !important;
    border-color: #ccc !important;
    border-color: rgba(204, 204, 204, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-333:focus{
    --border-opacity: 1 !important;
    border-color: #333 !important;
    border-color: rgba(51, 51, 51, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-666:focus{
    --border-opacity: 1 !important;
    border-color: #666 !important;
    border-color: rgba(102, 102, 102, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-888:focus{
    --border-opacity: 1 !important;
    border-color: #888 !important;
    border-color: rgba(136, 136, 136, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-999:focus{
    --border-opacity: 1 !important;
    border-color: #999 !important;
    border-color: rgba(153, 153, 153, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-icon:focus{
    --border-opacity: 1 !important;
    border-color: #9a9a9a !important;
    border-color: rgba(154, 154, 154, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-features:focus{
    --border-opacity: 1 !important;
    border-color: #f5f5f5 !important;
    border-color: rgba(245, 245, 245, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-slide-border:focus{
    --border-opacity: 1 !important;
    border-color: #e1e1e1 !important;
    border-color: rgba(225, 225, 225, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-sale-color:focus{
    border-color: var(--primary-color) !important;
  }

  .xxl\:focus\:border-hit-color:focus{
    --border-opacity: 1 !important;
    border-color: #ff9900 !important;
    border-color: rgba(255, 153, 0, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-new-color:focus{
    --border-opacity: 1 !important;
    border-color: #0fa3c6 !important;
    border-color: rgba(15, 163, 198, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-fb-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #5959d8 !important;
    border-color: rgba(89, 89, 216, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-fb-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #4040b3 !important;
    border-color: rgba(64, 64, 179, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-vk-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #628dd3 !important;
    border-color: rgba(98, 141, 211, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-vk-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #3768b9 !important;
    border-color: rgba(55, 104, 185, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-insta-hover-color:focus{
    --border-opacity: 1 !important;
    border-color: #af35d2 !important;
    border-color: rgba(175, 53, 210, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-insta-active-color:focus{
    --border-opacity: 1 !important;
    border-color: #7e47b7 !important;
    border-color: rgba(126, 71, 183, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-dc:focus{
    --border-opacity: 1 !important;
    border-color: #dcdcdc !important;
    border-color: rgba(220, 220, 220, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-cd:focus{
    --border-opacity: 1 !important;
    border-color: #cdcdcd !important;
    border-color: rgba(205, 205, 205, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-gray-e7:focus{
    --border-opacity: 1 !important;
    border-color: #e7e7e7 !important;
    border-color: rgba(231, 231, 231, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-check-color:focus{
    --border-opacity: 1 !important;
    border-color: #ce3a12 !important;
    border-color: rgba(206, 58, 18, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-docx-color:focus{
    --border-opacity: 1 !important;
    border-color: #1789e9 !important;
    border-color: rgba(23, 137, 233, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-dark-black:focus{
    --border-opacity: 1 !important;
    border-color: #010101 !important;
    border-color: rgba(1, 1, 1, var(--border-opacity)) !important;
  }

  .xxl\:focus\:border-green-light:focus{
    --border-opacity: 1 !important;
    border-color: #3ab011 !important;
    border-color: rgba(58, 176, 17, var(--border-opacity)) !important;
  }

  .xxl\:border-opacity-0{
    --border-opacity: 0 !important;
  }

  .xxl\:border-opacity-25{
    --border-opacity: 0.25 !important;
  }

  .xxl\:border-opacity-50{
    --border-opacity: 0.5 !important;
  }

  .xxl\:border-opacity-75{
    --border-opacity: 0.75 !important;
  }

  .xxl\:border-opacity-100{
    --border-opacity: 1 !important;
  }

  .xxl\:hover\:border-opacity-0:hover{
    --border-opacity: 0 !important;
  }

  .xxl\:hover\:border-opacity-25:hover{
    --border-opacity: 0.25 !important;
  }

  .xxl\:hover\:border-opacity-50:hover{
    --border-opacity: 0.5 !important;
  }

  .xxl\:hover\:border-opacity-75:hover{
    --border-opacity: 0.75 !important;
  }

  .xxl\:hover\:border-opacity-100:hover{
    --border-opacity: 1 !important;
  }

  .xxl\:focus\:border-opacity-0:focus{
    --border-opacity: 0 !important;
  }

  .xxl\:focus\:border-opacity-25:focus{
    --border-opacity: 0.25 !important;
  }

  .xxl\:focus\:border-opacity-50:focus{
    --border-opacity: 0.5 !important;
  }

  .xxl\:focus\:border-opacity-75:focus{
    --border-opacity: 0.75 !important;
  }

  .xxl\:focus\:border-opacity-100:focus{
    --border-opacity: 1 !important;
  }

  .xxl\:rounded-10{
    border-radius: 10px !important;
  }

  .xxl\:rounded-none{
    border-radius: 0 !important;
  }

  .xxl\:rounded-sm{
    border-radius: 0.125rem !important;
  }

  .xxl\:rounded{
    border-radius: 0.25rem !important;
  }

  .xxl\:rounded-md{
    border-radius: 0.375rem !important;
  }

  .xxl\:rounded-lg{
    border-radius: 0.5rem !important;
  }

  .xxl\:rounded-xl{
    border-radius: 0.75rem !important;
  }

  .xxl\:rounded-2xl{
    border-radius: 1rem !important;
  }

  .xxl\:rounded-3xl{
    border-radius: 1.5rem !important;
  }

  .xxl\:rounded-full{
    border-radius: 9999px !important;
  }

  .xxl\:rounded-50\%{
    border-radius: 50% !important;
  }

  .xxl\:rounded-t-10{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
  }

  .xxl\:rounded-r-10{
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }

  .xxl\:rounded-b-10{
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xxl\:rounded-l-10{
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .xxl\:rounded-t-none{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-r-none{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-b-none{
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-l-none{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-t-sm{
    border-top-left-radius: 0.125rem !important;
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-r-sm{
    border-top-right-radius: 0.125rem !important;
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-b-sm{
    border-bottom-right-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-l-sm{
    border-top-left-radius: 0.125rem !important;
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-t{
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-r{
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-b{
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-l{
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-t-md{
    border-top-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-r-md{
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-b-md{
    border-bottom-right-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-l-md{
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-t-lg{
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-r-lg{
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-b-lg{
    border-bottom-right-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-l-lg{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-t-xl{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-r-xl{
    border-top-right-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-b-xl{
    border-bottom-right-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-l-xl{
    border-top-left-radius: 0.75rem !important;
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-t-2xl{
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-r-2xl{
    border-top-right-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-b-2xl{
    border-bottom-right-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-l-2xl{
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-t-3xl{
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-r-3xl{
    border-top-right-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-b-3xl{
    border-bottom-right-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-l-3xl{
    border-top-left-radius: 1.5rem !important;
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-t-full{
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-r-full{
    border-top-right-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-b-full{
    border-bottom-right-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-l-full{
    border-top-left-radius: 9999px !important;
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-t-50\%{
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-r-50\%{
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-b-50\%{
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-l-50\%{
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:rounded-tl-10{
    border-top-left-radius: 10px !important;
  }

  .xxl\:rounded-tr-10{
    border-top-right-radius: 10px !important;
  }

  .xxl\:rounded-br-10{
    border-bottom-right-radius: 10px !important;
  }

  .xxl\:rounded-bl-10{
    border-bottom-left-radius: 10px !important;
  }

  .xxl\:rounded-tl-none{
    border-top-left-radius: 0 !important;
  }

  .xxl\:rounded-tr-none{
    border-top-right-radius: 0 !important;
  }

  .xxl\:rounded-br-none{
    border-bottom-right-radius: 0 !important;
  }

  .xxl\:rounded-bl-none{
    border-bottom-left-radius: 0 !important;
  }

  .xxl\:rounded-tl-sm{
    border-top-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tr-sm{
    border-top-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-br-sm{
    border-bottom-right-radius: 0.125rem !important;
  }

  .xxl\:rounded-bl-sm{
    border-bottom-left-radius: 0.125rem !important;
  }

  .xxl\:rounded-tl{
    border-top-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tr{
    border-top-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-br{
    border-bottom-right-radius: 0.25rem !important;
  }

  .xxl\:rounded-bl{
    border-bottom-left-radius: 0.25rem !important;
  }

  .xxl\:rounded-tl-md{
    border-top-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tr-md{
    border-top-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-br-md{
    border-bottom-right-radius: 0.375rem !important;
  }

  .xxl\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem !important;
  }

  .xxl\:rounded-tl-lg{
    border-top-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tr-lg{
    border-top-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-br-lg{
    border-bottom-right-radius: 0.5rem !important;
  }

  .xxl\:rounded-bl-lg{
    border-bottom-left-radius: 0.5rem !important;
  }

  .xxl\:rounded-tl-xl{
    border-top-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tr-xl{
    border-top-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-br-xl{
    border-bottom-right-radius: 0.75rem !important;
  }

  .xxl\:rounded-bl-xl{
    border-bottom-left-radius: 0.75rem !important;
  }

  .xxl\:rounded-tl-2xl{
    border-top-left-radius: 1rem !important;
  }

  .xxl\:rounded-tr-2xl{
    border-top-right-radius: 1rem !important;
  }

  .xxl\:rounded-br-2xl{
    border-bottom-right-radius: 1rem !important;
  }

  .xxl\:rounded-bl-2xl{
    border-bottom-left-radius: 1rem !important;
  }

  .xxl\:rounded-tl-3xl{
    border-top-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tr-3xl{
    border-top-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-br-3xl{
    border-bottom-right-radius: 1.5rem !important;
  }

  .xxl\:rounded-bl-3xl{
    border-bottom-left-radius: 1.5rem !important;
  }

  .xxl\:rounded-tl-full{
    border-top-left-radius: 9999px !important;
  }

  .xxl\:rounded-tr-full{
    border-top-right-radius: 9999px !important;
  }

  .xxl\:rounded-br-full{
    border-bottom-right-radius: 9999px !important;
  }

  .xxl\:rounded-bl-full{
    border-bottom-left-radius: 9999px !important;
  }

  .xxl\:rounded-tl-50\%{
    border-top-left-radius: 50% !important;
  }

  .xxl\:rounded-tr-50\%{
    border-top-right-radius: 50% !important;
  }

  .xxl\:rounded-br-50\%{
    border-bottom-right-radius: 50% !important;
  }

  .xxl\:rounded-bl-50\%{
    border-bottom-left-radius: 50% !important;
  }

  .xxl\:border-solid{
    border-style: solid !important;
  }

  .xxl\:border-dashed{
    border-style: dashed !important;
  }

  .xxl\:border-dotted{
    border-style: dotted !important;
  }

  .xxl\:border-double{
    border-style: double !important;
  }

  .xxl\:border-none{
    border-style: none !important;
  }

  .xxl\:border-0{
    border-width: 0 !important;
  }

  .xxl\:border-2{
    border-width: 2px !important;
  }

  .xxl\:border-3{
    border-width: 3px !important;
  }

  .xxl\:border-4{
    border-width: 4px !important;
  }

  .xxl\:border-8{
    border-width: 8px !important;
  }

  .xxl\:border{
    border-width: 1px !important;
  }

  .xxl\:border-t-0{
    border-top-width: 0 !important;
  }

  .xxl\:border-r-0{
    border-right-width: 0 !important;
  }

  .xxl\:border-b-0{
    border-bottom-width: 0 !important;
  }

  .xxl\:border-l-0{
    border-left-width: 0 !important;
  }

  .xxl\:border-t-2{
    border-top-width: 2px !important;
  }

  .xxl\:border-r-2{
    border-right-width: 2px !important;
  }

  .xxl\:border-b-2{
    border-bottom-width: 2px !important;
  }

  .xxl\:border-l-2{
    border-left-width: 2px !important;
  }

  .xxl\:border-t-3{
    border-top-width: 3px !important;
  }

  .xxl\:border-r-3{
    border-right-width: 3px !important;
  }

  .xxl\:border-b-3{
    border-bottom-width: 3px !important;
  }

  .xxl\:border-l-3{
    border-left-width: 3px !important;
  }

  .xxl\:border-t-4{
    border-top-width: 4px !important;
  }

  .xxl\:border-r-4{
    border-right-width: 4px !important;
  }

  .xxl\:border-b-4{
    border-bottom-width: 4px !important;
  }

  .xxl\:border-l-4{
    border-left-width: 4px !important;
  }

  .xxl\:border-t-8{
    border-top-width: 8px !important;
  }

  .xxl\:border-r-8{
    border-right-width: 8px !important;
  }

  .xxl\:border-b-8{
    border-bottom-width: 8px !important;
  }

  .xxl\:border-l-8{
    border-left-width: 8px !important;
  }

  .xxl\:border-t{
    border-top-width: 1px !important;
  }

  .xxl\:border-r{
    border-right-width: 1px !important;
  }

  .xxl\:border-b{
    border-bottom-width: 1px !important;
  }

  .xxl\:border-l{
    border-left-width: 1px !important;
  }

  .xxl\:box-border{
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

  .xxl\:box-content{
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
  }

  .xxl\:cursor-auto{
    cursor: auto !important;
  }

  .xxl\:cursor-default{
    cursor: default !important;
  }

  .xxl\:cursor-pointer{
    cursor: pointer !important;
  }

  .xxl\:cursor-wait{
    cursor: wait !important;
  }

  .xxl\:cursor-text{
    cursor: text !important;
  }

  .xxl\:cursor-move{
    cursor: move !important;
  }

  .xxl\:cursor-not-allowed{
    cursor: not-allowed !important;
  }

  .xxl\:block{
    display: block !important;
  }

  .xxl\:inline-block{
    display: inline-block !important;
  }

  .xxl\:inline{
    display: inline !important;
  }

  .xxl\:flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .xxl\:inline-flex{
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .xxl\:table{
    display: table !important;
  }

  .xxl\:table-caption{
    display: table-caption !important;
  }

  .xxl\:table-cell{
    display: table-cell !important;
  }

  .xxl\:table-column{
    display: table-column !important;
  }

  .xxl\:table-column-group{
    display: table-column-group !important;
  }

  .xxl\:table-footer-group{
    display: table-footer-group !important;
  }

  .xxl\:table-header-group{
    display: table-header-group !important;
  }

  .xxl\:table-row-group{
    display: table-row-group !important;
  }

  .xxl\:table-row{
    display: table-row !important;
  }

  .xxl\:flow-root{
    display: flow-root !important;
  }

  .xxl\:grid{
    display: grid !important;
  }

  .xxl\:inline-grid{
    display: inline-grid !important;
  }

  .xxl\:contents{
    display: contents !important;
  }

  .xxl\:hidden{
    display: none !important;
  }

  .xxl\:flex-row{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .xxl\:flex-row-reverse{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .xxl\:flex-col{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .xxl\:flex-col-reverse{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .xxl\:flex-wrap{
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .xxl\:flex-wrap-reverse{
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .xxl\:flex-no-wrap{
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .xxl\:place-items-auto{
    place-items: auto !important;
  }

  .xxl\:place-items-start{
    place-items: start !important;
  }

  .xxl\:place-items-end{
    place-items: end !important;
  }

  .xxl\:place-items-center{
    place-items: center !important;
  }

  .xxl\:place-items-stretch{
    place-items: stretch !important;
  }

  .xxl\:place-content-center{
    place-content: center !important;
  }

  .xxl\:place-content-start{
    place-content: start !important;
  }

  .xxl\:place-content-end{
    place-content: end !important;
  }

  .xxl\:place-content-between{
    place-content: space-between !important;
  }

  .xxl\:place-content-around{
    place-content: space-around !important;
  }

  .xxl\:place-content-evenly{
    place-content: space-evenly !important;
  }

  .xxl\:place-content-stretch{
    place-content: stretch !important;
  }

  .xxl\:place-self-auto{
    place-self: auto !important;
  }

  .xxl\:place-self-start{
    place-self: start !important;
  }

  .xxl\:place-self-end{
    place-self: end !important;
  }

  .xxl\:place-self-center{
    place-self: center !important;
  }

  .xxl\:place-self-stretch{
    place-self: stretch !important;
  }

  .xxl\:items-start{
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .xxl\:items-end{
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .xxl\:items-center{
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .xxl\:items-baseline{
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .xxl\:items-stretch{
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .xxl\:content-center{
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .xxl\:content-start{
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .xxl\:content-end{
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .xxl\:content-between{
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .xxl\:content-around{
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .xxl\:content-evenly{
    -ms-flex-line-pack: space-evenly !important;
    align-content: space-evenly !important;
  }

  .xxl\:self-auto{
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .xxl\:self-start{
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .xxl\:self-end{
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .xxl\:self-center{
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .xxl\:self-stretch{
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .xxl\:justify-items-auto{
    justify-items: auto !important;
  }

  .xxl\:justify-items-start{
    justify-items: start !important;
  }

  .xxl\:justify-items-end{
    justify-items: end !important;
  }

  .xxl\:justify-items-center{
    justify-items: center !important;
  }

  .xxl\:justify-items-stretch{
    justify-items: stretch !important;
  }

  .xxl\:justify-start{
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .xxl\:justify-end{
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .xxl\:justify-center{
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .xxl\:justify-between{
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .xxl\:justify-around{
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .xxl\:justify-evenly{
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .xxl\:justify-self-auto{
    justify-self: auto !important;
  }

  .xxl\:justify-self-start{
    justify-self: start !important;
  }

  .xxl\:justify-self-end{
    justify-self: end !important;
  }

  .xxl\:justify-self-center{
    justify-self: center !important;
  }

  .xxl\:justify-self-stretch{
    justify-self: stretch !important;
  }

  .xxl\:flex-1{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 0% !important;
    flex: 1 1 0% !important;
  }

  .xxl\:flex-auto{
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .xxl\:flex-initial{
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 1 auto !important;
    flex: 0 1 auto !important;
  }

  .xxl\:flex-none{
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .xxl\:flex-grow-0{
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .xxl\:flex-grow{
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .xxl\:flex-shrink-0{
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .xxl\:flex-shrink{
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .xxl\:order-1{
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .xxl\:order-2{
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .xxl\:order-3{
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .xxl\:order-4{
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .xxl\:order-5{
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .xxl\:order-6{
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .xxl\:order-7{
    -webkit-box-ordinal-group: 8 !important;
    -ms-flex-order: 7 !important;
    order: 7 !important;
  }

  .xxl\:order-8{
    -webkit-box-ordinal-group: 9 !important;
    -ms-flex-order: 8 !important;
    order: 8 !important;
  }

  .xxl\:order-9{
    -webkit-box-ordinal-group: 10 !important;
    -ms-flex-order: 9 !important;
    order: 9 !important;
  }

  .xxl\:order-10{
    -webkit-box-ordinal-group: 11 !important;
    -ms-flex-order: 10 !important;
    order: 10 !important;
  }

  .xxl\:order-11{
    -webkit-box-ordinal-group: 12 !important;
    -ms-flex-order: 11 !important;
    order: 11 !important;
  }

  .xxl\:order-12{
    -webkit-box-ordinal-group: 13 !important;
    -ms-flex-order: 12 !important;
    order: 12 !important;
  }

  .xxl\:order-first{
    -webkit-box-ordinal-group: -9998 !important;
    -ms-flex-order: -9999 !important;
    order: -9999 !important;
  }

  .xxl\:order-last{
    -webkit-box-ordinal-group: 10000 !important;
    -ms-flex-order: 9999 !important;
    order: 9999 !important;
  }

  .xxl\:order-none{
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .xxl\:float-right{
    float: right !important;
  }

  .xxl\:float-left{
    float: left !important;
  }

  .xxl\:float-none{
    float: none !important;
  }

  .xxl\:clearfix:after{
    content: "" !important;
    display: table !important;
    clear: both !important;
  }

  .xxl\:clear-left{
    clear: left !important;
  }

  .xxl\:clear-right{
    clear: right !important;
  }

  .xxl\:clear-both{
    clear: both !important;
  }

  .xxl\:clear-none{
    clear: none !important;
  }

  .xxl\:font-sans{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  }

  .xxl\:font-serif{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
  }

  .xxl\:font-mono{
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  }

  .xxl\:font-hairline{
    font-weight: 100 !important;
  }

  .xxl\:font-thin{
    font-weight: 200 !important;
  }

  .xxl\:font-light{
    font-weight: 300 !important;
  }

  .xxl\:font-normal{
    font-weight: 400 !important;
  }

  .xxl\:font-medium{
    font-weight: 500 !important;
  }

  .xxl\:font-semibold{
    font-weight: 600 !important;
  }

  .xxl\:font-bold{
    font-weight: 700 !important;
  }

  .xxl\:font-extrabold{
    font-weight: 800 !important;
  }

  .xxl\:font-black{
    font-weight: 900 !important;
  }

  .xxl\:hover\:font-hairline:hover{
    font-weight: 100 !important;
  }

  .xxl\:hover\:font-thin:hover{
    font-weight: 200 !important;
  }

  .xxl\:hover\:font-light:hover{
    font-weight: 300 !important;
  }

  .xxl\:hover\:font-normal:hover{
    font-weight: 400 !important;
  }

  .xxl\:hover\:font-medium:hover{
    font-weight: 500 !important;
  }

  .xxl\:hover\:font-semibold:hover{
    font-weight: 600 !important;
  }

  .xxl\:hover\:font-bold:hover{
    font-weight: 700 !important;
  }

  .xxl\:hover\:font-extrabold:hover{
    font-weight: 800 !important;
  }

  .xxl\:hover\:font-black:hover{
    font-weight: 900 !important;
  }

  .xxl\:focus\:font-hairline:focus{
    font-weight: 100 !important;
  }

  .xxl\:focus\:font-thin:focus{
    font-weight: 200 !important;
  }

  .xxl\:focus\:font-light:focus{
    font-weight: 300 !important;
  }

  .xxl\:focus\:font-normal:focus{
    font-weight: 400 !important;
  }

  .xxl\:focus\:font-medium:focus{
    font-weight: 500 !important;
  }

  .xxl\:focus\:font-semibold:focus{
    font-weight: 600 !important;
  }

  .xxl\:focus\:font-bold:focus{
    font-weight: 700 !important;
  }

  .xxl\:focus\:font-extrabold:focus{
    font-weight: 800 !important;
  }

  .xxl\:focus\:font-black:focus{
    font-weight: 900 !important;
  }

  .xxl\:h-0{
    height: 0 !important;
  }

  .xxl\:h-1{
    height: 0.25rem !important;
  }

  .xxl\:h-2{
    height: 0.5rem !important;
  }

  .xxl\:h-3{
    height: 0.75rem !important;
  }

  .xxl\:h-4{
    height: 1rem !important;
  }

  .xxl\:h-5{
    height: 1.25rem !important;
  }

  .xxl\:h-6{
    height: 1.5rem !important;
  }

  .xxl\:h-8{
    height: 2rem !important;
  }

  .xxl\:h-10{
    height: 2.5rem !important;
  }

  .xxl\:h-12{
    height: 3rem !important;
  }

  .xxl\:h-16{
    height: 4rem !important;
  }

  .xxl\:h-20{
    height: 5rem !important;
  }

  .xxl\:h-24{
    height: 6rem !important;
  }

  .xxl\:h-28{
    height: 7rem !important;
  }

  .xxl\:h-32{
    height: 8rem !important;
  }

  .xxl\:h-40{
    height: 10rem !important;
  }

  .xxl\:h-48{
    height: 12rem !important;
  }

  .xxl\:h-56{
    height: 14rem !important;
  }

  .xxl\:h-64{
    height: 16rem !important;
  }

  .xxl\:h-auto{
    height: auto !important;
  }

  .xxl\:h-px{
    height: 1px !important;
  }

  .xxl\:h-2px{
    height: 2px !important;
  }

  .xxl\:h-3px{
    height: 3px !important;
  }

  .xxl\:h-5px{
    height: 5px !important;
  }

  .xxl\:h-10px{
    height: 10px !important;
  }

  .xxl\:h-15px{
    height: 15px !important;
  }

  .xxl\:h-20px{
    height: 20px !important;
  }

  .xxl\:h-25px{
    height: 25px !important;
  }

  .xxl\:h-30px{
    height: 30px !important;
  }

  .xxl\:h-36px{
    height: 36px !important;
  }

  .xxl\:h-50px{
    height: 50px !important;
  }

  .xxl\:h-60px{
    height: 60px !important;
  }

  .xxl\:h-120px{
    height: 120px !important;
  }

  .xxl\:h-full{
    height: 100% !important;
  }

  .xxl\:h-screen{
    height: 100vh !important;
  }

  .xxl\:text-xs{
    font-size: .75rem !important;
  }

  .xxl\:text-sm{
    font-size: 14px !important;
  }

  .xxl\:text-base{
    font-size: 16px !important;
  }

  .xxl\:text-lg{
    font-size: 18px !important;
  }

  .xxl\:text-xl{
    font-size: 20px !important;
  }

  .xxl\:text-2xl{
    font-size: 1.5rem !important;
  }

  .xxl\:text-3xl{
    font-size: 30px !important;
  }

  .xxl\:text-4xl{
    font-size: 2.25rem !important;
  }

  .xxl\:text-5xl{
    font-size: 3rem !important;
  }

  .xxl\:text-6xl{
    font-size: 4rem !important;
  }

  .xxl\:text-toy{
    font-size: 10px !important;
  }

  .xxl\:text-xxs{
    font-size: 11px !important;
  }

  .xxl\:text-tiny{
    font-size: 13px !important;
  }

  .xxl\:text-normal{
    font-size: 15px !important;
  }

  .xxl\:text-x21{
    font-size: 21px !important;
  }

  .xxl\:text-x22{
    font-size: 22px !important;
  }

  .xxl\:text-x23{
    font-size: 23px !important;
  }

  .xxl\:text-x25{
    font-size: 25px !important;
  }

  .xxl\:text-large{
    font-size: 40px !important;
  }

  .xxl\:text-huge{
    font-size: 50px !important;
  }

  .xxl\:leading-3{
    line-height: .75rem !important;
  }

  .xxl\:leading-4{
    line-height: 1rem !important;
  }

  .xxl\:leading-5{
    line-height: 1.25rem !important;
  }

  .xxl\:leading-6{
    line-height: 1.5rem !important;
  }

  .xxl\:leading-7{
    line-height: 1.75rem !important;
  }

  .xxl\:leading-8{
    line-height: 2rem !important;
  }

  .xxl\:leading-9{
    line-height: 2.25rem !important;
  }

  .xxl\:leading-10{
    line-height: 2.5rem !important;
  }

  .xxl\:leading-none{
    line-height: 1 !important;
  }

  .xxl\:leading-tight{
    line-height: 1.25 !important;
  }

  .xxl\:leading-snug{
    line-height: 1.375 !important;
  }

  .xxl\:leading-normal{
    line-height: 1.5 !important;
  }

  .xxl\:leading-relaxed{
    line-height: 1.625 !important;
  }

  .xxl\:leading-loose{
    line-height: 2 !important;
  }

  .xxl\:leading-60px{
    line-height: 60px !important;
  }

  .xxl\:leading-small{
    line-height: 23px !important;
  }

  .xxl\:leading-ordinary{
    line-height: 25px !important;
  }

  .xxl\:list-inside{
    list-style-position: inside !important;
  }

  .xxl\:list-outside{
    list-style-position: outside !important;
  }

  .xxl\:list-none{
    list-style-type: none !important;
  }

  .xxl\:list-disc{
    list-style-type: disc !important;
  }

  .xxl\:list-decimal{
    list-style-type: decimal !important;
  }

  .xxl\:list-line{
    list-style-type: - !important;
  }

  .xxl\:m-0{
    margin: 0 !important;
  }

  .xxl\:m-1{
    margin: 0.25rem !important;
  }

  .xxl\:m-2{
    margin: 0.5rem !important;
  }

  .xxl\:m-3{
    margin: 0.75rem !important;
  }

  .xxl\:m-4{
    margin: 1rem !important;
  }

  .xxl\:m-5{
    margin: 1.25rem !important;
  }

  .xxl\:m-6{
    margin: 1.5rem !important;
  }

  .xxl\:m-8{
    margin: 2rem !important;
  }

  .xxl\:m-10{
    margin: 2.5rem !important;
  }

  .xxl\:m-12{
    margin: 3rem !important;
  }

  .xxl\:m-16{
    margin: 4rem !important;
  }

  .xxl\:m-20{
    margin: 5rem !important;
  }

  .xxl\:m-24{
    margin: 6rem !important;
  }

  .xxl\:m-28{
    margin: 7rem !important;
  }

  .xxl\:m-32{
    margin: 8rem !important;
  }

  .xxl\:m-40{
    margin: 10rem !important;
  }

  .xxl\:m-48{
    margin: 12rem !important;
  }

  .xxl\:m-56{
    margin: 14rem !important;
  }

  .xxl\:m-64{
    margin: 16rem !important;
  }

  .xxl\:m-auto{
    margin: auto !important;
  }

  .xxl\:m-px{
    margin: 1px !important;
  }

  .xxl\:m-2px{
    margin: 2px !important;
  }

  .xxl\:m-3px{
    margin: 3px !important;
  }

  .xxl\:m-5px{
    margin: 5px !important;
  }

  .xxl\:m-10px{
    margin: 10px !important;
  }

  .xxl\:m-15px{
    margin: 15px !important;
  }

  .xxl\:m-20px{
    margin: 20px !important;
  }

  .xxl\:m-25px{
    margin: 25px !important;
  }

  .xxl\:m-30px{
    margin: 30px !important;
  }

  .xxl\:m-36px{
    margin: 36px !important;
  }

  .xxl\:m-50px{
    margin: 50px !important;
  }

  .xxl\:m-60px{
    margin: 60px !important;
  }

  .xxl\:m-120px{
    margin: 120px !important;
  }

  .xxl\:-m-1{
    margin: -0.25rem !important;
  }

  .xxl\:-m-2{
    margin: -0.5rem !important;
  }

  .xxl\:-m-3{
    margin: -0.75rem !important;
  }

  .xxl\:-m-4{
    margin: -1rem !important;
  }

  .xxl\:-m-5{
    margin: -1.25rem !important;
  }

  .xxl\:-m-6{
    margin: -1.5rem !important;
  }

  .xxl\:-m-8{
    margin: -2rem !important;
  }

  .xxl\:-m-10{
    margin: -2.5rem !important;
  }

  .xxl\:-m-12{
    margin: -3rem !important;
  }

  .xxl\:-m-16{
    margin: -4rem !important;
  }

  .xxl\:-m-20{
    margin: -5rem !important;
  }

  .xxl\:-m-24{
    margin: -6rem !important;
  }

  .xxl\:-m-28{
    margin: -7rem !important;
  }

  .xxl\:-m-32{
    margin: -8rem !important;
  }

  .xxl\:-m-40{
    margin: -10rem !important;
  }

  .xxl\:-m-48{
    margin: -12rem !important;
  }

  .xxl\:-m-56{
    margin: -14rem !important;
  }

  .xxl\:-m-64{
    margin: -16rem !important;
  }

  .xxl\:-m-px{
    margin: -1px !important;
  }

  .xxl\:-m-2px{
    margin: -2px !important;
  }

  .xxl\:-m-3px{
    margin: -3px !important;
  }

  .xxl\:-m-5px{
    margin: -5px !important;
  }

  .xxl\:-m-10px{
    margin: -10px !important;
  }

  .xxl\:-m-15px{
    margin: -15px !important;
  }

  .xxl\:-m-20px{
    margin: -20px !important;
  }

  .xxl\:-m-25px{
    margin: -25px !important;
  }

  .xxl\:-m-30px{
    margin: -30px !important;
  }

  .xxl\:-m-36px{
    margin: -36px !important;
  }

  .xxl\:-m-50px{
    margin: -50px !important;
  }

  .xxl\:-m-60px{
    margin: -60px !important;
  }

  .xxl\:-m-120px{
    margin: -120px !important;
  }

  .xxl\:my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .xxl\:mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .xxl\:my-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .xxl\:mx-1{
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }

  .xxl\:my-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .xxl\:mx-2{
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .xxl\:my-3{
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .xxl\:mx-3{
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .xxl\:my-4{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .xxl\:mx-4{
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .xxl\:my-5{
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .xxl\:mx-5{
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }

  .xxl\:my-6{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .xxl\:mx-6{
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .xxl\:my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .xxl\:mx-8{
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .xxl\:my-10{
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .xxl\:mx-10{
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }

  .xxl\:my-12{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .xxl\:mx-12{
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }

  .xxl\:my-16{
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .xxl\:mx-16{
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }

  .xxl\:my-20{
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .xxl\:mx-20{
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }

  .xxl\:my-24{
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }

  .xxl\:mx-24{
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }

  .xxl\:my-28{
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }

  .xxl\:mx-28{
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }

  .xxl\:my-32{
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }

  .xxl\:mx-32{
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }

  .xxl\:my-40{
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .xxl\:mx-40{
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }

  .xxl\:my-48{
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }

  .xxl\:mx-48{
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }

  .xxl\:my-56{
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }

  .xxl\:mx-56{
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }

  .xxl\:my-64{
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }

  .xxl\:mx-64{
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }

  .xxl\:my-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .xxl\:mx-auto{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxl\:my-px{
    margin-top: 1px !important;
    margin-bottom: 1px !important;
  }

  .xxl\:mx-px{
    margin-left: 1px !important;
    margin-right: 1px !important;
  }

  .xxl\:my-2px{
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }

  .xxl\:mx-2px{
    margin-left: 2px !important;
    margin-right: 2px !important;
  }

  .xxl\:my-3px{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }

  .xxl\:mx-3px{
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .xxl\:my-5px{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }

  .xxl\:mx-5px{
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .xxl\:my-10px{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .xxl\:mx-10px{
    margin-left: 10px !important;
    margin-right: 10px !important;
  }

  .xxl\:my-15px{
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .xxl\:mx-15px{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .xxl\:my-20px{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .xxl\:mx-20px{
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .xxl\:my-25px{
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xxl\:mx-25px{
    margin-left: 25px !important;
    margin-right: 25px !important;
  }

  .xxl\:my-30px{
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }

  .xxl\:mx-30px{
    margin-left: 30px !important;
    margin-right: 30px !important;
  }

  .xxl\:my-36px{
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }

  .xxl\:mx-36px{
    margin-left: 36px !important;
    margin-right: 36px !important;
  }

  .xxl\:my-50px{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  .xxl\:mx-50px{
    margin-left: 50px !important;
    margin-right: 50px !important;
  }

  .xxl\:my-60px{
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .xxl\:mx-60px{
    margin-left: 60px !important;
    margin-right: 60px !important;
  }

  .xxl\:my-120px{
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }

  .xxl\:mx-120px{
    margin-left: 120px !important;
    margin-right: 120px !important;
  }

  .xxl\:-my-1{
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .xxl\:-mx-1{
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }

  .xxl\:-my-2{
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .xxl\:-mx-2{
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }

  .xxl\:-my-3{
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .xxl\:-mx-3{
    margin-left: -0.75rem !important;
    margin-right: -0.75rem !important;
  }

  .xxl\:-my-4{
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .xxl\:-mx-4{
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }

  .xxl\:-my-5{
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .xxl\:-mx-5{
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
  }

  .xxl\:-my-6{
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .xxl\:-mx-6{
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }

  .xxl\:-my-8{
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .xxl\:-mx-8{
    margin-left: -2rem !important;
    margin-right: -2rem !important;
  }

  .xxl\:-my-10{
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .xxl\:-mx-10{
    margin-left: -2.5rem !important;
    margin-right: -2.5rem !important;
  }

  .xxl\:-my-12{
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .xxl\:-mx-12{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }

  .xxl\:-my-16{
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .xxl\:-mx-16{
    margin-left: -4rem !important;
    margin-right: -4rem !important;
  }

  .xxl\:-my-20{
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .xxl\:-mx-20{
    margin-left: -5rem !important;
    margin-right: -5rem !important;
  }

  .xxl\:-my-24{
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }

  .xxl\:-mx-24{
    margin-left: -6rem !important;
    margin-right: -6rem !important;
  }

  .xxl\:-my-28{
    margin-top: -7rem !important;
    margin-bottom: -7rem !important;
  }

  .xxl\:-mx-28{
    margin-left: -7rem !important;
    margin-right: -7rem !important;
  }

  .xxl\:-my-32{
    margin-top: -8rem !important;
    margin-bottom: -8rem !important;
  }

  .xxl\:-mx-32{
    margin-left: -8rem !important;
    margin-right: -8rem !important;
  }

  .xxl\:-my-40{
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }

  .xxl\:-mx-40{
    margin-left: -10rem !important;
    margin-right: -10rem !important;
  }

  .xxl\:-my-48{
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }

  .xxl\:-mx-48{
    margin-left: -12rem !important;
    margin-right: -12rem !important;
  }

  .xxl\:-my-56{
    margin-top: -14rem !important;
    margin-bottom: -14rem !important;
  }

  .xxl\:-mx-56{
    margin-left: -14rem !important;
    margin-right: -14rem !important;
  }

  .xxl\:-my-64{
    margin-top: -16rem !important;
    margin-bottom: -16rem !important;
  }

  .xxl\:-mx-64{
    margin-left: -16rem !important;
    margin-right: -16rem !important;
  }

  .xxl\:-my-px{
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }

  .xxl\:-mx-px{
    margin-left: -1px !important;
    margin-right: -1px !important;
  }

  .xxl\:-my-2px{
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }

  .xxl\:-mx-2px{
    margin-left: -2px !important;
    margin-right: -2px !important;
  }

  .xxl\:-my-3px{
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }

  .xxl\:-mx-3px{
    margin-left: -3px !important;
    margin-right: -3px !important;
  }

  .xxl\:-my-5px{
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }

  .xxl\:-mx-5px{
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  .xxl\:-my-10px{
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }

  .xxl\:-mx-10px{
    margin-left: -10px !important;
    margin-right: -10px !important;
  }

  .xxl\:-my-15px{
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }

  .xxl\:-mx-15px{
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .xxl\:-my-20px{
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }

  .xxl\:-mx-20px{
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xxl\:-my-25px{
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }

  .xxl\:-mx-25px{
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .xxl\:-my-30px{
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }

  .xxl\:-mx-30px{
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .xxl\:-my-36px{
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }

  .xxl\:-mx-36px{
    margin-left: -36px !important;
    margin-right: -36px !important;
  }

  .xxl\:-my-50px{
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }

  .xxl\:-mx-50px{
    margin-left: -50px !important;
    margin-right: -50px !important;
  }

  .xxl\:-my-60px{
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }

  .xxl\:-mx-60px{
    margin-left: -60px !important;
    margin-right: -60px !important;
  }

  .xxl\:-my-120px{
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }

  .xxl\:-mx-120px{
    margin-left: -120px !important;
    margin-right: -120px !important;
  }

  .xxl\:mt-0{
    margin-top: 0 !important;
  }

  .xxl\:mr-0{
    margin-right: 0 !important;
  }

  .xxl\:mb-0{
    margin-bottom: 0 !important;
  }

  .xxl\:ml-0{
    margin-left: 0 !important;
  }

  .xxl\:mt-1{
    margin-top: 0.25rem !important;
  }

  .xxl\:mr-1{
    margin-right: 0.25rem !important;
  }

  .xxl\:mb-1{
    margin-bottom: 0.25rem !important;
  }

  .xxl\:ml-1{
    margin-left: 0.25rem !important;
  }

  .xxl\:mt-2{
    margin-top: 0.5rem !important;
  }

  .xxl\:mr-2{
    margin-right: 0.5rem !important;
  }

  .xxl\:mb-2{
    margin-bottom: 0.5rem !important;
  }

  .xxl\:ml-2{
    margin-left: 0.5rem !important;
  }

  .xxl\:mt-3{
    margin-top: 0.75rem !important;
  }

  .xxl\:mr-3{
    margin-right: 0.75rem !important;
  }

  .xxl\:mb-3{
    margin-bottom: 0.75rem !important;
  }

  .xxl\:ml-3{
    margin-left: 0.75rem !important;
  }

  .xxl\:mt-4{
    margin-top: 1rem !important;
  }

  .xxl\:mr-4{
    margin-right: 1rem !important;
  }

  .xxl\:mb-4{
    margin-bottom: 1rem !important;
  }

  .xxl\:ml-4{
    margin-left: 1rem !important;
  }

  .xxl\:mt-5{
    margin-top: 1.25rem !important;
  }

  .xxl\:mr-5{
    margin-right: 1.25rem !important;
  }

  .xxl\:mb-5{
    margin-bottom: 1.25rem !important;
  }

  .xxl\:ml-5{
    margin-left: 1.25rem !important;
  }

  .xxl\:mt-6{
    margin-top: 1.5rem !important;
  }

  .xxl\:mr-6{
    margin-right: 1.5rem !important;
  }

  .xxl\:mb-6{
    margin-bottom: 1.5rem !important;
  }

  .xxl\:ml-6{
    margin-left: 1.5rem !important;
  }

  .xxl\:mt-8{
    margin-top: 2rem !important;
  }

  .xxl\:mr-8{
    margin-right: 2rem !important;
  }

  .xxl\:mb-8{
    margin-bottom: 2rem !important;
  }

  .xxl\:ml-8{
    margin-left: 2rem !important;
  }

  .xxl\:mt-10{
    margin-top: 2.5rem !important;
  }

  .xxl\:mr-10{
    margin-right: 2.5rem !important;
  }

  .xxl\:mb-10{
    margin-bottom: 2.5rem !important;
  }

  .xxl\:ml-10{
    margin-left: 2.5rem !important;
  }

  .xxl\:mt-12{
    margin-top: 3rem !important;
  }

  .xxl\:mr-12{
    margin-right: 3rem !important;
  }

  .xxl\:mb-12{
    margin-bottom: 3rem !important;
  }

  .xxl\:ml-12{
    margin-left: 3rem !important;
  }

  .xxl\:mt-16{
    margin-top: 4rem !important;
  }

  .xxl\:mr-16{
    margin-right: 4rem !important;
  }

  .xxl\:mb-16{
    margin-bottom: 4rem !important;
  }

  .xxl\:ml-16{
    margin-left: 4rem !important;
  }

  .xxl\:mt-20{
    margin-top: 5rem !important;
  }

  .xxl\:mr-20{
    margin-right: 5rem !important;
  }

  .xxl\:mb-20{
    margin-bottom: 5rem !important;
  }

  .xxl\:ml-20{
    margin-left: 5rem !important;
  }

  .xxl\:mt-24{
    margin-top: 6rem !important;
  }

  .xxl\:mr-24{
    margin-right: 6rem !important;
  }

  .xxl\:mb-24{
    margin-bottom: 6rem !important;
  }

  .xxl\:ml-24{
    margin-left: 6rem !important;
  }

  .xxl\:mt-28{
    margin-top: 7rem !important;
  }

  .xxl\:mr-28{
    margin-right: 7rem !important;
  }

  .xxl\:mb-28{
    margin-bottom: 7rem !important;
  }

  .xxl\:ml-28{
    margin-left: 7rem !important;
  }

  .xxl\:mt-32{
    margin-top: 8rem !important;
  }

  .xxl\:mr-32{
    margin-right: 8rem !important;
  }

  .xxl\:mb-32{
    margin-bottom: 8rem !important;
  }

  .xxl\:ml-32{
    margin-left: 8rem !important;
  }

  .xxl\:mt-40{
    margin-top: 10rem !important;
  }

  .xxl\:mr-40{
    margin-right: 10rem !important;
  }

  .xxl\:mb-40{
    margin-bottom: 10rem !important;
  }

  .xxl\:ml-40{
    margin-left: 10rem !important;
  }

  .xxl\:mt-48{
    margin-top: 12rem !important;
  }

  .xxl\:mr-48{
    margin-right: 12rem !important;
  }

  .xxl\:mb-48{
    margin-bottom: 12rem !important;
  }

  .xxl\:ml-48{
    margin-left: 12rem !important;
  }

  .xxl\:mt-56{
    margin-top: 14rem !important;
  }

  .xxl\:mr-56{
    margin-right: 14rem !important;
  }

  .xxl\:mb-56{
    margin-bottom: 14rem !important;
  }

  .xxl\:ml-56{
    margin-left: 14rem !important;
  }

  .xxl\:mt-64{
    margin-top: 16rem !important;
  }

  .xxl\:mr-64{
    margin-right: 16rem !important;
  }

  .xxl\:mb-64{
    margin-bottom: 16rem !important;
  }

  .xxl\:ml-64{
    margin-left: 16rem !important;
  }

  .xxl\:mt-auto{
    margin-top: auto !important;
  }

  .xxl\:mr-auto{
    margin-right: auto !important;
  }

  .xxl\:mb-auto{
    margin-bottom: auto !important;
  }

  .xxl\:ml-auto{
    margin-left: auto !important;
  }

  .xxl\:mt-px{
    margin-top: 1px !important;
  }

  .xxl\:mr-px{
    margin-right: 1px !important;
  }

  .xxl\:mb-px{
    margin-bottom: 1px !important;
  }

  .xxl\:ml-px{
    margin-left: 1px !important;
  }

  .xxl\:mt-2px{
    margin-top: 2px !important;
  }

  .xxl\:mr-2px{
    margin-right: 2px !important;
  }

  .xxl\:mb-2px{
    margin-bottom: 2px !important;
  }

  .xxl\:ml-2px{
    margin-left: 2px !important;
  }

  .xxl\:mt-3px{
    margin-top: 3px !important;
  }

  .xxl\:mr-3px{
    margin-right: 3px !important;
  }

  .xxl\:mb-3px{
    margin-bottom: 3px !important;
  }

  .xxl\:ml-3px{
    margin-left: 3px !important;
  }

  .xxl\:mt-5px{
    margin-top: 5px !important;
  }

  .xxl\:mr-5px{
    margin-right: 5px !important;
  }

  .xxl\:mb-5px{
    margin-bottom: 5px !important;
  }

  .xxl\:ml-5px{
    margin-left: 5px !important;
  }

  .xxl\:mt-10px{
    margin-top: 10px !important;
  }

  .xxl\:mr-10px{
    margin-right: 10px !important;
  }

  .xxl\:mb-10px{
    margin-bottom: 10px !important;
  }

  .xxl\:ml-10px{
    margin-left: 10px !important;
  }

  .xxl\:mt-15px{
    margin-top: 15px !important;
  }

  .xxl\:mr-15px{
    margin-right: 15px !important;
  }

  .xxl\:mb-15px{
    margin-bottom: 15px !important;
  }

  .xxl\:ml-15px{
    margin-left: 15px !important;
  }

  .xxl\:mt-20px{
    margin-top: 20px !important;
  }

  .xxl\:mr-20px{
    margin-right: 20px !important;
  }

  .xxl\:mb-20px{
    margin-bottom: 20px !important;
  }

  .xxl\:ml-20px{
    margin-left: 20px !important;
  }

  .xxl\:mt-25px{
    margin-top: 25px !important;
  }

  .xxl\:mr-25px{
    margin-right: 25px !important;
  }

  .xxl\:mb-25px{
    margin-bottom: 25px !important;
  }

  .xxl\:ml-25px{
    margin-left: 25px !important;
  }

  .xxl\:mt-30px{
    margin-top: 30px !important;
  }

  .xxl\:mr-30px{
    margin-right: 30px !important;
  }

  .xxl\:mb-30px{
    margin-bottom: 30px !important;
  }

  .xxl\:ml-30px{
    margin-left: 30px !important;
  }

  .xxl\:mt-36px{
    margin-top: 36px !important;
  }

  .xxl\:mr-36px{
    margin-right: 36px !important;
  }

  .xxl\:mb-36px{
    margin-bottom: 36px !important;
  }

  .xxl\:ml-36px{
    margin-left: 36px !important;
  }

  .xxl\:mt-50px{
    margin-top: 50px !important;
  }

  .xxl\:mr-50px{
    margin-right: 50px !important;
  }

  .xxl\:mb-50px{
    margin-bottom: 50px !important;
  }

  .xxl\:ml-50px{
    margin-left: 50px !important;
  }

  .xxl\:mt-60px{
    margin-top: 60px !important;
  }

  .xxl\:mr-60px{
    margin-right: 60px !important;
  }

  .xxl\:mb-60px{
    margin-bottom: 60px !important;
  }

  .xxl\:ml-60px{
    margin-left: 60px !important;
  }

  .xxl\:mt-120px{
    margin-top: 120px !important;
  }

  .xxl\:mr-120px{
    margin-right: 120px !important;
  }

  .xxl\:mb-120px{
    margin-bottom: 120px !important;
  }

  .xxl\:ml-120px{
    margin-left: 120px !important;
  }

  .xxl\:-mt-1{
    margin-top: -0.25rem !important;
  }

  .xxl\:-mr-1{
    margin-right: -0.25rem !important;
  }

  .xxl\:-mb-1{
    margin-bottom: -0.25rem !important;
  }

  .xxl\:-ml-1{
    margin-left: -0.25rem !important;
  }

  .xxl\:-mt-2{
    margin-top: -0.5rem !important;
  }

  .xxl\:-mr-2{
    margin-right: -0.5rem !important;
  }

  .xxl\:-mb-2{
    margin-bottom: -0.5rem !important;
  }

  .xxl\:-ml-2{
    margin-left: -0.5rem !important;
  }

  .xxl\:-mt-3{
    margin-top: -0.75rem !important;
  }

  .xxl\:-mr-3{
    margin-right: -0.75rem !important;
  }

  .xxl\:-mb-3{
    margin-bottom: -0.75rem !important;
  }

  .xxl\:-ml-3{
    margin-left: -0.75rem !important;
  }

  .xxl\:-mt-4{
    margin-top: -1rem !important;
  }

  .xxl\:-mr-4{
    margin-right: -1rem !important;
  }

  .xxl\:-mb-4{
    margin-bottom: -1rem !important;
  }

  .xxl\:-ml-4{
    margin-left: -1rem !important;
  }

  .xxl\:-mt-5{
    margin-top: -1.25rem !important;
  }

  .xxl\:-mr-5{
    margin-right: -1.25rem !important;
  }

  .xxl\:-mb-5{
    margin-bottom: -1.25rem !important;
  }

  .xxl\:-ml-5{
    margin-left: -1.25rem !important;
  }

  .xxl\:-mt-6{
    margin-top: -1.5rem !important;
  }

  .xxl\:-mr-6{
    margin-right: -1.5rem !important;
  }

  .xxl\:-mb-6{
    margin-bottom: -1.5rem !important;
  }

  .xxl\:-ml-6{
    margin-left: -1.5rem !important;
  }

  .xxl\:-mt-8{
    margin-top: -2rem !important;
  }

  .xxl\:-mr-8{
    margin-right: -2rem !important;
  }

  .xxl\:-mb-8{
    margin-bottom: -2rem !important;
  }

  .xxl\:-ml-8{
    margin-left: -2rem !important;
  }

  .xxl\:-mt-10{
    margin-top: -2.5rem !important;
  }

  .xxl\:-mr-10{
    margin-right: -2.5rem !important;
  }

  .xxl\:-mb-10{
    margin-bottom: -2.5rem !important;
  }

  .xxl\:-ml-10{
    margin-left: -2.5rem !important;
  }

  .xxl\:-mt-12{
    margin-top: -3rem !important;
  }

  .xxl\:-mr-12{
    margin-right: -3rem !important;
  }

  .xxl\:-mb-12{
    margin-bottom: -3rem !important;
  }

  .xxl\:-ml-12{
    margin-left: -3rem !important;
  }

  .xxl\:-mt-16{
    margin-top: -4rem !important;
  }

  .xxl\:-mr-16{
    margin-right: -4rem !important;
  }

  .xxl\:-mb-16{
    margin-bottom: -4rem !important;
  }

  .xxl\:-ml-16{
    margin-left: -4rem !important;
  }

  .xxl\:-mt-20{
    margin-top: -5rem !important;
  }

  .xxl\:-mr-20{
    margin-right: -5rem !important;
  }

  .xxl\:-mb-20{
    margin-bottom: -5rem !important;
  }

  .xxl\:-ml-20{
    margin-left: -5rem !important;
  }

  .xxl\:-mt-24{
    margin-top: -6rem !important;
  }

  .xxl\:-mr-24{
    margin-right: -6rem !important;
  }

  .xxl\:-mb-24{
    margin-bottom: -6rem !important;
  }

  .xxl\:-ml-24{
    margin-left: -6rem !important;
  }

  .xxl\:-mt-28{
    margin-top: -7rem !important;
  }

  .xxl\:-mr-28{
    margin-right: -7rem !important;
  }

  .xxl\:-mb-28{
    margin-bottom: -7rem !important;
  }

  .xxl\:-ml-28{
    margin-left: -7rem !important;
  }

  .xxl\:-mt-32{
    margin-top: -8rem !important;
  }

  .xxl\:-mr-32{
    margin-right: -8rem !important;
  }

  .xxl\:-mb-32{
    margin-bottom: -8rem !important;
  }

  .xxl\:-ml-32{
    margin-left: -8rem !important;
  }

  .xxl\:-mt-40{
    margin-top: -10rem !important;
  }

  .xxl\:-mr-40{
    margin-right: -10rem !important;
  }

  .xxl\:-mb-40{
    margin-bottom: -10rem !important;
  }

  .xxl\:-ml-40{
    margin-left: -10rem !important;
  }

  .xxl\:-mt-48{
    margin-top: -12rem !important;
  }

  .xxl\:-mr-48{
    margin-right: -12rem !important;
  }

  .xxl\:-mb-48{
    margin-bottom: -12rem !important;
  }

  .xxl\:-ml-48{
    margin-left: -12rem !important;
  }

  .xxl\:-mt-56{
    margin-top: -14rem !important;
  }

  .xxl\:-mr-56{
    margin-right: -14rem !important;
  }

  .xxl\:-mb-56{
    margin-bottom: -14rem !important;
  }

  .xxl\:-ml-56{
    margin-left: -14rem !important;
  }

  .xxl\:-mt-64{
    margin-top: -16rem !important;
  }

  .xxl\:-mr-64{
    margin-right: -16rem !important;
  }

  .xxl\:-mb-64{
    margin-bottom: -16rem !important;
  }

  .xxl\:-ml-64{
    margin-left: -16rem !important;
  }

  .xxl\:-mt-px{
    margin-top: -1px !important;
  }

  .xxl\:-mr-px{
    margin-right: -1px !important;
  }

  .xxl\:-mb-px{
    margin-bottom: -1px !important;
  }

  .xxl\:-ml-px{
    margin-left: -1px !important;
  }

  .xxl\:-mt-2px{
    margin-top: -2px !important;
  }

  .xxl\:-mr-2px{
    margin-right: -2px !important;
  }

  .xxl\:-mb-2px{
    margin-bottom: -2px !important;
  }

  .xxl\:-ml-2px{
    margin-left: -2px !important;
  }

  .xxl\:-mt-3px{
    margin-top: -3px !important;
  }

  .xxl\:-mr-3px{
    margin-right: -3px !important;
  }

  .xxl\:-mb-3px{
    margin-bottom: -3px !important;
  }

  .xxl\:-ml-3px{
    margin-left: -3px !important;
  }

  .xxl\:-mt-5px{
    margin-top: -5px !important;
  }

  .xxl\:-mr-5px{
    margin-right: -5px !important;
  }

  .xxl\:-mb-5px{
    margin-bottom: -5px !important;
  }

  .xxl\:-ml-5px{
    margin-left: -5px !important;
  }

  .xxl\:-mt-10px{
    margin-top: -10px !important;
  }

  .xxl\:-mr-10px{
    margin-right: -10px !important;
  }

  .xxl\:-mb-10px{
    margin-bottom: -10px !important;
  }

  .xxl\:-ml-10px{
    margin-left: -10px !important;
  }

  .xxl\:-mt-15px{
    margin-top: -15px !important;
  }

  .xxl\:-mr-15px{
    margin-right: -15px !important;
  }

  .xxl\:-mb-15px{
    margin-bottom: -15px !important;
  }

  .xxl\:-ml-15px{
    margin-left: -15px !important;
  }

  .xxl\:-mt-20px{
    margin-top: -20px !important;
  }

  .xxl\:-mr-20px{
    margin-right: -20px !important;
  }

  .xxl\:-mb-20px{
    margin-bottom: -20px !important;
  }

  .xxl\:-ml-20px{
    margin-left: -20px !important;
  }

  .xxl\:-mt-25px{
    margin-top: -25px !important;
  }

  .xxl\:-mr-25px{
    margin-right: -25px !important;
  }

  .xxl\:-mb-25px{
    margin-bottom: -25px !important;
  }

  .xxl\:-ml-25px{
    margin-left: -25px !important;
  }

  .xxl\:-mt-30px{
    margin-top: -30px !important;
  }

  .xxl\:-mr-30px{
    margin-right: -30px !important;
  }

  .xxl\:-mb-30px{
    margin-bottom: -30px !important;
  }

  .xxl\:-ml-30px{
    margin-left: -30px !important;
  }

  .xxl\:-mt-36px{
    margin-top: -36px !important;
  }

  .xxl\:-mr-36px{
    margin-right: -36px !important;
  }

  .xxl\:-mb-36px{
    margin-bottom: -36px !important;
  }

  .xxl\:-ml-36px{
    margin-left: -36px !important;
  }

  .xxl\:-mt-50px{
    margin-top: -50px !important;
  }

  .xxl\:-mr-50px{
    margin-right: -50px !important;
  }

  .xxl\:-mb-50px{
    margin-bottom: -50px !important;
  }

  .xxl\:-ml-50px{
    margin-left: -50px !important;
  }

  .xxl\:-mt-60px{
    margin-top: -60px !important;
  }

  .xxl\:-mr-60px{
    margin-right: -60px !important;
  }

  .xxl\:-mb-60px{
    margin-bottom: -60px !important;
  }

  .xxl\:-ml-60px{
    margin-left: -60px !important;
  }

  .xxl\:-mt-120px{
    margin-top: -120px !important;
  }

  .xxl\:-mr-120px{
    margin-right: -120px !important;
  }

  .xxl\:-mb-120px{
    margin-bottom: -120px !important;
  }

  .xxl\:-ml-120px{
    margin-left: -120px !important;
  }

  .xxl\:max-h-full{
    max-height: 100% !important;
  }

  .xxl\:max-h-screen{
    max-height: 100vh !important;
  }

  .xxl\:max-h-3\/4{
    max-height: 75% !important;
  }

  .xxl\:max-w-250{
    max-width: 250px !important;
  }

  .xxl\:max-w-440{
    max-width: 440px !important;
  }

  .xxl\:max-w-none{
    max-width: none !important;
  }

  .xxl\:max-w-xs{
    max-width: 20rem !important;
  }

  .xxl\:max-w-sm{
    max-width: 24rem !important;
  }

  .xxl\:max-w-md{
    max-width: 28rem !important;
  }

  .xxl\:max-w-lg{
    max-width: 32rem !important;
  }

  .xxl\:max-w-xl{
    max-width: 36rem !important;
  }

  .xxl\:max-w-2xl{
    max-width: 42rem !important;
  }

  .xxl\:max-w-3xl{
    max-width: 48rem !important;
  }

  .xxl\:max-w-4xl{
    max-width: 56rem !important;
  }

  .xxl\:max-w-5xl{
    max-width: 64rem !important;
  }

  .xxl\:max-w-6xl{
    max-width: 72rem !important;
  }

  .xxl\:max-w-full{
    max-width: 100% !important;
  }

  .xxl\:max-w-screen-sm{
    max-width: 560px !important;
  }

  .xxl\:max-w-screen-md{
    max-width: 768px !important;
  }

  .xxl\:max-w-screen-lg{
    max-width: 1024px !important;
  }

  .xxl\:max-w-screen-xl{
    max-width: 1280px !important;
  }

  .xxl\:max-w-screen-xxs{
    max-width: 320px !important;
  }

  .xxl\:max-w-screen-xs{
    max-width: 360px !important;
  }

  .xxl\:max-w-screen-xxl{
    max-width: 1920px !important;
  }

  .xxl\:min-h-0{
    min-height: 0 !important;
  }

  .xxl\:min-h-full{
    min-height: 100% !important;
  }

  .xxl\:min-h-screen{
    min-height: 100vh !important;
  }

  .xxl\:min-w-0{
    min-width: 0 !important;
  }

  .xxl\:min-w-full{
    min-width: 100% !important;
  }

  .xxl\:object-contain{
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }

  .xxl\:object-cover{
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }

  .xxl\:object-fill{
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }

  .xxl\:object-none{
    -o-object-fit: none !important;
    object-fit: none !important;
  }

  .xxl\:object-scale-down{
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }

  .xxl\:object-bottom{
    -o-object-position: bottom !important;
    object-position: bottom !important;
  }

  .xxl\:object-center{
    -o-object-position: center !important;
    object-position: center !important;
  }

  .xxl\:object-left{
    -o-object-position: left !important;
    object-position: left !important;
  }

  .xxl\:object-left-bottom{
    -o-object-position: left bottom !important;
    object-position: left bottom !important;
  }

  .xxl\:object-left-top{
    -o-object-position: left top !important;
    object-position: left top !important;
  }

  .xxl\:object-right{
    -o-object-position: right !important;
    object-position: right !important;
  }

  .xxl\:object-right-bottom{
    -o-object-position: right bottom !important;
    object-position: right bottom !important;
  }

  .xxl\:object-right-top{
    -o-object-position: right top !important;
    object-position: right top !important;
  }

  .xxl\:object-top{
    -o-object-position: top !important;
    object-position: top !important;
  }

  .xxl\:opacity-0{
    opacity: 0 !important;
  }

  .xxl\:opacity-25{
    opacity: 0.25 !important;
  }

  .xxl\:opacity-50{
    opacity: 0.5 !important;
  }

  .xxl\:opacity-75{
    opacity: 0.75 !important;
  }

  .xxl\:opacity-100{
    opacity: 1 !important;
  }

  .xxl\:hover\:opacity-0:hover{
    opacity: 0 !important;
  }

  .xxl\:hover\:opacity-25:hover{
    opacity: 0.25 !important;
  }

  .xxl\:hover\:opacity-50:hover{
    opacity: 0.5 !important;
  }

  .xxl\:hover\:opacity-75:hover{
    opacity: 0.75 !important;
  }

  .xxl\:hover\:opacity-100:hover{
    opacity: 1 !important;
  }

  .xxl\:focus\:opacity-0:focus{
    opacity: 0 !important;
  }

  .xxl\:focus\:opacity-25:focus{
    opacity: 0.25 !important;
  }

  .xxl\:focus\:opacity-50:focus{
    opacity: 0.5 !important;
  }

  .xxl\:focus\:opacity-75:focus{
    opacity: 0.75 !important;
  }

  .xxl\:focus\:opacity-100:focus{
    opacity: 1 !important;
  }

  .xxl\:outline-none{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-white{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:outline-black{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-none:focus{
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-white:focus{
    outline: 2px dotted white !important;
    outline-offset: 2px !important;
  }

  .xxl\:focus\:outline-black:focus{
    outline: 2px dotted black !important;
    outline-offset: 2px !important;
  }

  .xxl\:overflow-auto{
    overflow: auto !important;
  }

  .xxl\:overflow-hidden{
    overflow: hidden !important;
  }

  .xxl\:overflow-visible{
    overflow: visible !important;
  }

  .xxl\:overflow-scroll{
    overflow: scroll !important;
  }

  .xxl\:overflow-x-auto{
    overflow-x: auto !important;
  }

  .xxl\:overflow-y-auto{
    overflow-y: auto !important;
  }

  .xxl\:overflow-x-hidden{
    overflow-x: hidden !important;
  }

  .xxl\:overflow-y-hidden{
    overflow-y: hidden !important;
  }

  .xxl\:overflow-x-visible{
    overflow-x: visible !important;
  }

  .xxl\:overflow-y-visible{
    overflow-y: visible !important;
  }

  .xxl\:overflow-x-scroll{
    overflow-x: scroll !important;
  }

  .xxl\:overflow-y-scroll{
    overflow-y: scroll !important;
  }

  .xxl\:scrolling-touch{
    -webkit-overflow-scrolling: touch !important;
  }

  .xxl\:scrolling-auto{
    -webkit-overflow-scrolling: auto !important;
  }

  .xxl\:overscroll-auto{
    -ms-scroll-chaining: chained !important;
    overscroll-behavior: auto !important;
  }

  .xxl\:overscroll-contain{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: contain !important;
  }

  .xxl\:overscroll-none{
    -ms-scroll-chaining: none !important;
    overscroll-behavior: none !important;
  }

  .xxl\:overscroll-y-auto{
    overscroll-behavior-y: auto !important;
  }

  .xxl\:overscroll-y-contain{
    overscroll-behavior-y: contain !important;
  }

  .xxl\:overscroll-y-none{
    overscroll-behavior-y: none !important;
  }

  .xxl\:overscroll-x-auto{
    overscroll-behavior-x: auto !important;
  }

  .xxl\:overscroll-x-contain{
    overscroll-behavior-x: contain !important;
  }

  .xxl\:overscroll-x-none{
    overscroll-behavior-x: none !important;
  }

  .xxl\:p-0{
    padding: 0 !important;
  }

  .xxl\:p-1{
    padding: 0.25rem !important;
  }

  .xxl\:p-2{
    padding: 0.5rem !important;
  }

  .xxl\:p-3{
    padding: 0.75rem !important;
  }

  .xxl\:p-4{
    padding: 1rem !important;
  }

  .xxl\:p-5{
    padding: 1.25rem !important;
  }

  .xxl\:p-6{
    padding: 1.5rem !important;
  }

  .xxl\:p-8{
    padding: 2rem !important;
  }

  .xxl\:p-10{
    padding: 2.5rem !important;
  }

  .xxl\:p-12{
    padding: 3rem !important;
  }

  .xxl\:p-16{
    padding: 4rem !important;
  }

  .xxl\:p-20{
    padding: 5rem !important;
  }

  .xxl\:p-24{
    padding: 6rem !important;
  }

  .xxl\:p-28{
    padding: 7rem !important;
  }

  .xxl\:p-32{
    padding: 8rem !important;
  }

  .xxl\:p-40{
    padding: 10rem !important;
  }

  .xxl\:p-48{
    padding: 12rem !important;
  }

  .xxl\:p-56{
    padding: 14rem !important;
  }

  .xxl\:p-64{
    padding: 16rem !important;
  }

  .xxl\:p-px{
    padding: 1px !important;
  }

  .xxl\:p-2px{
    padding: 2px !important;
  }

  .xxl\:p-3px{
    padding: 3px !important;
  }

  .xxl\:p-5px{
    padding: 5px !important;
  }

  .xxl\:p-10px{
    padding: 10px !important;
  }

  .xxl\:p-15px{
    padding: 15px !important;
  }

  .xxl\:p-20px{
    padding: 20px !important;
  }

  .xxl\:p-25px{
    padding: 25px !important;
  }

  .xxl\:p-30px{
    padding: 30px !important;
  }

  .xxl\:p-36px{
    padding: 36px !important;
  }

  .xxl\:p-50px{
    padding: 50px !important;
  }

  .xxl\:p-60px{
    padding: 60px !important;
  }

  .xxl\:p-120px{
    padding: 120px !important;
  }

  .xxl\:py-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .xxl\:px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .xxl\:py-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .xxl\:px-1{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }

  .xxl\:py-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .xxl\:px-2{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .xxl\:py-3{
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .xxl\:px-3{
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .xxl\:py-4{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .xxl\:px-4{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .xxl\:py-5{
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .xxl\:px-5{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .xxl\:py-6{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .xxl\:px-6{
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .xxl\:py-8{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .xxl\:px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .xxl\:py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .xxl\:px-10{
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }

  .xxl\:py-12{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .xxl\:px-12{
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }

  .xxl\:py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .xxl\:px-16{
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }

  .xxl\:py-20{
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .xxl\:px-20{
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .xxl\:py-24{
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

  .xxl\:px-24{
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }

  .xxl\:py-28{
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }

  .xxl\:px-28{
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }

  .xxl\:py-32{
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  .xxl\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

  .xxl\:py-40{
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .xxl\:px-40{
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }

  .xxl\:py-48{
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }

  .xxl\:px-48{
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }

  .xxl\:py-56{
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }

  .xxl\:px-56{
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }

  .xxl\:py-64{
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }

  .xxl\:px-64{
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }

  .xxl\:py-px{
    padding-top: 1px !important;
    padding-bottom: 1px !important;
  }

  .xxl\:px-px{
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  .xxl\:py-2px{
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }

  .xxl\:px-2px{
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .xxl\:py-3px{
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }

  .xxl\:px-3px{
    padding-left: 3px !important;
    padding-right: 3px !important;
  }

  .xxl\:py-5px{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .xxl\:px-5px{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .xxl\:py-10px{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xxl\:px-10px{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .xxl\:py-15px{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .xxl\:px-15px{
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .xxl\:py-20px{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .xxl\:px-20px{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xxl\:py-25px{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .xxl\:px-25px{
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .xxl\:py-30px{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .xxl\:px-30px{
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .xxl\:py-36px{
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  .xxl\:px-36px{
    padding-left: 36px !important;
    padding-right: 36px !important;
  }

  .xxl\:py-50px{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xxl\:px-50px{
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .xxl\:py-60px{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .xxl\:px-60px{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }

  .xxl\:py-120px{
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }

  .xxl\:px-120px{
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .xxl\:pt-0{
    padding-top: 0 !important;
  }

  .xxl\:pr-0{
    padding-right: 0 !important;
  }

  .xxl\:pb-0{
    padding-bottom: 0 !important;
  }

  .xxl\:pl-0{
    padding-left: 0 !important;
  }

  .xxl\:pt-1{
    padding-top: 0.25rem !important;
  }

  .xxl\:pr-1{
    padding-right: 0.25rem !important;
  }

  .xxl\:pb-1{
    padding-bottom: 0.25rem !important;
  }

  .xxl\:pl-1{
    padding-left: 0.25rem !important;
  }

  .xxl\:pt-2{
    padding-top: 0.5rem !important;
  }

  .xxl\:pr-2{
    padding-right: 0.5rem !important;
  }

  .xxl\:pb-2{
    padding-bottom: 0.5rem !important;
  }

  .xxl\:pl-2{
    padding-left: 0.5rem !important;
  }

  .xxl\:pt-3{
    padding-top: 0.75rem !important;
  }

  .xxl\:pr-3{
    padding-right: 0.75rem !important;
  }

  .xxl\:pb-3{
    padding-bottom: 0.75rem !important;
  }

  .xxl\:pl-3{
    padding-left: 0.75rem !important;
  }

  .xxl\:pt-4{
    padding-top: 1rem !important;
  }

  .xxl\:pr-4{
    padding-right: 1rem !important;
  }

  .xxl\:pb-4{
    padding-bottom: 1rem !important;
  }

  .xxl\:pl-4{
    padding-left: 1rem !important;
  }

  .xxl\:pt-5{
    padding-top: 1.25rem !important;
  }

  .xxl\:pr-5{
    padding-right: 1.25rem !important;
  }

  .xxl\:pb-5{
    padding-bottom: 1.25rem !important;
  }

  .xxl\:pl-5{
    padding-left: 1.25rem !important;
  }

  .xxl\:pt-6{
    padding-top: 1.5rem !important;
  }

  .xxl\:pr-6{
    padding-right: 1.5rem !important;
  }

  .xxl\:pb-6{
    padding-bottom: 1.5rem !important;
  }

  .xxl\:pl-6{
    padding-left: 1.5rem !important;
  }

  .xxl\:pt-8{
    padding-top: 2rem !important;
  }

  .xxl\:pr-8{
    padding-right: 2rem !important;
  }

  .xxl\:pb-8{
    padding-bottom: 2rem !important;
  }

  .xxl\:pl-8{
    padding-left: 2rem !important;
  }

  .xxl\:pt-10{
    padding-top: 2.5rem !important;
  }

  .xxl\:pr-10{
    padding-right: 2.5rem !important;
  }

  .xxl\:pb-10{
    padding-bottom: 2.5rem !important;
  }

  .xxl\:pl-10{
    padding-left: 2.5rem !important;
  }

  .xxl\:pt-12{
    padding-top: 3rem !important;
  }

  .xxl\:pr-12{
    padding-right: 3rem !important;
  }

  .xxl\:pb-12{
    padding-bottom: 3rem !important;
  }

  .xxl\:pl-12{
    padding-left: 3rem !important;
  }

  .xxl\:pt-16{
    padding-top: 4rem !important;
  }

  .xxl\:pr-16{
    padding-right: 4rem !important;
  }

  .xxl\:pb-16{
    padding-bottom: 4rem !important;
  }

  .xxl\:pl-16{
    padding-left: 4rem !important;
  }

  .xxl\:pt-20{
    padding-top: 5rem !important;
  }

  .xxl\:pr-20{
    padding-right: 5rem !important;
  }

  .xxl\:pb-20{
    padding-bottom: 5rem !important;
  }

  .xxl\:pl-20{
    padding-left: 5rem !important;
  }

  .xxl\:pt-24{
    padding-top: 6rem !important;
  }

  .xxl\:pr-24{
    padding-right: 6rem !important;
  }

  .xxl\:pb-24{
    padding-bottom: 6rem !important;
  }

  .xxl\:pl-24{
    padding-left: 6rem !important;
  }

  .xxl\:pt-28{
    padding-top: 7rem !important;
  }

  .xxl\:pr-28{
    padding-right: 7rem !important;
  }

  .xxl\:pb-28{
    padding-bottom: 7rem !important;
  }

  .xxl\:pl-28{
    padding-left: 7rem !important;
  }

  .xxl\:pt-32{
    padding-top: 8rem !important;
  }

  .xxl\:pr-32{
    padding-right: 8rem !important;
  }

  .xxl\:pb-32{
    padding-bottom: 8rem !important;
  }

  .xxl\:pl-32{
    padding-left: 8rem !important;
  }

  .xxl\:pt-40{
    padding-top: 10rem !important;
  }

  .xxl\:pr-40{
    padding-right: 10rem !important;
  }

  .xxl\:pb-40{
    padding-bottom: 10rem !important;
  }

  .xxl\:pl-40{
    padding-left: 10rem !important;
  }

  .xxl\:pt-48{
    padding-top: 12rem !important;
  }

  .xxl\:pr-48{
    padding-right: 12rem !important;
  }

  .xxl\:pb-48{
    padding-bottom: 12rem !important;
  }

  .xxl\:pl-48{
    padding-left: 12rem !important;
  }

  .xxl\:pt-56{
    padding-top: 14rem !important;
  }

  .xxl\:pr-56{
    padding-right: 14rem !important;
  }

  .xxl\:pb-56{
    padding-bottom: 14rem !important;
  }

  .xxl\:pl-56{
    padding-left: 14rem !important;
  }

  .xxl\:pt-64{
    padding-top: 16rem !important;
  }

  .xxl\:pr-64{
    padding-right: 16rem !important;
  }

  .xxl\:pb-64{
    padding-bottom: 16rem !important;
  }

  .xxl\:pl-64{
    padding-left: 16rem !important;
  }

  .xxl\:pt-px{
    padding-top: 1px !important;
  }

  .xxl\:pr-px{
    padding-right: 1px !important;
  }

  .xxl\:pb-px{
    padding-bottom: 1px !important;
  }

  .xxl\:pl-px{
    padding-left: 1px !important;
  }

  .xxl\:pt-2px{
    padding-top: 2px !important;
  }

  .xxl\:pr-2px{
    padding-right: 2px !important;
  }

  .xxl\:pb-2px{
    padding-bottom: 2px !important;
  }

  .xxl\:pl-2px{
    padding-left: 2px !important;
  }

  .xxl\:pt-3px{
    padding-top: 3px !important;
  }

  .xxl\:pr-3px{
    padding-right: 3px !important;
  }

  .xxl\:pb-3px{
    padding-bottom: 3px !important;
  }

  .xxl\:pl-3px{
    padding-left: 3px !important;
  }

  .xxl\:pt-5px{
    padding-top: 5px !important;
  }

  .xxl\:pr-5px{
    padding-right: 5px !important;
  }

  .xxl\:pb-5px{
    padding-bottom: 5px !important;
  }

  .xxl\:pl-5px{
    padding-left: 5px !important;
  }

  .xxl\:pt-10px{
    padding-top: 10px !important;
  }

  .xxl\:pr-10px{
    padding-right: 10px !important;
  }

  .xxl\:pb-10px{
    padding-bottom: 10px !important;
  }

  .xxl\:pl-10px{
    padding-left: 10px !important;
  }

  .xxl\:pt-15px{
    padding-top: 15px !important;
  }

  .xxl\:pr-15px{
    padding-right: 15px !important;
  }

  .xxl\:pb-15px{
    padding-bottom: 15px !important;
  }

  .xxl\:pl-15px{
    padding-left: 15px !important;
  }

  .xxl\:pt-20px{
    padding-top: 20px !important;
  }

  .xxl\:pr-20px{
    padding-right: 20px !important;
  }

  .xxl\:pb-20px{
    padding-bottom: 20px !important;
  }

  .xxl\:pl-20px{
    padding-left: 20px !important;
  }

  .xxl\:pt-25px{
    padding-top: 25px !important;
  }

  .xxl\:pr-25px{
    padding-right: 25px !important;
  }

  .xxl\:pb-25px{
    padding-bottom: 25px !important;
  }

  .xxl\:pl-25px{
    padding-left: 25px !important;
  }

  .xxl\:pt-30px{
    padding-top: 30px !important;
  }

  .xxl\:pr-30px{
    padding-right: 30px !important;
  }

  .xxl\:pb-30px{
    padding-bottom: 30px !important;
  }

  .xxl\:pl-30px{
    padding-left: 30px !important;
  }

  .xxl\:pt-36px{
    padding-top: 36px !important;
  }

  .xxl\:pr-36px{
    padding-right: 36px !important;
  }

  .xxl\:pb-36px{
    padding-bottom: 36px !important;
  }

  .xxl\:pl-36px{
    padding-left: 36px !important;
  }

  .xxl\:pt-50px{
    padding-top: 50px !important;
  }

  .xxl\:pr-50px{
    padding-right: 50px !important;
  }

  .xxl\:pb-50px{
    padding-bottom: 50px !important;
  }

  .xxl\:pl-50px{
    padding-left: 50px !important;
  }

  .xxl\:pt-60px{
    padding-top: 60px !important;
  }

  .xxl\:pr-60px{
    padding-right: 60px !important;
  }

  .xxl\:pb-60px{
    padding-bottom: 60px !important;
  }

  .xxl\:pl-60px{
    padding-left: 60px !important;
  }

  .xxl\:pt-120px{
    padding-top: 120px !important;
  }

  .xxl\:pr-120px{
    padding-right: 120px !important;
  }

  .xxl\:pb-120px{
    padding-bottom: 120px !important;
  }

  .xxl\:pl-120px{
    padding-left: 120px !important;
  }

  .xxl\:placeholder-transparent::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::-moz-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-transparent::placeholder{
    color: transparent !important;
  }

  .xxl\:placeholder-current::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::-moz-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-current::placeholder{
    color: currentColor !important;
  }

  .xxl\:placeholder-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-white::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-red::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-orange-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-yellow-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-teal-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-blue-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-indigo-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-purple-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-100::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-200::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-300::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-400::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-500::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-600::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-700::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-800::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-pink-900::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-primary-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-primary-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-primary-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-primary-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-primary-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-primary-hover-color::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:placeholder-primary-hover-color::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:placeholder-primary-hover-color:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:placeholder-primary-hover-color::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:placeholder-primary-hover-color::placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:placeholder-gray-body::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-body::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-body:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-body::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-body::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-333::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-333::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-333:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-333::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-333::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-666::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-666::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-666:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-666::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-666::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-888::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-888::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-888:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-888::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-888::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-999::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-999::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-999:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-999::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-999::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-icon::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-icon::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-icon:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-icon::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-icon::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-features::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-features::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-features:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-features::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-features::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-slide-border::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-slide-border::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-slide-border:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-slide-border::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-slide-border::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-sale-color::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-sale-color::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-sale-color:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-sale-color::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-sale-color::placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:placeholder-hit-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hit-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hit-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hit-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-hit-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-new-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-new-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-new-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-new-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-new-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-fb-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-vk-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-hover-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-hover-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-hover-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-hover-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-hover-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-active-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-active-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-active-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-active-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-insta-active-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-dc::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-dc::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-dc:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-dc::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-dc::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-cd::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-cd::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-cd:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-cd::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-cd::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-e7::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-e7::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-e7:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-e7::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-gray-e7::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-check-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-check-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-check-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-check-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-check-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-docx-color::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-docx-color::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-docx-color:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-docx-color::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-docx-color::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-black::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-black::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-black:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-black::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-dark-black::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-light::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-light::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-light:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-light::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-green-light::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-webkit-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-moz-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus:-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::-ms-input-placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-transparent:focus::placeholder{
    color: transparent !important;
  }

  .xxl\:focus\:placeholder-current:focus::-webkit-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::-moz-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus:-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::-ms-input-placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-current:focus::placeholder{
    color: currentColor !important;
  }

  .xxl\:focus\:placeholder-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-white:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-red:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-orange-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-yellow-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-teal-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-blue-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-indigo-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-purple-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-200:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-300:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-400:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-500:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-600:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-700:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-800:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-pink-900:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-primary-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-primary-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-primary-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-primary-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-primary-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-primary-hover-color:focus::-webkit-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:placeholder-primary-hover-color:focus::-moz-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:placeholder-primary-hover-color:focus:-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:placeholder-primary-hover-color:focus::-ms-input-placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:placeholder-primary-hover-color:focus::placeholder{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:placeholder-gray-body:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-body:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-body:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-body:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-body:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-333:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-333:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-333:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-333:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-333:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-666:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-666:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-666:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-666:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-666:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-888:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-888:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-888:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-888:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-888:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-999:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-999:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-999:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-999:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-999:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-icon:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-icon:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-icon:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-icon:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-icon:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-features:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-features:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-features:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-features:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-features:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-slide-border:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-slide-border:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-slide-border:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-slide-border:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-slide-border:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-sale-color:focus::-webkit-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-sale-color:focus::-moz-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-sale-color:focus:-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-sale-color:focus::-ms-input-placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-sale-color:focus::placeholder{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:placeholder-hit-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hit-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hit-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hit-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-hit-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-new-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-new-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-new-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-new-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-new-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-fb-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-vk-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-hover-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-hover-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-hover-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-hover-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-hover-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-active-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-active-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-active-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-active-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-insta-active-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-dc:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-dc:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-dc:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-dc:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-dc:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-cd:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-cd:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-cd:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-cd:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-cd:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-e7:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-e7:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-e7:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-e7:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-gray-e7:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-check-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-check-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-check-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-check-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-check-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-docx-color:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-docx-color:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-docx-color:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-docx-color:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-docx-color:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-black:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-black:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-black:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-black:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-dark-black:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-light:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-light:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-light:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-light:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:focus\:placeholder-green-light:focus::placeholder{
    --placeholder-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--placeholder-opacity)) !important;
  }

  .xxl\:placeholder-opacity-0::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-0::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:placeholder-opacity-25::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-25::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:placeholder-opacity-50::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-50::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:placeholder-opacity-75::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-75::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:placeholder-opacity-100::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:placeholder-opacity-100::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-moz-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus:-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::-ms-input-placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-0:focus::placeholder{
    --placeholder-opacity: 0 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-moz-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-25:focus::placeholder{
    --placeholder-opacity: 0.25 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-moz-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-50:focus::placeholder{
    --placeholder-opacity: 0.5 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-webkit-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-moz-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus:-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::-ms-input-placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-75:focus::placeholder{
    --placeholder-opacity: 0.75 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-webkit-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-moz-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus:-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::-ms-input-placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:focus\:placeholder-opacity-100:focus::placeholder{
    --placeholder-opacity: 1 !important;
  }

  .xxl\:pointer-events-none{
    pointer-events: none !important;
  }

  .xxl\:pointer-events-auto{
    pointer-events: auto !important;
  }

  .xxl\:static{
    position: static !important;
  }

  .xxl\:fixed{
    position: fixed !important;
  }

  .xxl\:absolute{
    position: absolute !important;
  }

  .xxl\:relative{
    position: relative !important;
  }

  .xxl\:sticky{
    position: sticky !important;
  }

  .xxl\:inset-0{
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-auto{
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
  }

  .xxl\:inset-1\/2{
    top: 50% !important;
    right: 50% !important;
    bottom: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-100\%{
    top: 100% !important;
    right: 100% !important;
    bottom: 100% !important;
    left: 100% !important;
  }

  .xxl\:inset-px{
    top: 1px !important;
    right: 1px !important;
    bottom: 1px !important;
    left: 1px !important;
  }

  .xxl\:inset-2px{
    top: 2px !important;
    right: 2px !important;
    bottom: 2px !important;
    left: 2px !important;
  }

  .xxl\:inset-4px{
    top: 4px !important;
    right: 4px !important;
    bottom: 4px !important;
    left: 4px !important;
  }

  .xxl\:inset-10px{
    top: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    left: 10px !important;
  }

  .xxl\:inset-y-0{
    top: 0 !important;
    bottom: 0 !important;
  }

  .xxl\:inset-x-0{
    right: 0 !important;
    left: 0 !important;
  }

  .xxl\:inset-y-auto{
    top: auto !important;
    bottom: auto !important;
  }

  .xxl\:inset-x-auto{
    right: auto !important;
    left: auto !important;
  }

  .xxl\:inset-y-1\/2{
    top: 50% !important;
    bottom: 50% !important;
  }

  .xxl\:inset-x-1\/2{
    right: 50% !important;
    left: 50% !important;
  }

  .xxl\:inset-y-100\%{
    top: 100% !important;
    bottom: 100% !important;
  }

  .xxl\:inset-x-100\%{
    right: 100% !important;
    left: 100% !important;
  }

  .xxl\:inset-y-px{
    top: 1px !important;
    bottom: 1px !important;
  }

  .xxl\:inset-x-px{
    right: 1px !important;
    left: 1px !important;
  }

  .xxl\:inset-y-2px{
    top: 2px !important;
    bottom: 2px !important;
  }

  .xxl\:inset-x-2px{
    right: 2px !important;
    left: 2px !important;
  }

  .xxl\:inset-y-4px{
    top: 4px !important;
    bottom: 4px !important;
  }

  .xxl\:inset-x-4px{
    right: 4px !important;
    left: 4px !important;
  }

  .xxl\:inset-y-10px{
    top: 10px !important;
    bottom: 10px !important;
  }

  .xxl\:inset-x-10px{
    right: 10px !important;
    left: 10px !important;
  }

  .xxl\:top-0{
    top: 0 !important;
  }

  .xxl\:right-0{
    right: 0 !important;
  }

  .xxl\:bottom-0{
    bottom: 0 !important;
  }

  .xxl\:left-0{
    left: 0 !important;
  }

  .xxl\:top-auto{
    top: auto !important;
  }

  .xxl\:right-auto{
    right: auto !important;
  }

  .xxl\:bottom-auto{
    bottom: auto !important;
  }

  .xxl\:left-auto{
    left: auto !important;
  }

  .xxl\:top-1\/2{
    top: 50% !important;
  }

  .xxl\:right-1\/2{
    right: 50% !important;
  }

  .xxl\:bottom-1\/2{
    bottom: 50% !important;
  }

  .xxl\:left-1\/2{
    left: 50% !important;
  }

  .xxl\:top-100\%{
    top: 100% !important;
  }

  .xxl\:right-100\%{
    right: 100% !important;
  }

  .xxl\:bottom-100\%{
    bottom: 100% !important;
  }

  .xxl\:left-100\%{
    left: 100% !important;
  }

  .xxl\:top-px{
    top: 1px !important;
  }

  .xxl\:right-px{
    right: 1px !important;
  }

  .xxl\:bottom-px{
    bottom: 1px !important;
  }

  .xxl\:left-px{
    left: 1px !important;
  }

  .xxl\:top-2px{
    top: 2px !important;
  }

  .xxl\:right-2px{
    right: 2px !important;
  }

  .xxl\:bottom-2px{
    bottom: 2px !important;
  }

  .xxl\:left-2px{
    left: 2px !important;
  }

  .xxl\:top-4px{
    top: 4px !important;
  }

  .xxl\:right-4px{
    right: 4px !important;
  }

  .xxl\:bottom-4px{
    bottom: 4px !important;
  }

  .xxl\:left-4px{
    left: 4px !important;
  }

  .xxl\:top-10px{
    top: 10px !important;
  }

  .xxl\:right-10px{
    right: 10px !important;
  }

  .xxl\:bottom-10px{
    bottom: 10px !important;
  }

  .xxl\:left-10px{
    left: 10px !important;
  }

  .xxl\:resize-none{
    resize: none !important;
  }

  .xxl\:resize-y{
    resize: vertical !important;
  }

  .xxl\:resize-x{
    resize: horizontal !important;
  }

  .xxl\:resize{
    resize: both !important;
  }

  .xxl\:shadow-xs{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-sm{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-md{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-lg{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:shadow-xl{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:shadow-2xl{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:shadow-inner{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:shadow-outline{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:shadow-none{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxl\:shadow-btn-hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxl\:shadow-hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:shadow-filter{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxl\:shadow-menu{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxl\:hover\:shadow-xs:hover{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-sm:hover{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow:hover{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-md:hover{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-lg:hover{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:hover\:shadow-xl:hover{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:hover\:shadow-2xl:hover{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:hover\:shadow-inner:hover{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:hover\:shadow-outline:hover{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:hover\:shadow-none:hover{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxl\:hover\:shadow-btn-hover:hover{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxl\:hover\:shadow-hover:hover{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:hover\:shadow-filter:hover{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxl\:hover\:shadow-menu:hover{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxl\:focus\:shadow-xs:focus{
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-sm:focus{
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow:focus{
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-md:focus{
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-lg:focus{
    -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  }

  .xxl\:focus\:shadow-xl:focus{
    -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  }

  .xxl\:focus\:shadow-2xl:focus{
    -webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:focus\:shadow-inner:focus{
    -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06) !important;
  }

  .xxl\:focus\:shadow-outline:focus{
    -webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5) !important;
  }

  .xxl\:focus\:shadow-none:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .xxl\:focus\:shadow-btn-hover:focus{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) !important;
  }

  .xxl\:focus\:shadow-hover:focus{
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25) !important;
  }

  .xxl\:focus\:shadow-filter:focus{
    -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16) !important;
  }

  .xxl\:focus\:shadow-menu:focus{
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }

  .xxl\:fill-current{
    fill: currentColor !important;
  }

  .xxl\:fill-primary-color{
    fill: var(--primary-color) !important;
  }

  .xxl\:fill-primary-hover-color{
    fill: var(--hover-color) !important;
  }

  .xxl\:fill-ordinary{
    fill: #333333 !important;
  }

  .xxl\:fill-no-active{
    fill: #888888 !important;
  }

  .xxl\:fill-white{
    fill: #ffffff !important;
  }

  .xxl\:stroke-current{
    stroke: currentColor !important;
  }

  .xxl\:stroke-primary-color{
    stroke: var(--primary-color) !important;
  }

  .xxl\:stroke-primary-hover-color{
    stroke: var(--hover-color) !important;
  }

  .xxl\:stroke-0{
    stroke-width: 0 !important;
  }

  .xxl\:stroke-1{
    stroke-width: 1 !important;
  }

  .xxl\:stroke-2{
    stroke-width: 2 !important;
  }

  .xxl\:stroke-12{
    stroke-width: 12 !important;
  }

  .xxl\:stroke-20{
    stroke-width: 20 !important;
  }

  .xxl\:table-auto{
    table-layout: auto !important;
  }

  .xxl\:table-fixed{
    table-layout: fixed !important;
  }

  .xxl\:text-left{
    text-align: left !important;
  }

  .xxl\:text-center{
    text-align: center !important;
  }

  .xxl\:text-right{
    text-align: right !important;
  }

  .xxl\:text-justify{
    text-align: justify !important;
  }

  .xxl\:text-transparent{
    color: transparent !important;
  }

  .xxl\:text-current{
    color: currentColor !important;
  }

  .xxl\:text-black{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:text-white{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-100{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-200{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-300{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-400{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-500{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-600{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-700{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-800{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-900{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:text-red{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-100{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-200{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-300{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-400{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-500{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-600{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-700{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-800{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:text-orange-900{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-100{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-200{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-300{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-400{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-500{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-600{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-700{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-800{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:text-yellow-900{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:text-green-100{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-green-200{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:text-green-300{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:text-green-400{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:text-green-500{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:text-green-600{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:text-green-700{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:text-green-800{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:text-green-900{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-100{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-200{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-300{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-400{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-500{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-600{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-700{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-800{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:text-teal-900{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-100{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-200{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-300{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-400{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-500{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-600{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-700{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-800{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:text-blue-900{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-100{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-200{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-300{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-400{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-500{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-600{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-700{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-800{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:text-indigo-900{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-100{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-200{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-300{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-400{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-500{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-600{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-700{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-800{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:text-purple-900{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-100{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-200{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-300{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-400{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-500{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-600{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-700{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-800{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:text-pink-900{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:text-primary-color{
    color: var(--primary-color) !important;
  }

  .xxl\:text-primary-hover-color{
    color: var(--hover-color) !important;
  }

  .xxl\:text-gray-body{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-light{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-333{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-666{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-888{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-999{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-icon{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-features{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:text-slide-border{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxl\:text-sale-color{
    color: var(--primary-color) !important;
  }

  .xxl\:text-hit-color{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxl\:text-new-color{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxl\:text-fb-hover-color{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxl\:text-fb-active-color{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxl\:text-vk-hover-color{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxl\:text-vk-active-color{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxl\:text-insta-hover-color{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxl\:text-insta-active-color{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-dc{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-cd{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxl\:text-gray-e7{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxl\:text-check-color{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxl\:text-docx-color{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxl\:text-dark-black{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxl\:text-green-light{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-transparent:hover{
    color: transparent !important;
  }

  .xxl\:hover\:text-current:hover{
    color: currentColor !important;
  }

  .xxl\:hover\:text-black:hover{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-white:hover{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-100:hover{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-200:hover{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-300:hover{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-400:hover{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-500:hover{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-600:hover{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-700:hover{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-800:hover{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-900:hover{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-red:hover{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-100:hover{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-200:hover{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-300:hover{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-400:hover{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-500:hover{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-600:hover{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-700:hover{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-800:hover{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-orange-900:hover{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-100:hover{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-200:hover{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-300:hover{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-400:hover{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-500:hover{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-600:hover{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-700:hover{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-800:hover{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-yellow-900:hover{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-100:hover{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-200:hover{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-300:hover{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-400:hover{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-500:hover{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-600:hover{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-700:hover{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-800:hover{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-900:hover{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-100:hover{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-200:hover{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-300:hover{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-400:hover{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-500:hover{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-600:hover{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-700:hover{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-800:hover{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-teal-900:hover{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-100:hover{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-200:hover{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-300:hover{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-400:hover{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-500:hover{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-600:hover{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-700:hover{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-800:hover{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-blue-900:hover{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-100:hover{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-200:hover{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-300:hover{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-400:hover{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-500:hover{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-600:hover{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-700:hover{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-800:hover{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-indigo-900:hover{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-100:hover{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-200:hover{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-300:hover{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-400:hover{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-500:hover{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-600:hover{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-700:hover{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-800:hover{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-purple-900:hover{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-100:hover{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-200:hover{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-300:hover{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-400:hover{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-500:hover{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-600:hover{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-700:hover{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-800:hover{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-pink-900:hover{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-primary-color:hover{
    color: var(--primary-color) !important;
  }

  .xxl\:hover\:text-primary-hover-color:hover{
    color: var(--hover-color) !important;
  }

  .xxl\:hover\:text-gray-body:hover{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-light:hover{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-333:hover{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-666:hover{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-888:hover{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-999:hover{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-icon:hover{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-features:hover{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-slide-border:hover{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-sale-color:hover{
    color: var(--primary-color) !important;
  }

  .xxl\:hover\:text-hit-color:hover{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-new-color:hover{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-fb-hover-color:hover{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-fb-active-color:hover{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-vk-hover-color:hover{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-vk-active-color:hover{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-insta-hover-color:hover{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-insta-active-color:hover{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-dc:hover{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-cd:hover{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-gray-e7:hover{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-check-color:hover{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-docx-color:hover{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-dark-black:hover{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxl\:hover\:text-green-light:hover{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-transparent:focus{
    color: transparent !important;
  }

  .xxl\:focus\:text-current:focus{
    color: currentColor !important;
  }

  .xxl\:focus\:text-black:focus{
    --text-opacity: 1 !important;
    color: #000 !important;
    color: rgba(0, 0, 0, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-white:focus{
    --text-opacity: 1 !important;
    color: #fff !important;
    color: rgba(255, 255, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-100:focus{
    --text-opacity: 1 !important;
    color: #f7fafc !important;
    color: rgba(247, 250, 252, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-200:focus{
    --text-opacity: 1 !important;
    color: #edf2f7 !important;
    color: rgba(237, 242, 247, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-300:focus{
    --text-opacity: 1 !important;
    color: #e2e8f0 !important;
    color: rgba(226, 232, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-400:focus{
    --text-opacity: 1 !important;
    color: #cbd5e0 !important;
    color: rgba(203, 213, 224, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-500:focus{
    --text-opacity: 1 !important;
    color: #a0aec0 !important;
    color: rgba(160, 174, 192, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-600:focus{
    --text-opacity: 1 !important;
    color: #718096 !important;
    color: rgba(113, 128, 150, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-700:focus{
    --text-opacity: 1 !important;
    color: #4a5568 !important;
    color: rgba(74, 85, 104, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-800:focus{
    --text-opacity: 1 !important;
    color: #2d3748 !important;
    color: rgba(45, 55, 72, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-900:focus{
    --text-opacity: 1 !important;
    color: #1a202c !important;
    color: rgba(26, 32, 44, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-red:focus{
    --text-opacity: 1 !important;
    color: #cc0a0a !important;
    color: rgba(204, 10, 10, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-100:focus{
    --text-opacity: 1 !important;
    color: #fffaf0 !important;
    color: rgba(255, 250, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-200:focus{
    --text-opacity: 1 !important;
    color: #feebc8 !important;
    color: rgba(254, 235, 200, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-300:focus{
    --text-opacity: 1 !important;
    color: #fbd38d !important;
    color: rgba(251, 211, 141, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-400:focus{
    --text-opacity: 1 !important;
    color: #f6ad55 !important;
    color: rgba(246, 173, 85, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-500:focus{
    --text-opacity: 1 !important;
    color: #ed8936 !important;
    color: rgba(237, 137, 54, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-600:focus{
    --text-opacity: 1 !important;
    color: #dd6b20 !important;
    color: rgba(221, 107, 32, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-700:focus{
    --text-opacity: 1 !important;
    color: #c05621 !important;
    color: rgba(192, 86, 33, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-800:focus{
    --text-opacity: 1 !important;
    color: #9c4221 !important;
    color: rgba(156, 66, 33, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-orange-900:focus{
    --text-opacity: 1 !important;
    color: #7b341e !important;
    color: rgba(123, 52, 30, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-100:focus{
    --text-opacity: 1 !important;
    color: #fffff0 !important;
    color: rgba(255, 255, 240, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-200:focus{
    --text-opacity: 1 !important;
    color: #fefcbf !important;
    color: rgba(254, 252, 191, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-300:focus{
    --text-opacity: 1 !important;
    color: #faf089 !important;
    color: rgba(250, 240, 137, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-400:focus{
    --text-opacity: 1 !important;
    color: #f6e05e !important;
    color: rgba(246, 224, 94, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-500:focus{
    --text-opacity: 1 !important;
    color: #ecc94b !important;
    color: rgba(236, 201, 75, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-600:focus{
    --text-opacity: 1 !important;
    color: #d69e2e !important;
    color: rgba(214, 158, 46, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-700:focus{
    --text-opacity: 1 !important;
    color: #b7791f !important;
    color: rgba(183, 121, 31, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-800:focus{
    --text-opacity: 1 !important;
    color: #975a16 !important;
    color: rgba(151, 90, 22, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-yellow-900:focus{
    --text-opacity: 1 !important;
    color: #744210 !important;
    color: rgba(116, 66, 16, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-100:focus{
    --text-opacity: 1 !important;
    color: #f0fff4 !important;
    color: rgba(240, 255, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-200:focus{
    --text-opacity: 1 !important;
    color: #c6f6d5 !important;
    color: rgba(198, 246, 213, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-300:focus{
    --text-opacity: 1 !important;
    color: #9ae6b4 !important;
    color: rgba(154, 230, 180, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-400:focus{
    --text-opacity: 1 !important;
    color: #68d391 !important;
    color: rgba(104, 211, 145, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-500:focus{
    --text-opacity: 1 !important;
    color: #48bb78 !important;
    color: rgba(72, 187, 120, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-600:focus{
    --text-opacity: 1 !important;
    color: #38a169 !important;
    color: rgba(56, 161, 105, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-700:focus{
    --text-opacity: 1 !important;
    color: #2f855a !important;
    color: rgba(47, 133, 90, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-800:focus{
    --text-opacity: 1 !important;
    color: #276749 !important;
    color: rgba(39, 103, 73, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-900:focus{
    --text-opacity: 1 !important;
    color: #22543d !important;
    color: rgba(34, 84, 61, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-100:focus{
    --text-opacity: 1 !important;
    color: #e6fffa !important;
    color: rgba(230, 255, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-200:focus{
    --text-opacity: 1 !important;
    color: #b2f5ea !important;
    color: rgba(178, 245, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-300:focus{
    --text-opacity: 1 !important;
    color: #81e6d9 !important;
    color: rgba(129, 230, 217, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-400:focus{
    --text-opacity: 1 !important;
    color: #4fd1c5 !important;
    color: rgba(79, 209, 197, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-500:focus{
    --text-opacity: 1 !important;
    color: #38b2ac !important;
    color: rgba(56, 178, 172, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-600:focus{
    --text-opacity: 1 !important;
    color: #319795 !important;
    color: rgba(49, 151, 149, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-700:focus{
    --text-opacity: 1 !important;
    color: #2c7a7b !important;
    color: rgba(44, 122, 123, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-800:focus{
    --text-opacity: 1 !important;
    color: #285e61 !important;
    color: rgba(40, 94, 97, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-teal-900:focus{
    --text-opacity: 1 !important;
    color: #234e52 !important;
    color: rgba(35, 78, 82, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-100:focus{
    --text-opacity: 1 !important;
    color: #ebf8ff !important;
    color: rgba(235, 248, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-200:focus{
    --text-opacity: 1 !important;
    color: #bee3f8 !important;
    color: rgba(190, 227, 248, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-300:focus{
    --text-opacity: 1 !important;
    color: #90cdf4 !important;
    color: rgba(144, 205, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-400:focus{
    --text-opacity: 1 !important;
    color: #63b3ed !important;
    color: rgba(99, 179, 237, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-500:focus{
    --text-opacity: 1 !important;
    color: #4299e1 !important;
    color: rgba(66, 153, 225, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-600:focus{
    --text-opacity: 1 !important;
    color: #3182ce !important;
    color: rgba(49, 130, 206, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-700:focus{
    --text-opacity: 1 !important;
    color: #2b6cb0 !important;
    color: rgba(43, 108, 176, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-800:focus{
    --text-opacity: 1 !important;
    color: #2c5282 !important;
    color: rgba(44, 82, 130, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-blue-900:focus{
    --text-opacity: 1 !important;
    color: #2a4365 !important;
    color: rgba(42, 67, 101, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-100:focus{
    --text-opacity: 1 !important;
    color: #ebf4ff !important;
    color: rgba(235, 244, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-200:focus{
    --text-opacity: 1 !important;
    color: #c3dafe !important;
    color: rgba(195, 218, 254, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-300:focus{
    --text-opacity: 1 !important;
    color: #a3bffa !important;
    color: rgba(163, 191, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-400:focus{
    --text-opacity: 1 !important;
    color: #7f9cf5 !important;
    color: rgba(127, 156, 245, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-500:focus{
    --text-opacity: 1 !important;
    color: #667eea !important;
    color: rgba(102, 126, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-600:focus{
    --text-opacity: 1 !important;
    color: #5a67d8 !important;
    color: rgba(90, 103, 216, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-700:focus{
    --text-opacity: 1 !important;
    color: #4c51bf !important;
    color: rgba(76, 81, 191, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-800:focus{
    --text-opacity: 1 !important;
    color: #434190 !important;
    color: rgba(67, 65, 144, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-indigo-900:focus{
    --text-opacity: 1 !important;
    color: #3c366b !important;
    color: rgba(60, 54, 107, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-100:focus{
    --text-opacity: 1 !important;
    color: #faf5ff !important;
    color: rgba(250, 245, 255, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-200:focus{
    --text-opacity: 1 !important;
    color: #e9d8fd !important;
    color: rgba(233, 216, 253, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-300:focus{
    --text-opacity: 1 !important;
    color: #d6bcfa !important;
    color: rgba(214, 188, 250, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-400:focus{
    --text-opacity: 1 !important;
    color: #b794f4 !important;
    color: rgba(183, 148, 244, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-500:focus{
    --text-opacity: 1 !important;
    color: #9f7aea !important;
    color: rgba(159, 122, 234, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-600:focus{
    --text-opacity: 1 !important;
    color: #805ad5 !important;
    color: rgba(128, 90, 213, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-700:focus{
    --text-opacity: 1 !important;
    color: #6b46c1 !important;
    color: rgba(107, 70, 193, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-800:focus{
    --text-opacity: 1 !important;
    color: #553c9a !important;
    color: rgba(85, 60, 154, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-purple-900:focus{
    --text-opacity: 1 !important;
    color: #44337a !important;
    color: rgba(68, 51, 122, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-100:focus{
    --text-opacity: 1 !important;
    color: #fff5f7 !important;
    color: rgba(255, 245, 247, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-200:focus{
    --text-opacity: 1 !important;
    color: #fed7e2 !important;
    color: rgba(254, 215, 226, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-300:focus{
    --text-opacity: 1 !important;
    color: #fbb6ce !important;
    color: rgba(251, 182, 206, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-400:focus{
    --text-opacity: 1 !important;
    color: #f687b3 !important;
    color: rgba(246, 135, 179, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-500:focus{
    --text-opacity: 1 !important;
    color: #ed64a6 !important;
    color: rgba(237, 100, 166, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-600:focus{
    --text-opacity: 1 !important;
    color: #d53f8c !important;
    color: rgba(213, 63, 140, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-700:focus{
    --text-opacity: 1 !important;
    color: #b83280 !important;
    color: rgba(184, 50, 128, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-800:focus{
    --text-opacity: 1 !important;
    color: #97266d !important;
    color: rgba(151, 38, 109, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-pink-900:focus{
    --text-opacity: 1 !important;
    color: #702459 !important;
    color: rgba(112, 36, 89, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-primary-color:focus{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:text-primary-hover-color:focus{
    color: var(--hover-color) !important;
  }

  .xxl\:focus\:text-gray-body:focus{
    --text-opacity: 1 !important;
    color: #f2f2f2 !important;
    color: rgba(242, 242, 242, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-light:focus{
    --text-opacity: 1 !important;
    color: #ccc !important;
    color: rgba(204, 204, 204, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-333:focus{
    --text-opacity: 1 !important;
    color: #333 !important;
    color: rgba(51, 51, 51, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-666:focus{
    --text-opacity: 1 !important;
    color: #666 !important;
    color: rgba(102, 102, 102, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-888:focus{
    --text-opacity: 1 !important;
    color: #888 !important;
    color: rgba(136, 136, 136, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-999:focus{
    --text-opacity: 1 !important;
    color: #999 !important;
    color: rgba(153, 153, 153, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-icon:focus{
    --text-opacity: 1 !important;
    color: #9a9a9a !important;
    color: rgba(154, 154, 154, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-features:focus{
    --text-opacity: 1 !important;
    color: #f5f5f5 !important;
    color: rgba(245, 245, 245, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-slide-border:focus{
    --text-opacity: 1 !important;
    color: #e1e1e1 !important;
    color: rgba(225, 225, 225, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-sale-color:focus{
    color: var(--primary-color) !important;
  }

  .xxl\:focus\:text-hit-color:focus{
    --text-opacity: 1 !important;
    color: #ff9900 !important;
    color: rgba(255, 153, 0, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-new-color:focus{
    --text-opacity: 1 !important;
    color: #0fa3c6 !important;
    color: rgba(15, 163, 198, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-fb-hover-color:focus{
    --text-opacity: 1 !important;
    color: #5959d8 !important;
    color: rgba(89, 89, 216, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-fb-active-color:focus{
    --text-opacity: 1 !important;
    color: #4040b3 !important;
    color: rgba(64, 64, 179, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-vk-hover-color:focus{
    --text-opacity: 1 !important;
    color: #628dd3 !important;
    color: rgba(98, 141, 211, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-vk-active-color:focus{
    --text-opacity: 1 !important;
    color: #3768b9 !important;
    color: rgba(55, 104, 185, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-insta-hover-color:focus{
    --text-opacity: 1 !important;
    color: #af35d2 !important;
    color: rgba(175, 53, 210, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-insta-active-color:focus{
    --text-opacity: 1 !important;
    color: #7e47b7 !important;
    color: rgba(126, 71, 183, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-dc:focus{
    --text-opacity: 1 !important;
    color: #dcdcdc !important;
    color: rgba(220, 220, 220, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-cd:focus{
    --text-opacity: 1 !important;
    color: #cdcdcd !important;
    color: rgba(205, 205, 205, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-gray-e7:focus{
    --text-opacity: 1 !important;
    color: #e7e7e7 !important;
    color: rgba(231, 231, 231, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-check-color:focus{
    --text-opacity: 1 !important;
    color: #ce3a12 !important;
    color: rgba(206, 58, 18, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-docx-color:focus{
    --text-opacity: 1 !important;
    color: #1789e9 !important;
    color: rgba(23, 137, 233, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-dark-black:focus{
    --text-opacity: 1 !important;
    color: #010101 !important;
    color: rgba(1, 1, 1, var(--text-opacity)) !important;
  }

  .xxl\:focus\:text-green-light:focus{
    --text-opacity: 1 !important;
    color: #3ab011 !important;
    color: rgba(58, 176, 17, var(--text-opacity)) !important;
  }

  .xxl\:text-opacity-0{
    --text-opacity: 0 !important;
  }

  .xxl\:text-opacity-25{
    --text-opacity: 0.25 !important;
  }

  .xxl\:text-opacity-50{
    --text-opacity: 0.5 !important;
  }

  .xxl\:text-opacity-75{
    --text-opacity: 0.75 !important;
  }

  .xxl\:text-opacity-100{
    --text-opacity: 1 !important;
  }

  .xxl\:hover\:text-opacity-0:hover{
    --text-opacity: 0 !important;
  }

  .xxl\:hover\:text-opacity-25:hover{
    --text-opacity: 0.25 !important;
  }

  .xxl\:hover\:text-opacity-50:hover{
    --text-opacity: 0.5 !important;
  }

  .xxl\:hover\:text-opacity-75:hover{
    --text-opacity: 0.75 !important;
  }

  .xxl\:hover\:text-opacity-100:hover{
    --text-opacity: 1 !important;
  }

  .xxl\:focus\:text-opacity-0:focus{
    --text-opacity: 0 !important;
  }

  .xxl\:focus\:text-opacity-25:focus{
    --text-opacity: 0.25 !important;
  }

  .xxl\:focus\:text-opacity-50:focus{
    --text-opacity: 0.5 !important;
  }

  .xxl\:focus\:text-opacity-75:focus{
    --text-opacity: 0.75 !important;
  }

  .xxl\:focus\:text-opacity-100:focus{
    --text-opacity: 1 !important;
  }

  .xxl\:italic{
    font-style: italic !important;
  }

  .xxl\:not-italic{
    font-style: normal !important;
  }

  .xxl\:uppercase{
    text-transform: uppercase !important;
  }

  .xxl\:lowercase{
    text-transform: lowercase !important;
  }

  .xxl\:capitalize{
    text-transform: capitalize !important;
  }

  .xxl\:normal-case{
    text-transform: none !important;
  }

  .xxl\:underline{
    text-decoration: underline !important;
  }

  .xxl\:line-through{
    text-decoration: line-through !important;
  }

  .xxl\:no-underline{
    text-decoration: none !important;
  }

  .xxl\:hover\:underline:hover{
    text-decoration: underline !important;
  }

  .xxl\:hover\:line-through:hover{
    text-decoration: line-through !important;
  }

  .xxl\:hover\:no-underline:hover{
    text-decoration: none !important;
  }

  .xxl\:focus\:underline:focus{
    text-decoration: underline !important;
  }

  .xxl\:focus\:line-through:focus{
    text-decoration: line-through !important;
  }

  .xxl\:focus\:no-underline:focus{
    text-decoration: none !important;
  }

  .xxl\:antialiased{
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
  }

  .xxl\:subpixel-antialiased{
    -webkit-font-smoothing: auto !important;
    -moz-osx-font-smoothing: auto !important;
  }

  .xxl\:ordinal, .xxl\:slashed-zero, .xxl\:lining-nums, .xxl\:oldstyle-nums, .xxl\:proportional-nums, .xxl\:tabular-nums, .xxl\:diagonal-fractions, .xxl\:stacked-fractions{
    --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/) !important;
    --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/) !important;
    font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction) !important;
  }

  .xxl\:normal-nums{
    font-variant-numeric: normal !important;
  }

  .xxl\:ordinal{
    --font-variant-numeric-ordinal: ordinal !important;
  }

  .xxl\:slashed-zero{
    --font-variant-numeric-slashed-zero: slashed-zero !important;
  }

  .xxl\:lining-nums{
    --font-variant-numeric-figure: lining-nums !important;
  }

  .xxl\:oldstyle-nums{
    --font-variant-numeric-figure: oldstyle-nums !important;
  }

  .xxl\:proportional-nums{
    --font-variant-numeric-spacing: proportional-nums !important;
  }

  .xxl\:tabular-nums{
    --font-variant-numeric-spacing: tabular-nums !important;
  }

  .xxl\:diagonal-fractions{
    --font-variant-numeric-fraction: diagonal-fractions !important;
  }

  .xxl\:stacked-fractions{
    --font-variant-numeric-fraction: stacked-fractions !important;
  }

  .xxl\:tracking-tighter{
    letter-spacing: -0.05em !important;
  }

  .xxl\:tracking-tight{
    letter-spacing: -0.025em !important;
  }

  .xxl\:tracking-normal{
    letter-spacing: 0 !important;
  }

  .xxl\:tracking-wide{
    letter-spacing: 0.025em !important;
  }

  .xxl\:tracking-wider{
    letter-spacing: 0.05em !important;
  }

  .xxl\:tracking-widest{
    letter-spacing: 0.1em !important;
  }

  .xxl\:select-none{
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
  }

  .xxl\:select-text{
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
  }

  .xxl\:select-all{
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
  }

  .xxl\:select-auto{
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
  }

  .xxl\:align-baseline{
    vertical-align: baseline !important;
  }

  .xxl\:align-top{
    vertical-align: top !important;
  }

  .xxl\:align-middle{
    vertical-align: middle !important;
  }

  .xxl\:align-bottom{
    vertical-align: bottom !important;
  }

  .xxl\:align-text-top{
    vertical-align: text-top !important;
  }

  .xxl\:align-text-bottom{
    vertical-align: text-bottom !important;
  }

  .xxl\:visible{
    visibility: visible !important;
  }

  .xxl\:invisible{
    visibility: hidden !important;
  }

  .xxl\:whitespace-normal{
    white-space: normal !important;
  }

  .xxl\:whitespace-no-wrap{
    white-space: nowrap !important;
  }

  .xxl\:whitespace-pre{
    white-space: pre !important;
  }

  .xxl\:whitespace-pre-line{
    white-space: pre-line !important;
  }

  .xxl\:whitespace-pre-wrap{
    white-space: pre-wrap !important;
  }

  .xxl\:break-normal{
    word-wrap: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .xxl\:break-words{
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .xxl\:break-all{
    word-break: break-all !important;
  }

  .xxl\:truncate{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .xxl\:w-0{
    width: 0 !important;
  }

  .xxl\:w-1{
    width: 0.25rem !important;
  }

  .xxl\:w-2{
    width: 0.5rem !important;
  }

  .xxl\:w-3{
    width: 0.75rem !important;
  }

  .xxl\:w-4{
    width: 1rem !important;
  }

  .xxl\:w-5{
    width: 1.25rem !important;
  }

  .xxl\:w-6{
    width: 1.5rem !important;
  }

  .xxl\:w-8{
    width: 2rem !important;
  }

  .xxl\:w-10{
    width: 2.5rem !important;
  }

  .xxl\:w-12{
    width: 3rem !important;
  }

  .xxl\:w-16{
    width: 4rem !important;
  }

  .xxl\:w-20{
    width: 5rem !important;
  }

  .xxl\:w-24{
    width: 6rem !important;
  }

  .xxl\:w-28{
    width: 7rem !important;
  }

  .xxl\:w-32{
    width: 8rem !important;
  }

  .xxl\:w-40{
    width: 10rem !important;
  }

  .xxl\:w-48{
    width: 12rem !important;
  }

  .xxl\:w-56{
    width: 14rem !important;
  }

  .xxl\:w-64{
    width: 16rem !important;
  }

  .xxl\:w-auto{
    width: auto !important;
  }

  .xxl\:w-px{
    width: 1px !important;
  }

  .xxl\:w-2px{
    width: 2px !important;
  }

  .xxl\:w-3px{
    width: 3px !important;
  }

  .xxl\:w-5px{
    width: 5px !important;
  }

  .xxl\:w-10px{
    width: 10px !important;
  }

  .xxl\:w-15px{
    width: 15px !important;
  }

  .xxl\:w-20px{
    width: 20px !important;
  }

  .xxl\:w-25px{
    width: 25px !important;
  }

  .xxl\:w-30px{
    width: 30px !important;
  }

  .xxl\:w-36px{
    width: 36px !important;
  }

  .xxl\:w-50px{
    width: 50px !important;
  }

  .xxl\:w-60px{
    width: 60px !important;
  }

  .xxl\:w-120px{
    width: 120px !important;
  }

  .xxl\:w-1\/2{
    width: 50% !important;
  }

  .xxl\:w-1\/3{
    width: 33.333333% !important;
  }

  .xxl\:w-2\/3{
    width: 66.666667% !important;
  }

  .xxl\:w-1\/4{
    width: 25% !important;
  }

  .xxl\:w-2\/4{
    width: 50% !important;
  }

  .xxl\:w-3\/4{
    width: 75% !important;
  }

  .xxl\:w-1\/5{
    width: 20% !important;
  }

  .xxl\:w-2\/5{
    width: 40% !important;
  }

  .xxl\:w-3\/5{
    width: 60% !important;
  }

  .xxl\:w-4\/5{
    width: 80% !important;
  }

  .xxl\:w-1\/6{
    width: 16.666667% !important;
  }

  .xxl\:w-2\/6{
    width: 33.333333% !important;
  }

  .xxl\:w-3\/6{
    width: 50% !important;
  }

  .xxl\:w-4\/6{
    width: 66.666667% !important;
  }

  .xxl\:w-5\/6{
    width: 83.333333% !important;
  }

  .xxl\:w-1\/12{
    width: 8.333333% !important;
  }

  .xxl\:w-2\/12{
    width: 16.666667% !important;
  }

  .xxl\:w-3\/12{
    width: 25% !important;
  }

  .xxl\:w-4\/12{
    width: 33.333333% !important;
  }

  .xxl\:w-5\/12{
    width: 41.666667% !important;
  }

  .xxl\:w-6\/12{
    width: 50% !important;
  }

  .xxl\:w-7\/12{
    width: 58.333333% !important;
  }

  .xxl\:w-8\/12{
    width: 66.666667% !important;
  }

  .xxl\:w-9\/12{
    width: 75% !important;
  }

  .xxl\:w-10\/12{
    width: 83.333333% !important;
  }

  .xxl\:w-11\/12{
    width: 91.666667% !important;
  }

  .xxl\:w-full{
    width: 100% !important;
  }

  .xxl\:w-screen{
    width: 100vw !important;
  }

  .xxl\:z-0{
    z-index: 0 !important;
  }

  .xxl\:z-3{
    z-index: 3 !important;
  }

  .xxl\:z-10{
    z-index: 10 !important;
  }

  .xxl\:z-15{
    z-index: 15 !important;
  }

  .xxl\:z-20{
    z-index: 20 !important;
  }

  .xxl\:z-30{
    z-index: 30 !important;
  }

  .xxl\:z-40{
    z-index: 40 !important;
  }

  .xxl\:z-50{
    z-index: 50 !important;
  }

  .xxl\:z-auto{
    z-index: auto !important;
  }

  .xxl\:gap-0{
    grid-gap: 0 !important;
    gap: 0 !important;
  }

  .xxl\:gap-1{
    grid-gap: 0.25rem !important;
    gap: 0.25rem !important;
  }

  .xxl\:gap-2{
    grid-gap: 0.5rem !important;
    gap: 0.5rem !important;
  }

  .xxl\:gap-3{
    grid-gap: 0.75rem !important;
    gap: 0.75rem !important;
  }

  .xxl\:gap-4{
    grid-gap: 1rem !important;
    gap: 1rem !important;
  }

  .xxl\:gap-5{
    grid-gap: 1.25rem !important;
    gap: 1.25rem !important;
  }

  .xxl\:gap-6{
    grid-gap: 1.5rem !important;
    gap: 1.5rem !important;
  }

  .xxl\:gap-8{
    grid-gap: 2rem !important;
    gap: 2rem !important;
  }

  .xxl\:gap-10{
    grid-gap: 2.5rem !important;
    gap: 2.5rem !important;
  }

  .xxl\:gap-12{
    grid-gap: 3rem !important;
    gap: 3rem !important;
  }

  .xxl\:gap-16{
    grid-gap: 4rem !important;
    gap: 4rem !important;
  }

  .xxl\:gap-20{
    grid-gap: 5rem !important;
    gap: 5rem !important;
  }

  .xxl\:gap-24{
    grid-gap: 6rem !important;
    gap: 6rem !important;
  }

  .xxl\:gap-28{
    grid-gap: 7rem !important;
    gap: 7rem !important;
  }

  .xxl\:gap-32{
    grid-gap: 8rem !important;
    gap: 8rem !important;
  }

  .xxl\:gap-40{
    grid-gap: 10rem !important;
    gap: 10rem !important;
  }

  .xxl\:gap-48{
    grid-gap: 12rem !important;
    gap: 12rem !important;
  }

  .xxl\:gap-56{
    grid-gap: 14rem !important;
    gap: 14rem !important;
  }

  .xxl\:gap-64{
    grid-gap: 16rem !important;
    gap: 16rem !important;
  }

  .xxl\:gap-px{
    grid-gap: 1px !important;
    gap: 1px !important;
  }

  .xxl\:gap-2px{
    grid-gap: 2px !important;
    gap: 2px !important;
  }

  .xxl\:gap-3px{
    grid-gap: 3px !important;
    gap: 3px !important;
  }

  .xxl\:gap-5px{
    grid-gap: 5px !important;
    gap: 5px !important;
  }

  .xxl\:gap-10px{
    grid-gap: 10px !important;
    gap: 10px !important;
  }

  .xxl\:gap-15px{
    grid-gap: 15px !important;
    gap: 15px !important;
  }

  .xxl\:gap-20px{
    grid-gap: 20px !important;
    gap: 20px !important;
  }

  .xxl\:gap-25px{
    grid-gap: 25px !important;
    gap: 25px !important;
  }

  .xxl\:gap-30px{
    grid-gap: 30px !important;
    gap: 30px !important;
  }

  .xxl\:gap-36px{
    grid-gap: 36px !important;
    gap: 36px !important;
  }

  .xxl\:gap-50px{
    grid-gap: 50px !important;
    gap: 50px !important;
  }

  .xxl\:gap-60px{
    grid-gap: 60px !important;
    gap: 60px !important;
  }

  .xxl\:gap-120px{
    grid-gap: 120px !important;
    gap: 120px !important;
  }

  .xxl\:col-gap-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xxl\:col-gap-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xxl\:col-gap-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xxl\:col-gap-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xxl\:col-gap-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xxl\:col-gap-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xxl\:col-gap-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xxl\:col-gap-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xxl\:col-gap-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xxl\:col-gap-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xxl\:col-gap-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xxl\:col-gap-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xxl\:col-gap-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xxl\:col-gap-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xxl\:col-gap-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xxl\:col-gap-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xxl\:col-gap-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xxl\:col-gap-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xxl\:col-gap-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xxl\:col-gap-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xxl\:col-gap-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xxl\:col-gap-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xxl\:col-gap-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xxl\:col-gap-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xxl\:col-gap-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xxl\:col-gap-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xxl\:col-gap-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xxl\:col-gap-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xxl\:col-gap-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xxl\:col-gap-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xxl\:col-gap-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xxl\:col-gap-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xxl\:gap-x-0{
    grid-column-gap: 0 !important;
    -webkit-column-gap: 0 !important;
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }

  .xxl\:gap-x-1{
    grid-column-gap: 0.25rem !important;
    -webkit-column-gap: 0.25rem !important;
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }

  .xxl\:gap-x-2{
    grid-column-gap: 0.5rem !important;
    -webkit-column-gap: 0.5rem !important;
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }

  .xxl\:gap-x-3{
    grid-column-gap: 0.75rem !important;
    -webkit-column-gap: 0.75rem !important;
    -moz-column-gap: 0.75rem !important;
    column-gap: 0.75rem !important;
  }

  .xxl\:gap-x-4{
    grid-column-gap: 1rem !important;
    -webkit-column-gap: 1rem !important;
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }

  .xxl\:gap-x-5{
    grid-column-gap: 1.25rem !important;
    -webkit-column-gap: 1.25rem !important;
    -moz-column-gap: 1.25rem !important;
    column-gap: 1.25rem !important;
  }

  .xxl\:gap-x-6{
    grid-column-gap: 1.5rem !important;
    -webkit-column-gap: 1.5rem !important;
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }

  .xxl\:gap-x-8{
    grid-column-gap: 2rem !important;
    -webkit-column-gap: 2rem !important;
    -moz-column-gap: 2rem !important;
    column-gap: 2rem !important;
  }

  .xxl\:gap-x-10{
    grid-column-gap: 2.5rem !important;
    -webkit-column-gap: 2.5rem !important;
    -moz-column-gap: 2.5rem !important;
    column-gap: 2.5rem !important;
  }

  .xxl\:gap-x-12{
    grid-column-gap: 3rem !important;
    -webkit-column-gap: 3rem !important;
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }

  .xxl\:gap-x-16{
    grid-column-gap: 4rem !important;
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
  }

  .xxl\:gap-x-20{
    grid-column-gap: 5rem !important;
    -webkit-column-gap: 5rem !important;
    -moz-column-gap: 5rem !important;
    column-gap: 5rem !important;
  }

  .xxl\:gap-x-24{
    grid-column-gap: 6rem !important;
    -webkit-column-gap: 6rem !important;
    -moz-column-gap: 6rem !important;
    column-gap: 6rem !important;
  }

  .xxl\:gap-x-28{
    grid-column-gap: 7rem !important;
    -webkit-column-gap: 7rem !important;
    -moz-column-gap: 7rem !important;
    column-gap: 7rem !important;
  }

  .xxl\:gap-x-32{
    grid-column-gap: 8rem !important;
    -webkit-column-gap: 8rem !important;
    -moz-column-gap: 8rem !important;
    column-gap: 8rem !important;
  }

  .xxl\:gap-x-40{
    grid-column-gap: 10rem !important;
    -webkit-column-gap: 10rem !important;
    -moz-column-gap: 10rem !important;
    column-gap: 10rem !important;
  }

  .xxl\:gap-x-48{
    grid-column-gap: 12rem !important;
    -webkit-column-gap: 12rem !important;
    -moz-column-gap: 12rem !important;
    column-gap: 12rem !important;
  }

  .xxl\:gap-x-56{
    grid-column-gap: 14rem !important;
    -webkit-column-gap: 14rem !important;
    -moz-column-gap: 14rem !important;
    column-gap: 14rem !important;
  }

  .xxl\:gap-x-64{
    grid-column-gap: 16rem !important;
    -webkit-column-gap: 16rem !important;
    -moz-column-gap: 16rem !important;
    column-gap: 16rem !important;
  }

  .xxl\:gap-x-px{
    grid-column-gap: 1px !important;
    -webkit-column-gap: 1px !important;
    -moz-column-gap: 1px !important;
    column-gap: 1px !important;
  }

  .xxl\:gap-x-2px{
    grid-column-gap: 2px !important;
    -webkit-column-gap: 2px !important;
    -moz-column-gap: 2px !important;
    column-gap: 2px !important;
  }

  .xxl\:gap-x-3px{
    grid-column-gap: 3px !important;
    -webkit-column-gap: 3px !important;
    -moz-column-gap: 3px !important;
    column-gap: 3px !important;
  }

  .xxl\:gap-x-5px{
    grid-column-gap: 5px !important;
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }

  .xxl\:gap-x-10px{
    grid-column-gap: 10px !important;
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }

  .xxl\:gap-x-15px{
    grid-column-gap: 15px !important;
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }

  .xxl\:gap-x-20px{
    grid-column-gap: 20px !important;
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }

  .xxl\:gap-x-25px{
    grid-column-gap: 25px !important;
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }

  .xxl\:gap-x-30px{
    grid-column-gap: 30px !important;
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }

  .xxl\:gap-x-36px{
    grid-column-gap: 36px !important;
    -webkit-column-gap: 36px !important;
    -moz-column-gap: 36px !important;
    column-gap: 36px !important;
  }

  .xxl\:gap-x-50px{
    grid-column-gap: 50px !important;
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }

  .xxl\:gap-x-60px{
    grid-column-gap: 60px !important;
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }

  .xxl\:gap-x-120px{
    grid-column-gap: 120px !important;
    -webkit-column-gap: 120px !important;
    -moz-column-gap: 120px !important;
    column-gap: 120px !important;
  }

  .xxl\:row-gap-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxl\:row-gap-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxl\:row-gap-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxl\:row-gap-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxl\:row-gap-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxl\:row-gap-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxl\:row-gap-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxl\:row-gap-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxl\:row-gap-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxl\:row-gap-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxl\:row-gap-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxl\:row-gap-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxl\:row-gap-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:row-gap-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxl\:row-gap-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxl\:row-gap-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxl\:row-gap-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xxl\:row-gap-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxl\:row-gap-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxl\:row-gap-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxl\:row-gap-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxl\:row-gap-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xxl\:row-gap-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xxl\:row-gap-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xxl\:row-gap-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xxl\:row-gap-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxl\:row-gap-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xxl\:row-gap-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xxl\:row-gap-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxl\:row-gap-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xxl\:row-gap-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxl\:row-gap-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxl\:gap-y-0{
    grid-row-gap: 0 !important;
    row-gap: 0 !important;
  }

  .xxl\:gap-y-1{
    grid-row-gap: 0.25rem !important;
    row-gap: 0.25rem !important;
  }

  .xxl\:gap-y-2{
    grid-row-gap: 0.5rem !important;
    row-gap: 0.5rem !important;
  }

  .xxl\:gap-y-3{
    grid-row-gap: 0.75rem !important;
    row-gap: 0.75rem !important;
  }

  .xxl\:gap-y-4{
    grid-row-gap: 1rem !important;
    row-gap: 1rem !important;
  }

  .xxl\:gap-y-5{
    grid-row-gap: 1.25rem !important;
    row-gap: 1.25rem !important;
  }

  .xxl\:gap-y-6{
    grid-row-gap: 1.5rem !important;
    row-gap: 1.5rem !important;
  }

  .xxl\:gap-y-8{
    grid-row-gap: 2rem !important;
    row-gap: 2rem !important;
  }

  .xxl\:gap-y-10{
    grid-row-gap: 2.5rem !important;
    row-gap: 2.5rem !important;
  }

  .xxl\:gap-y-12{
    grid-row-gap: 3rem !important;
    row-gap: 3rem !important;
  }

  .xxl\:gap-y-16{
    grid-row-gap: 4rem !important;
    row-gap: 4rem !important;
  }

  .xxl\:gap-y-20{
    grid-row-gap: 5rem !important;
    row-gap: 5rem !important;
  }

  .xxl\:gap-y-24{
    grid-row-gap: 6rem !important;
    row-gap: 6rem !important;
  }

  .xxl\:gap-y-28{
    grid-row-gap: 7rem !important;
    row-gap: 7rem !important;
  }

  .xxl\:gap-y-32{
    grid-row-gap: 8rem !important;
    row-gap: 8rem !important;
  }

  .xxl\:gap-y-40{
    grid-row-gap: 10rem !important;
    row-gap: 10rem !important;
  }

  .xxl\:gap-y-48{
    grid-row-gap: 12rem !important;
    row-gap: 12rem !important;
  }

  .xxl\:gap-y-56{
    grid-row-gap: 14rem !important;
    row-gap: 14rem !important;
  }

  .xxl\:gap-y-64{
    grid-row-gap: 16rem !important;
    row-gap: 16rem !important;
  }

  .xxl\:gap-y-px{
    grid-row-gap: 1px !important;
    row-gap: 1px !important;
  }

  .xxl\:gap-y-2px{
    grid-row-gap: 2px !important;
    row-gap: 2px !important;
  }

  .xxl\:gap-y-3px{
    grid-row-gap: 3px !important;
    row-gap: 3px !important;
  }

  .xxl\:gap-y-5px{
    grid-row-gap: 5px !important;
    row-gap: 5px !important;
  }

  .xxl\:gap-y-10px{
    grid-row-gap: 10px !important;
    row-gap: 10px !important;
  }

  .xxl\:gap-y-15px{
    grid-row-gap: 15px !important;
    row-gap: 15px !important;
  }

  .xxl\:gap-y-20px{
    grid-row-gap: 20px !important;
    row-gap: 20px !important;
  }

  .xxl\:gap-y-25px{
    grid-row-gap: 25px !important;
    row-gap: 25px !important;
  }

  .xxl\:gap-y-30px{
    grid-row-gap: 30px !important;
    row-gap: 30px !important;
  }

  .xxl\:gap-y-36px{
    grid-row-gap: 36px !important;
    row-gap: 36px !important;
  }

  .xxl\:gap-y-50px{
    grid-row-gap: 50px !important;
    row-gap: 50px !important;
  }

  .xxl\:gap-y-60px{
    grid-row-gap: 60px !important;
    row-gap: 60px !important;
  }

  .xxl\:gap-y-120px{
    grid-row-gap: 120px !important;
    row-gap: 120px !important;
  }

  .xxl\:grid-flow-row{
    grid-auto-flow: row !important;
  }

  .xxl\:grid-flow-col{
    grid-auto-flow: column !important;
  }

  .xxl\:grid-flow-row-dense{
    grid-auto-flow: row dense !important;
  }

  .xxl\:grid-flow-col-dense{
    grid-auto-flow: column dense !important;
  }

  .xxl\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-9{
    grid-template-columns: repeat(9, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-11{
    grid-template-columns: repeat(11, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-cols-none{
    grid-template-columns: none !important;
  }

  .xxl\:grid-cols-half-col{
    grid-template-columns: repeat(2, 1fr); !important;
  }

  .xxl\:grid-cols-mix-col{
    grid-template-columns: calc(40% - 30px) 60% !important;
  }

  .xxl\:grid-cols-mixInfo-col{
    grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
  }

  .xxl\:auto-cols-auto{
    grid-auto-columns: auto !important;
  }

  .xxl\:auto-cols-min{
    grid-auto-columns: -webkit-min-content !important;
    grid-auto-columns: min-content !important;
  }

  .xxl\:auto-cols-max{
    grid-auto-columns: -webkit-max-content !important;
    grid-auto-columns: max-content !important;
  }

  .xxl\:auto-cols-fr{
    grid-auto-columns: minmax(0, 1fr) !important;
  }

  .xxl\:col-auto{
    grid-column: auto !important;
  }

  .xxl\:col-span-1{
    grid-column: span 1 / span 1 !important;
  }

  .xxl\:col-span-2{
    grid-column: span 2 / span 2 !important;
  }

  .xxl\:col-span-3{
    grid-column: span 3 / span 3 !important;
  }

  .xxl\:col-span-4{
    grid-column: span 4 / span 4 !important;
  }

  .xxl\:col-span-5{
    grid-column: span 5 / span 5 !important;
  }

  .xxl\:col-span-6{
    grid-column: span 6 / span 6 !important;
  }

  .xxl\:col-span-7{
    grid-column: span 7 / span 7 !important;
  }

  .xxl\:col-span-8{
    grid-column: span 8 / span 8 !important;
  }

  .xxl\:col-span-9{
    grid-column: span 9 / span 9 !important;
  }

  .xxl\:col-span-10{
    grid-column: span 10 / span 10 !important;
  }

  .xxl\:col-span-11{
    grid-column: span 11 / span 11 !important;
  }

  .xxl\:col-span-12{
    grid-column: span 12 / span 12 !important;
  }

  .xxl\:col-span-full{
    grid-column: 1 / -1 !important;
  }

  .xxl\:col-start-1{
    grid-column-start: 1 !important;
  }

  .xxl\:col-start-2{
    grid-column-start: 2 !important;
  }

  .xxl\:col-start-3{
    grid-column-start: 3 !important;
  }

  .xxl\:col-start-4{
    grid-column-start: 4 !important;
  }

  .xxl\:col-start-5{
    grid-column-start: 5 !important;
  }

  .xxl\:col-start-6{
    grid-column-start: 6 !important;
  }

  .xxl\:col-start-7{
    grid-column-start: 7 !important;
  }

  .xxl\:col-start-8{
    grid-column-start: 8 !important;
  }

  .xxl\:col-start-9{
    grid-column-start: 9 !important;
  }

  .xxl\:col-start-10{
    grid-column-start: 10 !important;
  }

  .xxl\:col-start-11{
    grid-column-start: 11 !important;
  }

  .xxl\:col-start-12{
    grid-column-start: 12 !important;
  }

  .xxl\:col-start-13{
    grid-column-start: 13 !important;
  }

  .xxl\:col-start-auto{
    grid-column-start: auto !important;
  }

  .xxl\:col-end-1{
    grid-column-end: 1 !important;
  }

  .xxl\:col-end-2{
    grid-column-end: 2 !important;
  }

  .xxl\:col-end-3{
    grid-column-end: 3 !important;
  }

  .xxl\:col-end-4{
    grid-column-end: 4 !important;
  }

  .xxl\:col-end-5{
    grid-column-end: 5 !important;
  }

  .xxl\:col-end-6{
    grid-column-end: 6 !important;
  }

  .xxl\:col-end-7{
    grid-column-end: 7 !important;
  }

  .xxl\:col-end-8{
    grid-column-end: 8 !important;
  }

  .xxl\:col-end-9{
    grid-column-end: 9 !important;
  }

  .xxl\:col-end-10{
    grid-column-end: 10 !important;
  }

  .xxl\:col-end-11{
    grid-column-end: 11 !important;
  }

  .xxl\:col-end-12{
    grid-column-end: 12 !important;
  }

  .xxl\:col-end-13{
    grid-column-end: 13 !important;
  }

  .xxl\:col-end-auto{
    grid-column-end: auto !important;
  }

  .xxl\:grid-rows-1{
    grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-3{
    grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-4{
    grid-template-rows: repeat(4, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-5{
    grid-template-rows: repeat(5, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-6{
    grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
  }

  .xxl\:grid-rows-none{
    grid-template-rows: none !important;
  }

  .xxl\:grid-rows-mix-row{
    grid-template-rows: minmax(100px, auto) auto !important;
  }

  .xxl\:auto-rows-auto{
    grid-auto-rows: auto !important;
  }

  .xxl\:auto-rows-min{
    grid-auto-rows: -webkit-min-content !important;
    grid-auto-rows: min-content !important;
  }

  .xxl\:auto-rows-max{
    grid-auto-rows: -webkit-max-content !important;
    grid-auto-rows: max-content !important;
  }

  .xxl\:auto-rows-fr{
    grid-auto-rows: minmax(0, 1fr) !important;
  }

  .xxl\:row-auto{
    grid-row: auto !important;
  }

  .xxl\:row-span-1{
    grid-row: span 1 / span 1 !important;
  }

  .xxl\:row-span-2{
    grid-row: span 2 / span 2 !important;
  }

  .xxl\:row-span-3{
    grid-row: span 3 / span 3 !important;
  }

  .xxl\:row-span-4{
    grid-row: span 4 / span 4 !important;
  }

  .xxl\:row-span-5{
    grid-row: span 5 / span 5 !important;
  }

  .xxl\:row-span-6{
    grid-row: span 6 / span 6 !important;
  }

  .xxl\:row-span-full{
    grid-row: 1 / -1 !important;
  }

  .xxl\:row-start-1{
    grid-row-start: 1 !important;
  }

  .xxl\:row-start-2{
    grid-row-start: 2 !important;
  }

  .xxl\:row-start-3{
    grid-row-start: 3 !important;
  }

  .xxl\:row-start-4{
    grid-row-start: 4 !important;
  }

  .xxl\:row-start-5{
    grid-row-start: 5 !important;
  }

  .xxl\:row-start-6{
    grid-row-start: 6 !important;
  }

  .xxl\:row-start-7{
    grid-row-start: 7 !important;
  }

  .xxl\:row-start-auto{
    grid-row-start: auto !important;
  }

  .xxl\:row-end-1{
    grid-row-end: 1 !important;
  }

  .xxl\:row-end-2{
    grid-row-end: 2 !important;
  }

  .xxl\:row-end-3{
    grid-row-end: 3 !important;
  }

  .xxl\:row-end-4{
    grid-row-end: 4 !important;
  }

  .xxl\:row-end-5{
    grid-row-end: 5 !important;
  }

  .xxl\:row-end-6{
    grid-row-end: 6 !important;
  }

  .xxl\:row-end-7{
    grid-row-end: 7 !important;
  }

  .xxl\:row-end-auto{
    grid-row-end: auto !important;
  }

  .xxl\:transform{
    --transform-translate-x: 0 !important;
    --transform-translate-y: 0 !important;
    --transform-rotate: 0 !important;
    --transform-skew-x: 0 !important;
    --transform-skew-y: 0 !important;
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)) !important;
  }

  .xxl\:transform-none{
    -webkit-transform: none !important;
    transform: none !important;
  }

  .xxl\:origin-center{
    -webkit-transform-origin: center !important;
    transform-origin: center !important;
  }

  .xxl\:origin-top{
    -webkit-transform-origin: top !important;
    transform-origin: top !important;
  }

  .xxl\:origin-top-right{
    -webkit-transform-origin: top right !important;
    transform-origin: top right !important;
  }

  .xxl\:origin-right{
    -webkit-transform-origin: right !important;
    transform-origin: right !important;
  }

  .xxl\:origin-bottom-right{
    -webkit-transform-origin: bottom right !important;
    transform-origin: bottom right !important;
  }

  .xxl\:origin-bottom{
    -webkit-transform-origin: bottom !important;
    transform-origin: bottom !important;
  }

  .xxl\:origin-bottom-left{
    -webkit-transform-origin: bottom left !important;
    transform-origin: bottom left !important;
  }

  .xxl\:origin-left{
    -webkit-transform-origin: left !important;
    transform-origin: left !important;
  }

  .xxl\:origin-top-left{
    -webkit-transform-origin: top left !important;
    transform-origin: top left !important;
  }

  .xxl\:scale-0{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:scale-50{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:scale-75{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:scale-90{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:scale-95{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:scale-100{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:scale-105{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:scale-110{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:scale-125{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:scale-150{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:scale-x-0{
    --transform-scale-x: 0 !important;
  }

  .xxl\:scale-x-50{
    --transform-scale-x: .5 !important;
  }

  .xxl\:scale-x-75{
    --transform-scale-x: .75 !important;
  }

  .xxl\:scale-x-90{
    --transform-scale-x: .9 !important;
  }

  .xxl\:scale-x-95{
    --transform-scale-x: .95 !important;
  }

  .xxl\:scale-x-100{
    --transform-scale-x: 1 !important;
  }

  .xxl\:scale-x-105{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:scale-x-110{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:scale-x-125{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:scale-x-150{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:scale-y-0{
    --transform-scale-y: 0 !important;
  }

  .xxl\:scale-y-50{
    --transform-scale-y: .5 !important;
  }

  .xxl\:scale-y-75{
    --transform-scale-y: .75 !important;
  }

  .xxl\:scale-y-90{
    --transform-scale-y: .9 !important;
  }

  .xxl\:scale-y-95{
    --transform-scale-y: .95 !important;
  }

  .xxl\:scale-y-100{
    --transform-scale-y: 1 !important;
  }

  .xxl\:scale-y-105{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:scale-y-110{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:scale-y-125{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:scale-y-150{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-0:hover{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-50:hover{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-75:hover{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-90:hover{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-95:hover{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-100:hover{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-105:hover{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-110:hover{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-125:hover{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-150:hover{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:hover\:scale-x-0:hover{
    --transform-scale-x: 0 !important;
  }

  .xxl\:hover\:scale-x-50:hover{
    --transform-scale-x: .5 !important;
  }

  .xxl\:hover\:scale-x-75:hover{
    --transform-scale-x: .75 !important;
  }

  .xxl\:hover\:scale-x-90:hover{
    --transform-scale-x: .9 !important;
  }

  .xxl\:hover\:scale-x-95:hover{
    --transform-scale-x: .95 !important;
  }

  .xxl\:hover\:scale-x-100:hover{
    --transform-scale-x: 1 !important;
  }

  .xxl\:hover\:scale-x-105:hover{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:hover\:scale-x-110:hover{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:hover\:scale-x-125:hover{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:hover\:scale-x-150:hover{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:hover\:scale-y-0:hover{
    --transform-scale-y: 0 !important;
  }

  .xxl\:hover\:scale-y-50:hover{
    --transform-scale-y: .5 !important;
  }

  .xxl\:hover\:scale-y-75:hover{
    --transform-scale-y: .75 !important;
  }

  .xxl\:hover\:scale-y-90:hover{
    --transform-scale-y: .9 !important;
  }

  .xxl\:hover\:scale-y-95:hover{
    --transform-scale-y: .95 !important;
  }

  .xxl\:hover\:scale-y-100:hover{
    --transform-scale-y: 1 !important;
  }

  .xxl\:hover\:scale-y-105:hover{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:hover\:scale-y-110:hover{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:hover\:scale-y-125:hover{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:hover\:scale-y-150:hover{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-0:focus{
    --transform-scale-x: 0 !important;
    --transform-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-50:focus{
    --transform-scale-x: .5 !important;
    --transform-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-75:focus{
    --transform-scale-x: .75 !important;
    --transform-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-90:focus{
    --transform-scale-x: .9 !important;
    --transform-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-95:focus{
    --transform-scale-x: .95 !important;
    --transform-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-100:focus{
    --transform-scale-x: 1 !important;
    --transform-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-105:focus{
    --transform-scale-x: 1.05 !important;
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-110:focus{
    --transform-scale-x: 1.1 !important;
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-125:focus{
    --transform-scale-x: 1.25 !important;
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-150:focus{
    --transform-scale-x: 1.5 !important;
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:focus\:scale-x-0:focus{
    --transform-scale-x: 0 !important;
  }

  .xxl\:focus\:scale-x-50:focus{
    --transform-scale-x: .5 !important;
  }

  .xxl\:focus\:scale-x-75:focus{
    --transform-scale-x: .75 !important;
  }

  .xxl\:focus\:scale-x-90:focus{
    --transform-scale-x: .9 !important;
  }

  .xxl\:focus\:scale-x-95:focus{
    --transform-scale-x: .95 !important;
  }

  .xxl\:focus\:scale-x-100:focus{
    --transform-scale-x: 1 !important;
  }

  .xxl\:focus\:scale-x-105:focus{
    --transform-scale-x: 1.05 !important;
  }

  .xxl\:focus\:scale-x-110:focus{
    --transform-scale-x: 1.1 !important;
  }

  .xxl\:focus\:scale-x-125:focus{
    --transform-scale-x: 1.25 !important;
  }

  .xxl\:focus\:scale-x-150:focus{
    --transform-scale-x: 1.5 !important;
  }

  .xxl\:focus\:scale-y-0:focus{
    --transform-scale-y: 0 !important;
  }

  .xxl\:focus\:scale-y-50:focus{
    --transform-scale-y: .5 !important;
  }

  .xxl\:focus\:scale-y-75:focus{
    --transform-scale-y: .75 !important;
  }

  .xxl\:focus\:scale-y-90:focus{
    --transform-scale-y: .9 !important;
  }

  .xxl\:focus\:scale-y-95:focus{
    --transform-scale-y: .95 !important;
  }

  .xxl\:focus\:scale-y-100:focus{
    --transform-scale-y: 1 !important;
  }

  .xxl\:focus\:scale-y-105:focus{
    --transform-scale-y: 1.05 !important;
  }

  .xxl\:focus\:scale-y-110:focus{
    --transform-scale-y: 1.1 !important;
  }

  .xxl\:focus\:scale-y-125:focus{
    --transform-scale-y: 1.25 !important;
  }

  .xxl\:focus\:scale-y-150:focus{
    --transform-scale-y: 1.5 !important;
  }

  .xxl\:rotate-0{
    --transform-rotate: 0 !important;
  }

  .xxl\:rotate-1{
    --transform-rotate: 1deg !important;
  }

  .xxl\:rotate-2{
    --transform-rotate: 2deg !important;
  }

  .xxl\:rotate-3{
    --transform-rotate: 3deg !important;
  }

  .xxl\:rotate-6{
    --transform-rotate: 6deg !important;
  }

  .xxl\:rotate-12{
    --transform-rotate: 12deg !important;
  }

  .xxl\:rotate-45{
    --transform-rotate: 45deg !important;
  }

  .xxl\:rotate-90{
    --transform-rotate: 90deg !important;
  }

  .xxl\:rotate-180{
    --transform-rotate: 180deg !important;
  }

  .xxl\:-rotate-180{
    --transform-rotate: -180deg !important;
  }

  .xxl\:-rotate-90{
    --transform-rotate: -90deg !important;
  }

  .xxl\:-rotate-45{
    --transform-rotate: -45deg !important;
  }

  .xxl\:-rotate-12{
    --transform-rotate: -12deg !important;
  }

  .xxl\:-rotate-6{
    --transform-rotate: -6deg !important;
  }

  .xxl\:-rotate-3{
    --transform-rotate: -3deg !important;
  }

  .xxl\:-rotate-2{
    --transform-rotate: -2deg !important;
  }

  .xxl\:-rotate-1{
    --transform-rotate: -1deg !important;
  }

  .xxl\:hover\:rotate-0:hover{
    --transform-rotate: 0 !important;
  }

  .xxl\:hover\:rotate-1:hover{
    --transform-rotate: 1deg !important;
  }

  .xxl\:hover\:rotate-2:hover{
    --transform-rotate: 2deg !important;
  }

  .xxl\:hover\:rotate-3:hover{
    --transform-rotate: 3deg !important;
  }

  .xxl\:hover\:rotate-6:hover{
    --transform-rotate: 6deg !important;
  }

  .xxl\:hover\:rotate-12:hover{
    --transform-rotate: 12deg !important;
  }

  .xxl\:hover\:rotate-45:hover{
    --transform-rotate: 45deg !important;
  }

  .xxl\:hover\:rotate-90:hover{
    --transform-rotate: 90deg !important;
  }

  .xxl\:hover\:rotate-180:hover{
    --transform-rotate: 180deg !important;
  }

  .xxl\:hover\:-rotate-180:hover{
    --transform-rotate: -180deg !important;
  }

  .xxl\:hover\:-rotate-90:hover{
    --transform-rotate: -90deg !important;
  }

  .xxl\:hover\:-rotate-45:hover{
    --transform-rotate: -45deg !important;
  }

  .xxl\:hover\:-rotate-12:hover{
    --transform-rotate: -12deg !important;
  }

  .xxl\:hover\:-rotate-6:hover{
    --transform-rotate: -6deg !important;
  }

  .xxl\:hover\:-rotate-3:hover{
    --transform-rotate: -3deg !important;
  }

  .xxl\:hover\:-rotate-2:hover{
    --transform-rotate: -2deg !important;
  }

  .xxl\:hover\:-rotate-1:hover{
    --transform-rotate: -1deg !important;
  }

  .xxl\:focus\:rotate-0:focus{
    --transform-rotate: 0 !important;
  }

  .xxl\:focus\:rotate-1:focus{
    --transform-rotate: 1deg !important;
  }

  .xxl\:focus\:rotate-2:focus{
    --transform-rotate: 2deg !important;
  }

  .xxl\:focus\:rotate-3:focus{
    --transform-rotate: 3deg !important;
  }

  .xxl\:focus\:rotate-6:focus{
    --transform-rotate: 6deg !important;
  }

  .xxl\:focus\:rotate-12:focus{
    --transform-rotate: 12deg !important;
  }

  .xxl\:focus\:rotate-45:focus{
    --transform-rotate: 45deg !important;
  }

  .xxl\:focus\:rotate-90:focus{
    --transform-rotate: 90deg !important;
  }

  .xxl\:focus\:rotate-180:focus{
    --transform-rotate: 180deg !important;
  }

  .xxl\:focus\:-rotate-180:focus{
    --transform-rotate: -180deg !important;
  }

  .xxl\:focus\:-rotate-90:focus{
    --transform-rotate: -90deg !important;
  }

  .xxl\:focus\:-rotate-45:focus{
    --transform-rotate: -45deg !important;
  }

  .xxl\:focus\:-rotate-12:focus{
    --transform-rotate: -12deg !important;
  }

  .xxl\:focus\:-rotate-6:focus{
    --transform-rotate: -6deg !important;
  }

  .xxl\:focus\:-rotate-3:focus{
    --transform-rotate: -3deg !important;
  }

  .xxl\:focus\:-rotate-2:focus{
    --transform-rotate: -2deg !important;
  }

  .xxl\:focus\:-rotate-1:focus{
    --transform-rotate: -1deg !important;
  }

  .xxl\:translate-x-0{
    --transform-translate-x: 0 !important;
  }

  .xxl\:translate-x-1{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:translate-x-2{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:translate-x-3{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:translate-x-4{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:translate-x-5{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:translate-x-6{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:translate-x-8{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:translate-x-10{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:translate-x-12{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:translate-x-16{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:translate-x-20{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:translate-x-24{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:translate-x-28{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:translate-x-32{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:translate-x-40{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:translate-x-48{
    --transform-translate-x: 12rem !important;
  }

  .xxl\:translate-x-56{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:translate-x-64{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:translate-x-px{
    --transform-translate-x: 1px !important;
  }

  .xxl\:translate-x-2px{
    --transform-translate-x: 2px !important;
  }

  .xxl\:translate-x-3px{
    --transform-translate-x: 3px !important;
  }

  .xxl\:translate-x-5px{
    --transform-translate-x: 5px !important;
  }

  .xxl\:translate-x-10px{
    --transform-translate-x: 10px !important;
  }

  .xxl\:translate-x-15px{
    --transform-translate-x: 15px !important;
  }

  .xxl\:translate-x-20px{
    --transform-translate-x: 20px !important;
  }

  .xxl\:translate-x-25px{
    --transform-translate-x: 25px !important;
  }

  .xxl\:translate-x-30px{
    --transform-translate-x: 30px !important;
  }

  .xxl\:translate-x-36px{
    --transform-translate-x: 36px !important;
  }

  .xxl\:translate-x-50px{
    --transform-translate-x: 50px !important;
  }

  .xxl\:translate-x-60px{
    --transform-translate-x: 60px !important;
  }

  .xxl\:translate-x-120px{
    --transform-translate-x: 120px !important;
  }

  .xxl\:-translate-x-1{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:-translate-x-2{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:-translate-x-3{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:-translate-x-4{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:-translate-x-5{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:-translate-x-6{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:-translate-x-8{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:-translate-x-10{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:-translate-x-12{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:-translate-x-16{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:-translate-x-20{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:-translate-x-24{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:-translate-x-28{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:-translate-x-32{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:-translate-x-40{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:-translate-x-48{
    --transform-translate-x: -12rem !important;
  }

  .xxl\:-translate-x-56{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:-translate-x-64{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:-translate-x-px{
    --transform-translate-x: -1px !important;
  }

  .xxl\:-translate-x-2px{
    --transform-translate-x: -2px !important;
  }

  .xxl\:-translate-x-3px{
    --transform-translate-x: -3px !important;
  }

  .xxl\:-translate-x-5px{
    --transform-translate-x: -5px !important;
  }

  .xxl\:-translate-x-10px{
    --transform-translate-x: -10px !important;
  }

  .xxl\:-translate-x-15px{
    --transform-translate-x: -15px !important;
  }

  .xxl\:-translate-x-20px{
    --transform-translate-x: -20px !important;
  }

  .xxl\:-translate-x-25px{
    --transform-translate-x: -25px !important;
  }

  .xxl\:-translate-x-30px{
    --transform-translate-x: -30px !important;
  }

  .xxl\:-translate-x-36px{
    --transform-translate-x: -36px !important;
  }

  .xxl\:-translate-x-50px{
    --transform-translate-x: -50px !important;
  }

  .xxl\:-translate-x-60px{
    --transform-translate-x: -60px !important;
  }

  .xxl\:-translate-x-120px{
    --transform-translate-x: -120px !important;
  }

  .xxl\:-translate-x-full{
    --transform-translate-x: -100% !important;
  }

  .xxl\:-translate-x-1\/2{
    --transform-translate-x: -50% !important;
  }

  .xxl\:translate-x-1\/2{
    --transform-translate-x: 50% !important;
  }

  .xxl\:translate-x-full{
    --transform-translate-x: 100% !important;
  }

  .xxl\:translate-y-0{
    --transform-translate-y: 0 !important;
  }

  .xxl\:translate-y-1{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:translate-y-2{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:translate-y-3{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:translate-y-4{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:translate-y-5{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:translate-y-6{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:translate-y-8{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:translate-y-10{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:translate-y-12{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:translate-y-16{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:translate-y-20{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:translate-y-24{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:translate-y-28{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:translate-y-32{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:translate-y-40{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:translate-y-48{
    --transform-translate-y: 12rem !important;
  }

  .xxl\:translate-y-56{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:translate-y-64{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:translate-y-px{
    --transform-translate-y: 1px !important;
  }

  .xxl\:translate-y-2px{
    --transform-translate-y: 2px !important;
  }

  .xxl\:translate-y-3px{
    --transform-translate-y: 3px !important;
  }

  .xxl\:translate-y-5px{
    --transform-translate-y: 5px !important;
  }

  .xxl\:translate-y-10px{
    --transform-translate-y: 10px !important;
  }

  .xxl\:translate-y-15px{
    --transform-translate-y: 15px !important;
  }

  .xxl\:translate-y-20px{
    --transform-translate-y: 20px !important;
  }

  .xxl\:translate-y-25px{
    --transform-translate-y: 25px !important;
  }

  .xxl\:translate-y-30px{
    --transform-translate-y: 30px !important;
  }

  .xxl\:translate-y-36px{
    --transform-translate-y: 36px !important;
  }

  .xxl\:translate-y-50px{
    --transform-translate-y: 50px !important;
  }

  .xxl\:translate-y-60px{
    --transform-translate-y: 60px !important;
  }

  .xxl\:translate-y-120px{
    --transform-translate-y: 120px !important;
  }

  .xxl\:-translate-y-1{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:-translate-y-2{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:-translate-y-3{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:-translate-y-4{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:-translate-y-5{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:-translate-y-6{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:-translate-y-8{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:-translate-y-10{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:-translate-y-12{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:-translate-y-16{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:-translate-y-20{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:-translate-y-24{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:-translate-y-28{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:-translate-y-32{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:-translate-y-40{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:-translate-y-48{
    --transform-translate-y: -12rem !important;
  }

  .xxl\:-translate-y-56{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:-translate-y-64{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:-translate-y-px{
    --transform-translate-y: -1px !important;
  }

  .xxl\:-translate-y-2px{
    --transform-translate-y: -2px !important;
  }

  .xxl\:-translate-y-3px{
    --transform-translate-y: -3px !important;
  }

  .xxl\:-translate-y-5px{
    --transform-translate-y: -5px !important;
  }

  .xxl\:-translate-y-10px{
    --transform-translate-y: -10px !important;
  }

  .xxl\:-translate-y-15px{
    --transform-translate-y: -15px !important;
  }

  .xxl\:-translate-y-20px{
    --transform-translate-y: -20px !important;
  }

  .xxl\:-translate-y-25px{
    --transform-translate-y: -25px !important;
  }

  .xxl\:-translate-y-30px{
    --transform-translate-y: -30px !important;
  }

  .xxl\:-translate-y-36px{
    --transform-translate-y: -36px !important;
  }

  .xxl\:-translate-y-50px{
    --transform-translate-y: -50px !important;
  }

  .xxl\:-translate-y-60px{
    --transform-translate-y: -60px !important;
  }

  .xxl\:-translate-y-120px{
    --transform-translate-y: -120px !important;
  }

  .xxl\:-translate-y-full{
    --transform-translate-y: -100% !important;
  }

  .xxl\:-translate-y-1\/2{
    --transform-translate-y: -50% !important;
  }

  .xxl\:translate-y-1\/2{
    --transform-translate-y: 50% !important;
  }

  .xxl\:translate-y-full{
    --transform-translate-y: 100% !important;
  }

  .xxl\:hover\:translate-x-0:hover{
    --transform-translate-x: 0 !important;
  }

  .xxl\:hover\:translate-x-1:hover{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:hover\:translate-x-2:hover{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:hover\:translate-x-3:hover{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:hover\:translate-x-4:hover{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:hover\:translate-x-5:hover{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:hover\:translate-x-6:hover{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:hover\:translate-x-8:hover{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:hover\:translate-x-10:hover{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:hover\:translate-x-12:hover{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:hover\:translate-x-16:hover{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:hover\:translate-x-20:hover{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:hover\:translate-x-24:hover{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:hover\:translate-x-28:hover{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:hover\:translate-x-32:hover{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:hover\:translate-x-40:hover{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:hover\:translate-x-48:hover{
    --transform-translate-x: 12rem !important;
  }

  .xxl\:hover\:translate-x-56:hover{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:hover\:translate-x-64:hover{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:hover\:translate-x-px:hover{
    --transform-translate-x: 1px !important;
  }

  .xxl\:hover\:translate-x-2px:hover{
    --transform-translate-x: 2px !important;
  }

  .xxl\:hover\:translate-x-3px:hover{
    --transform-translate-x: 3px !important;
  }

  .xxl\:hover\:translate-x-5px:hover{
    --transform-translate-x: 5px !important;
  }

  .xxl\:hover\:translate-x-10px:hover{
    --transform-translate-x: 10px !important;
  }

  .xxl\:hover\:translate-x-15px:hover{
    --transform-translate-x: 15px !important;
  }

  .xxl\:hover\:translate-x-20px:hover{
    --transform-translate-x: 20px !important;
  }

  .xxl\:hover\:translate-x-25px:hover{
    --transform-translate-x: 25px !important;
  }

  .xxl\:hover\:translate-x-30px:hover{
    --transform-translate-x: 30px !important;
  }

  .xxl\:hover\:translate-x-36px:hover{
    --transform-translate-x: 36px !important;
  }

  .xxl\:hover\:translate-x-50px:hover{
    --transform-translate-x: 50px !important;
  }

  .xxl\:hover\:translate-x-60px:hover{
    --transform-translate-x: 60px !important;
  }

  .xxl\:hover\:translate-x-120px:hover{
    --transform-translate-x: 120px !important;
  }

  .xxl\:hover\:-translate-x-1:hover{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:hover\:-translate-x-2:hover{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:hover\:-translate-x-3:hover{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:hover\:-translate-x-4:hover{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:hover\:-translate-x-5:hover{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:hover\:-translate-x-6:hover{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:hover\:-translate-x-8:hover{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:hover\:-translate-x-10:hover{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:hover\:-translate-x-12:hover{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:hover\:-translate-x-16:hover{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:hover\:-translate-x-20:hover{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:hover\:-translate-x-24:hover{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:hover\:-translate-x-28:hover{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:hover\:-translate-x-32:hover{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:hover\:-translate-x-40:hover{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:hover\:-translate-x-48:hover{
    --transform-translate-x: -12rem !important;
  }

  .xxl\:hover\:-translate-x-56:hover{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:hover\:-translate-x-64:hover{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:hover\:-translate-x-px:hover{
    --transform-translate-x: -1px !important;
  }

  .xxl\:hover\:-translate-x-2px:hover{
    --transform-translate-x: -2px !important;
  }

  .xxl\:hover\:-translate-x-3px:hover{
    --transform-translate-x: -3px !important;
  }

  .xxl\:hover\:-translate-x-5px:hover{
    --transform-translate-x: -5px !important;
  }

  .xxl\:hover\:-translate-x-10px:hover{
    --transform-translate-x: -10px !important;
  }

  .xxl\:hover\:-translate-x-15px:hover{
    --transform-translate-x: -15px !important;
  }

  .xxl\:hover\:-translate-x-20px:hover{
    --transform-translate-x: -20px !important;
  }

  .xxl\:hover\:-translate-x-25px:hover{
    --transform-translate-x: -25px !important;
  }

  .xxl\:hover\:-translate-x-30px:hover{
    --transform-translate-x: -30px !important;
  }

  .xxl\:hover\:-translate-x-36px:hover{
    --transform-translate-x: -36px !important;
  }

  .xxl\:hover\:-translate-x-50px:hover{
    --transform-translate-x: -50px !important;
  }

  .xxl\:hover\:-translate-x-60px:hover{
    --transform-translate-x: -60px !important;
  }

  .xxl\:hover\:-translate-x-120px:hover{
    --transform-translate-x: -120px !important;
  }

  .xxl\:hover\:-translate-x-full:hover{
    --transform-translate-x: -100% !important;
  }

  .xxl\:hover\:-translate-x-1\/2:hover{
    --transform-translate-x: -50% !important;
  }

  .xxl\:hover\:translate-x-1\/2:hover{
    --transform-translate-x: 50% !important;
  }

  .xxl\:hover\:translate-x-full:hover{
    --transform-translate-x: 100% !important;
  }

  .xxl\:hover\:translate-y-0:hover{
    --transform-translate-y: 0 !important;
  }

  .xxl\:hover\:translate-y-1:hover{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:hover\:translate-y-2:hover{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:hover\:translate-y-3:hover{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:hover\:translate-y-4:hover{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:hover\:translate-y-5:hover{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:hover\:translate-y-6:hover{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:hover\:translate-y-8:hover{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:hover\:translate-y-10:hover{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:hover\:translate-y-12:hover{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:hover\:translate-y-16:hover{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:hover\:translate-y-20:hover{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:hover\:translate-y-24:hover{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:hover\:translate-y-28:hover{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:hover\:translate-y-32:hover{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:hover\:translate-y-40:hover{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:hover\:translate-y-48:hover{
    --transform-translate-y: 12rem !important;
  }

  .xxl\:hover\:translate-y-56:hover{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:hover\:translate-y-64:hover{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:hover\:translate-y-px:hover{
    --transform-translate-y: 1px !important;
  }

  .xxl\:hover\:translate-y-2px:hover{
    --transform-translate-y: 2px !important;
  }

  .xxl\:hover\:translate-y-3px:hover{
    --transform-translate-y: 3px !important;
  }

  .xxl\:hover\:translate-y-5px:hover{
    --transform-translate-y: 5px !important;
  }

  .xxl\:hover\:translate-y-10px:hover{
    --transform-translate-y: 10px !important;
  }

  .xxl\:hover\:translate-y-15px:hover{
    --transform-translate-y: 15px !important;
  }

  .xxl\:hover\:translate-y-20px:hover{
    --transform-translate-y: 20px !important;
  }

  .xxl\:hover\:translate-y-25px:hover{
    --transform-translate-y: 25px !important;
  }

  .xxl\:hover\:translate-y-30px:hover{
    --transform-translate-y: 30px !important;
  }

  .xxl\:hover\:translate-y-36px:hover{
    --transform-translate-y: 36px !important;
  }

  .xxl\:hover\:translate-y-50px:hover{
    --transform-translate-y: 50px !important;
  }

  .xxl\:hover\:translate-y-60px:hover{
    --transform-translate-y: 60px !important;
  }

  .xxl\:hover\:translate-y-120px:hover{
    --transform-translate-y: 120px !important;
  }

  .xxl\:hover\:-translate-y-1:hover{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:hover\:-translate-y-2:hover{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:hover\:-translate-y-3:hover{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:hover\:-translate-y-4:hover{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:hover\:-translate-y-5:hover{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:hover\:-translate-y-6:hover{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:hover\:-translate-y-8:hover{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:hover\:-translate-y-10:hover{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:hover\:-translate-y-12:hover{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:hover\:-translate-y-16:hover{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:hover\:-translate-y-20:hover{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:hover\:-translate-y-24:hover{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:hover\:-translate-y-28:hover{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:hover\:-translate-y-32:hover{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:hover\:-translate-y-40:hover{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:hover\:-translate-y-48:hover{
    --transform-translate-y: -12rem !important;
  }

  .xxl\:hover\:-translate-y-56:hover{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:hover\:-translate-y-64:hover{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:hover\:-translate-y-px:hover{
    --transform-translate-y: -1px !important;
  }

  .xxl\:hover\:-translate-y-2px:hover{
    --transform-translate-y: -2px !important;
  }

  .xxl\:hover\:-translate-y-3px:hover{
    --transform-translate-y: -3px !important;
  }

  .xxl\:hover\:-translate-y-5px:hover{
    --transform-translate-y: -5px !important;
  }

  .xxl\:hover\:-translate-y-10px:hover{
    --transform-translate-y: -10px !important;
  }

  .xxl\:hover\:-translate-y-15px:hover{
    --transform-translate-y: -15px !important;
  }

  .xxl\:hover\:-translate-y-20px:hover{
    --transform-translate-y: -20px !important;
  }

  .xxl\:hover\:-translate-y-25px:hover{
    --transform-translate-y: -25px !important;
  }

  .xxl\:hover\:-translate-y-30px:hover{
    --transform-translate-y: -30px !important;
  }

  .xxl\:hover\:-translate-y-36px:hover{
    --transform-translate-y: -36px !important;
  }

  .xxl\:hover\:-translate-y-50px:hover{
    --transform-translate-y: -50px !important;
  }

  .xxl\:hover\:-translate-y-60px:hover{
    --transform-translate-y: -60px !important;
  }

  .xxl\:hover\:-translate-y-120px:hover{
    --transform-translate-y: -120px !important;
  }

  .xxl\:hover\:-translate-y-full:hover{
    --transform-translate-y: -100% !important;
  }

  .xxl\:hover\:-translate-y-1\/2:hover{
    --transform-translate-y: -50% !important;
  }

  .xxl\:hover\:translate-y-1\/2:hover{
    --transform-translate-y: 50% !important;
  }

  .xxl\:hover\:translate-y-full:hover{
    --transform-translate-y: 100% !important;
  }

  .xxl\:focus\:translate-x-0:focus{
    --transform-translate-x: 0 !important;
  }

  .xxl\:focus\:translate-x-1:focus{
    --transform-translate-x: 0.25rem !important;
  }

  .xxl\:focus\:translate-x-2:focus{
    --transform-translate-x: 0.5rem !important;
  }

  .xxl\:focus\:translate-x-3:focus{
    --transform-translate-x: 0.75rem !important;
  }

  .xxl\:focus\:translate-x-4:focus{
    --transform-translate-x: 1rem !important;
  }

  .xxl\:focus\:translate-x-5:focus{
    --transform-translate-x: 1.25rem !important;
  }

  .xxl\:focus\:translate-x-6:focus{
    --transform-translate-x: 1.5rem !important;
  }

  .xxl\:focus\:translate-x-8:focus{
    --transform-translate-x: 2rem !important;
  }

  .xxl\:focus\:translate-x-10:focus{
    --transform-translate-x: 2.5rem !important;
  }

  .xxl\:focus\:translate-x-12:focus{
    --transform-translate-x: 3rem !important;
  }

  .xxl\:focus\:translate-x-16:focus{
    --transform-translate-x: 4rem !important;
  }

  .xxl\:focus\:translate-x-20:focus{
    --transform-translate-x: 5rem !important;
  }

  .xxl\:focus\:translate-x-24:focus{
    --transform-translate-x: 6rem !important;
  }

  .xxl\:focus\:translate-x-28:focus{
    --transform-translate-x: 7rem !important;
  }

  .xxl\:focus\:translate-x-32:focus{
    --transform-translate-x: 8rem !important;
  }

  .xxl\:focus\:translate-x-40:focus{
    --transform-translate-x: 10rem !important;
  }

  .xxl\:focus\:translate-x-48:focus{
    --transform-translate-x: 12rem !important;
  }

  .xxl\:focus\:translate-x-56:focus{
    --transform-translate-x: 14rem !important;
  }

  .xxl\:focus\:translate-x-64:focus{
    --transform-translate-x: 16rem !important;
  }

  .xxl\:focus\:translate-x-px:focus{
    --transform-translate-x: 1px !important;
  }

  .xxl\:focus\:translate-x-2px:focus{
    --transform-translate-x: 2px !important;
  }

  .xxl\:focus\:translate-x-3px:focus{
    --transform-translate-x: 3px !important;
  }

  .xxl\:focus\:translate-x-5px:focus{
    --transform-translate-x: 5px !important;
  }

  .xxl\:focus\:translate-x-10px:focus{
    --transform-translate-x: 10px !important;
  }

  .xxl\:focus\:translate-x-15px:focus{
    --transform-translate-x: 15px !important;
  }

  .xxl\:focus\:translate-x-20px:focus{
    --transform-translate-x: 20px !important;
  }

  .xxl\:focus\:translate-x-25px:focus{
    --transform-translate-x: 25px !important;
  }

  .xxl\:focus\:translate-x-30px:focus{
    --transform-translate-x: 30px !important;
  }

  .xxl\:focus\:translate-x-36px:focus{
    --transform-translate-x: 36px !important;
  }

  .xxl\:focus\:translate-x-50px:focus{
    --transform-translate-x: 50px !important;
  }

  .xxl\:focus\:translate-x-60px:focus{
    --transform-translate-x: 60px !important;
  }

  .xxl\:focus\:translate-x-120px:focus{
    --transform-translate-x: 120px !important;
  }

  .xxl\:focus\:-translate-x-1:focus{
    --transform-translate-x: -0.25rem !important;
  }

  .xxl\:focus\:-translate-x-2:focus{
    --transform-translate-x: -0.5rem !important;
  }

  .xxl\:focus\:-translate-x-3:focus{
    --transform-translate-x: -0.75rem !important;
  }

  .xxl\:focus\:-translate-x-4:focus{
    --transform-translate-x: -1rem !important;
  }

  .xxl\:focus\:-translate-x-5:focus{
    --transform-translate-x: -1.25rem !important;
  }

  .xxl\:focus\:-translate-x-6:focus{
    --transform-translate-x: -1.5rem !important;
  }

  .xxl\:focus\:-translate-x-8:focus{
    --transform-translate-x: -2rem !important;
  }

  .xxl\:focus\:-translate-x-10:focus{
    --transform-translate-x: -2.5rem !important;
  }

  .xxl\:focus\:-translate-x-12:focus{
    --transform-translate-x: -3rem !important;
  }

  .xxl\:focus\:-translate-x-16:focus{
    --transform-translate-x: -4rem !important;
  }

  .xxl\:focus\:-translate-x-20:focus{
    --transform-translate-x: -5rem !important;
  }

  .xxl\:focus\:-translate-x-24:focus{
    --transform-translate-x: -6rem !important;
  }

  .xxl\:focus\:-translate-x-28:focus{
    --transform-translate-x: -7rem !important;
  }

  .xxl\:focus\:-translate-x-32:focus{
    --transform-translate-x: -8rem !important;
  }

  .xxl\:focus\:-translate-x-40:focus{
    --transform-translate-x: -10rem !important;
  }

  .xxl\:focus\:-translate-x-48:focus{
    --transform-translate-x: -12rem !important;
  }

  .xxl\:focus\:-translate-x-56:focus{
    --transform-translate-x: -14rem !important;
  }

  .xxl\:focus\:-translate-x-64:focus{
    --transform-translate-x: -16rem !important;
  }

  .xxl\:focus\:-translate-x-px:focus{
    --transform-translate-x: -1px !important;
  }

  .xxl\:focus\:-translate-x-2px:focus{
    --transform-translate-x: -2px !important;
  }

  .xxl\:focus\:-translate-x-3px:focus{
    --transform-translate-x: -3px !important;
  }

  .xxl\:focus\:-translate-x-5px:focus{
    --transform-translate-x: -5px !important;
  }

  .xxl\:focus\:-translate-x-10px:focus{
    --transform-translate-x: -10px !important;
  }

  .xxl\:focus\:-translate-x-15px:focus{
    --transform-translate-x: -15px !important;
  }

  .xxl\:focus\:-translate-x-20px:focus{
    --transform-translate-x: -20px !important;
  }

  .xxl\:focus\:-translate-x-25px:focus{
    --transform-translate-x: -25px !important;
  }

  .xxl\:focus\:-translate-x-30px:focus{
    --transform-translate-x: -30px !important;
  }

  .xxl\:focus\:-translate-x-36px:focus{
    --transform-translate-x: -36px !important;
  }

  .xxl\:focus\:-translate-x-50px:focus{
    --transform-translate-x: -50px !important;
  }

  .xxl\:focus\:-translate-x-60px:focus{
    --transform-translate-x: -60px !important;
  }

  .xxl\:focus\:-translate-x-120px:focus{
    --transform-translate-x: -120px !important;
  }

  .xxl\:focus\:-translate-x-full:focus{
    --transform-translate-x: -100% !important;
  }

  .xxl\:focus\:-translate-x-1\/2:focus{
    --transform-translate-x: -50% !important;
  }

  .xxl\:focus\:translate-x-1\/2:focus{
    --transform-translate-x: 50% !important;
  }

  .xxl\:focus\:translate-x-full:focus{
    --transform-translate-x: 100% !important;
  }

  .xxl\:focus\:translate-y-0:focus{
    --transform-translate-y: 0 !important;
  }

  .xxl\:focus\:translate-y-1:focus{
    --transform-translate-y: 0.25rem !important;
  }

  .xxl\:focus\:translate-y-2:focus{
    --transform-translate-y: 0.5rem !important;
  }

  .xxl\:focus\:translate-y-3:focus{
    --transform-translate-y: 0.75rem !important;
  }

  .xxl\:focus\:translate-y-4:focus{
    --transform-translate-y: 1rem !important;
  }

  .xxl\:focus\:translate-y-5:focus{
    --transform-translate-y: 1.25rem !important;
  }

  .xxl\:focus\:translate-y-6:focus{
    --transform-translate-y: 1.5rem !important;
  }

  .xxl\:focus\:translate-y-8:focus{
    --transform-translate-y: 2rem !important;
  }

  .xxl\:focus\:translate-y-10:focus{
    --transform-translate-y: 2.5rem !important;
  }

  .xxl\:focus\:translate-y-12:focus{
    --transform-translate-y: 3rem !important;
  }

  .xxl\:focus\:translate-y-16:focus{
    --transform-translate-y: 4rem !important;
  }

  .xxl\:focus\:translate-y-20:focus{
    --transform-translate-y: 5rem !important;
  }

  .xxl\:focus\:translate-y-24:focus{
    --transform-translate-y: 6rem !important;
  }

  .xxl\:focus\:translate-y-28:focus{
    --transform-translate-y: 7rem !important;
  }

  .xxl\:focus\:translate-y-32:focus{
    --transform-translate-y: 8rem !important;
  }

  .xxl\:focus\:translate-y-40:focus{
    --transform-translate-y: 10rem !important;
  }

  .xxl\:focus\:translate-y-48:focus{
    --transform-translate-y: 12rem !important;
  }

  .xxl\:focus\:translate-y-56:focus{
    --transform-translate-y: 14rem !important;
  }

  .xxl\:focus\:translate-y-64:focus{
    --transform-translate-y: 16rem !important;
  }

  .xxl\:focus\:translate-y-px:focus{
    --transform-translate-y: 1px !important;
  }

  .xxl\:focus\:translate-y-2px:focus{
    --transform-translate-y: 2px !important;
  }

  .xxl\:focus\:translate-y-3px:focus{
    --transform-translate-y: 3px !important;
  }

  .xxl\:focus\:translate-y-5px:focus{
    --transform-translate-y: 5px !important;
  }

  .xxl\:focus\:translate-y-10px:focus{
    --transform-translate-y: 10px !important;
  }

  .xxl\:focus\:translate-y-15px:focus{
    --transform-translate-y: 15px !important;
  }

  .xxl\:focus\:translate-y-20px:focus{
    --transform-translate-y: 20px !important;
  }

  .xxl\:focus\:translate-y-25px:focus{
    --transform-translate-y: 25px !important;
  }

  .xxl\:focus\:translate-y-30px:focus{
    --transform-translate-y: 30px !important;
  }

  .xxl\:focus\:translate-y-36px:focus{
    --transform-translate-y: 36px !important;
  }

  .xxl\:focus\:translate-y-50px:focus{
    --transform-translate-y: 50px !important;
  }

  .xxl\:focus\:translate-y-60px:focus{
    --transform-translate-y: 60px !important;
  }

  .xxl\:focus\:translate-y-120px:focus{
    --transform-translate-y: 120px !important;
  }

  .xxl\:focus\:-translate-y-1:focus{
    --transform-translate-y: -0.25rem !important;
  }

  .xxl\:focus\:-translate-y-2:focus{
    --transform-translate-y: -0.5rem !important;
  }

  .xxl\:focus\:-translate-y-3:focus{
    --transform-translate-y: -0.75rem !important;
  }

  .xxl\:focus\:-translate-y-4:focus{
    --transform-translate-y: -1rem !important;
  }

  .xxl\:focus\:-translate-y-5:focus{
    --transform-translate-y: -1.25rem !important;
  }

  .xxl\:focus\:-translate-y-6:focus{
    --transform-translate-y: -1.5rem !important;
  }

  .xxl\:focus\:-translate-y-8:focus{
    --transform-translate-y: -2rem !important;
  }

  .xxl\:focus\:-translate-y-10:focus{
    --transform-translate-y: -2.5rem !important;
  }

  .xxl\:focus\:-translate-y-12:focus{
    --transform-translate-y: -3rem !important;
  }

  .xxl\:focus\:-translate-y-16:focus{
    --transform-translate-y: -4rem !important;
  }

  .xxl\:focus\:-translate-y-20:focus{
    --transform-translate-y: -5rem !important;
  }

  .xxl\:focus\:-translate-y-24:focus{
    --transform-translate-y: -6rem !important;
  }

  .xxl\:focus\:-translate-y-28:focus{
    --transform-translate-y: -7rem !important;
  }

  .xxl\:focus\:-translate-y-32:focus{
    --transform-translate-y: -8rem !important;
  }

  .xxl\:focus\:-translate-y-40:focus{
    --transform-translate-y: -10rem !important;
  }

  .xxl\:focus\:-translate-y-48:focus{
    --transform-translate-y: -12rem !important;
  }

  .xxl\:focus\:-translate-y-56:focus{
    --transform-translate-y: -14rem !important;
  }

  .xxl\:focus\:-translate-y-64:focus{
    --transform-translate-y: -16rem !important;
  }

  .xxl\:focus\:-translate-y-px:focus{
    --transform-translate-y: -1px !important;
  }

  .xxl\:focus\:-translate-y-2px:focus{
    --transform-translate-y: -2px !important;
  }

  .xxl\:focus\:-translate-y-3px:focus{
    --transform-translate-y: -3px !important;
  }

  .xxl\:focus\:-translate-y-5px:focus{
    --transform-translate-y: -5px !important;
  }

  .xxl\:focus\:-translate-y-10px:focus{
    --transform-translate-y: -10px !important;
  }

  .xxl\:focus\:-translate-y-15px:focus{
    --transform-translate-y: -15px !important;
  }

  .xxl\:focus\:-translate-y-20px:focus{
    --transform-translate-y: -20px !important;
  }

  .xxl\:focus\:-translate-y-25px:focus{
    --transform-translate-y: -25px !important;
  }

  .xxl\:focus\:-translate-y-30px:focus{
    --transform-translate-y: -30px !important;
  }

  .xxl\:focus\:-translate-y-36px:focus{
    --transform-translate-y: -36px !important;
  }

  .xxl\:focus\:-translate-y-50px:focus{
    --transform-translate-y: -50px !important;
  }

  .xxl\:focus\:-translate-y-60px:focus{
    --transform-translate-y: -60px !important;
  }

  .xxl\:focus\:-translate-y-120px:focus{
    --transform-translate-y: -120px !important;
  }

  .xxl\:focus\:-translate-y-full:focus{
    --transform-translate-y: -100% !important;
  }

  .xxl\:focus\:-translate-y-1\/2:focus{
    --transform-translate-y: -50% !important;
  }

  .xxl\:focus\:translate-y-1\/2:focus{
    --transform-translate-y: 50% !important;
  }

  .xxl\:focus\:translate-y-full:focus{
    --transform-translate-y: 100% !important;
  }

  .xxl\:skew-x-0{
    --transform-skew-x: 0 !important;
  }

  .xxl\:skew-x-1{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:skew-x-2{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:skew-x-3{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:skew-x-6{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:skew-x-12{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:-skew-x-12{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:-skew-x-6{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:-skew-x-3{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:-skew-x-2{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:-skew-x-1{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:skew-y-0{
    --transform-skew-y: 0 !important;
  }

  .xxl\:skew-y-1{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:skew-y-2{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:skew-y-3{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:skew-y-6{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:skew-y-12{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:-skew-y-12{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:-skew-y-6{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:-skew-y-3{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:-skew-y-2{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:-skew-y-1{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:hover\:skew-x-0:hover{
    --transform-skew-x: 0 !important;
  }

  .xxl\:hover\:skew-x-1:hover{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:hover\:skew-x-2:hover{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:hover\:skew-x-3:hover{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:hover\:skew-x-6:hover{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:hover\:skew-x-12:hover{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:hover\:-skew-x-12:hover{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:hover\:-skew-x-6:hover{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:hover\:-skew-x-3:hover{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:hover\:-skew-x-2:hover{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:hover\:-skew-x-1:hover{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:hover\:skew-y-0:hover{
    --transform-skew-y: 0 !important;
  }

  .xxl\:hover\:skew-y-1:hover{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:hover\:skew-y-2:hover{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:hover\:skew-y-3:hover{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:hover\:skew-y-6:hover{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:hover\:skew-y-12:hover{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:hover\:-skew-y-12:hover{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:hover\:-skew-y-6:hover{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:hover\:-skew-y-3:hover{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:hover\:-skew-y-2:hover{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:hover\:-skew-y-1:hover{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:focus\:skew-x-0:focus{
    --transform-skew-x: 0 !important;
  }

  .xxl\:focus\:skew-x-1:focus{
    --transform-skew-x: 1deg !important;
  }

  .xxl\:focus\:skew-x-2:focus{
    --transform-skew-x: 2deg !important;
  }

  .xxl\:focus\:skew-x-3:focus{
    --transform-skew-x: 3deg !important;
  }

  .xxl\:focus\:skew-x-6:focus{
    --transform-skew-x: 6deg !important;
  }

  .xxl\:focus\:skew-x-12:focus{
    --transform-skew-x: 12deg !important;
  }

  .xxl\:focus\:-skew-x-12:focus{
    --transform-skew-x: -12deg !important;
  }

  .xxl\:focus\:-skew-x-6:focus{
    --transform-skew-x: -6deg !important;
  }

  .xxl\:focus\:-skew-x-3:focus{
    --transform-skew-x: -3deg !important;
  }

  .xxl\:focus\:-skew-x-2:focus{
    --transform-skew-x: -2deg !important;
  }

  .xxl\:focus\:-skew-x-1:focus{
    --transform-skew-x: -1deg !important;
  }

  .xxl\:focus\:skew-y-0:focus{
    --transform-skew-y: 0 !important;
  }

  .xxl\:focus\:skew-y-1:focus{
    --transform-skew-y: 1deg !important;
  }

  .xxl\:focus\:skew-y-2:focus{
    --transform-skew-y: 2deg !important;
  }

  .xxl\:focus\:skew-y-3:focus{
    --transform-skew-y: 3deg !important;
  }

  .xxl\:focus\:skew-y-6:focus{
    --transform-skew-y: 6deg !important;
  }

  .xxl\:focus\:skew-y-12:focus{
    --transform-skew-y: 12deg !important;
  }

  .xxl\:focus\:-skew-y-12:focus{
    --transform-skew-y: -12deg !important;
  }

  .xxl\:focus\:-skew-y-6:focus{
    --transform-skew-y: -6deg !important;
  }

  .xxl\:focus\:-skew-y-3:focus{
    --transform-skew-y: -3deg !important;
  }

  .xxl\:focus\:-skew-y-2:focus{
    --transform-skew-y: -2deg !important;
  }

  .xxl\:focus\:-skew-y-1:focus{
    --transform-skew-y: -1deg !important;
  }

  .xxl\:transition-0{
    -webkit-transition-property: hover !important;
    transition-property: hover !important;
  }

  .xxl\:transition-1{
    -webkit-transition-property: focus !important;
    transition-property: focus !important;
  }

  .xxl\:transition-none{
    -webkit-transition-property: none !important;
    transition-property: none !important;
  }

  .xxl\:transition-all{
    -webkit-transition-property: all !important;
    transition-property: all !important;
  }

  .xxl\:transition{
    -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform !important;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-box-shadow, -webkit-transform !important;
  }

  .xxl\:transition-colors{
    -webkit-transition-property: background-color, border-color, color, fill, stroke !important;
    transition-property: background-color, border-color, color, fill, stroke !important;
  }

  .xxl\:transition-opacity{
    -webkit-transition-property: opacity !important;
    transition-property: opacity !important;
  }

  .xxl\:transition-shadow{
    -webkit-transition-property: -webkit-box-shadow !important;
    transition-property: -webkit-box-shadow !important;
    transition-property: box-shadow !important;
    transition-property: box-shadow, -webkit-box-shadow !important;
  }

  .xxl\:transition-transform{
    -webkit-transition-property: -webkit-transform !important;
    transition-property: -webkit-transform !important;
    transition-property: transform !important;
    transition-property: transform, -webkit-transform !important;
  }

  .xxl\:ease-linear{
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
  }

  .xxl\:ease-in{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
  }

  .xxl\:ease-out{
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
  }

  .xxl\:ease-in-out{
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  }

  .xxl\:duration-75{
    -webkit-transition-duration: 75ms !important;
    transition-duration: 75ms !important;
  }

  .xxl\:duration-100{
    -webkit-transition-duration: 100ms !important;
    transition-duration: 100ms !important;
  }

  .xxl\:duration-150{
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }

  .xxl\:duration-200{
    -webkit-transition-duration: 200ms !important;
    transition-duration: 200ms !important;
  }

  .xxl\:duration-300{
    -webkit-transition-duration: 300ms !important;
    transition-duration: 300ms !important;
  }

  .xxl\:duration-500{
    -webkit-transition-duration: 500ms !important;
    transition-duration: 500ms !important;
  }

  .xxl\:duration-700{
    -webkit-transition-duration: 700ms !important;
    transition-duration: 700ms !important;
  }

  .xxl\:duration-1000{
    -webkit-transition-duration: 1000ms !important;
    transition-duration: 1000ms !important;
  }

  .xxl\:delay-75{
    -webkit-transition-delay: 75ms !important;
    transition-delay: 75ms !important;
  }

  .xxl\:delay-100{
    -webkit-transition-delay: 100ms !important;
    transition-delay: 100ms !important;
  }

  .xxl\:delay-150{
    -webkit-transition-delay: 150ms !important;
    transition-delay: 150ms !important;
  }

  .xxl\:delay-200{
    -webkit-transition-delay: 200ms !important;
    transition-delay: 200ms !important;
  }

  .xxl\:delay-300{
    -webkit-transition-delay: 300ms !important;
    transition-delay: 300ms !important;
  }

  .xxl\:delay-500{
    -webkit-transition-delay: 500ms !important;
    transition-delay: 500ms !important;
  }

  .xxl\:delay-700{
    -webkit-transition-delay: 700ms !important;
    transition-delay: 700ms !important;
  }

  .xxl\:delay-1000{
    -webkit-transition-delay: 1000ms !important;
    transition-delay: 1000ms !important;
  }

  .xxl\:animate-none{
    -webkit-animation: none !important;
    animation: none !important;
  }

  .xxl\:animate-spin{
    -webkit-animation: spin 1s linear infinite !important;
    animation: spin 1s linear infinite !important;
  }

  .xxl\:animate-ping{
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite !important;
  }

  .xxl\:animate-pulse{
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
  }

  .xxl\:animate-bounce{
    -webkit-animation: bounce 1s infinite !important;
    animation: bounce 1s infinite !important;
  }
}

/*# sourceMappingURL=main.min.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/app/assets/dist/css/components.min.css?1750064904110357*/
.b-card_border {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
}

.b-card_shadow:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-connect__title {
  margin-bottom: 1.25rem;
  font-size: 16px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-weight: 600;
}

.b-connect__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-connect__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-connect__item i {
  color: var(--primary-color);
}

.b-connect__iconWrap {
  display: none;
  width: 1rem;
  margin-right: 0.5rem;
  --text-opacity: 1;
  color: #9a9a9a;
  color: rgba(154, 154, 154, var(--text-opacity));
  font-size: 15px;
}

.b-connect__iconWrap_mail {
  padding-top: 2px;
}

.b-connect__iconWrap_map {
  margin-left: -2px;
}

.b-connect__icon_phone {
  font-size: 16px;
  --text-opacity: 1;
  color: #9a9a9a;
  color: rgba(154, 154, 154, var(--text-opacity));
}

.b-connect__icon_map {
  font-size: 20px;
}

.b-connect__text a {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  text-decoration: underline;
}

.b-connect__text a:hover {
  color: var(--hover-color);
}

.b-connect__text_phone {
  font-size: 16px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-connect__text_mail {
  font-size: 13px;
  text-decoration: underline;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-connect__text_map {
  padding-left: 2px;
  font-size: 13px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

@media (min-width: 768px) {
  .b-connect__text_phone {
    font-size: 18px;
  }

  .b-connect__text_phone:hover, .b-connect__text_map:hover {
    color: var(--hover-color);
  }
}

@media (min-width: 560px) {
  .b-connect__title {
    margin-bottom: 1rem;
  }

  .b-connect__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -2px;
  }

  .b-connect__item {
    line-height: 1;
  }

  .b-connect__item:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .b-connect__iconWrap {
    display: block;
  }
}

@media (min-width: 768px) {
  .b-connect__title {
    font-size: 18px;
  }
}

.b-connect_office .b-connect__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.b-connect_office .b-connect__item:not(:last-child) {
  margin-bottom: 1rem;
}

.b-connect_office .b-connect__iconWrap {
  margin-right: 0.75rem;
}

.b-connect_office .b-connect__text + .b-connect__text {
  margin-top: 0.5rem;
}

.b-connect_office .b-connect__textDesc {
  font-size: 15px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  padding-top: 0.5rem;
}

.b-display__view_table {
  overflow-x: auto;
  max-width: 708px;
}

.b-display__view_table::-webkit-scrollbar {
  width: 3px;
  height: 5px;
}

.b-display__view_table::-webkit-scrollbar-track {
  border-radius: 10px;
  --bg-opacity: 1;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity));
}

.b-display__view_table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  --bg-opacity: 1;
  background-color: #888;
  background-color: rgba(136, 136, 136, var(--bg-opacity));
}

@media (min-width: 560px) {
  .b-display__view_card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .b-display__view_card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b-display__view_table {
    max-width: none;
  }
}

@media (min-width: 1024px) {
  .b-display__view_card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 15px;
    gap: 15px;
  }
}

@media (min-width: 1920px) {
  .b-display__view_card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.b-docs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.75rem;
}

.b-docs__iconWrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 30px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-docs__iconWrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.b-docs__iconWrap_pdf {
  background-color: var(--primary-color);
}

.b-docs__iconWrap_doc {
  --bg-opacity: 1;
  background-color: #1789e9;
  background-color: rgba(23, 137, 233, var(--bg-opacity));
}

.b-docs__icon {
  position: relative;
}

.b-docs__text {
  margin-left: 0.5rem;
  font-size: 13px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-docs__link {
  color: var(--primary-color);
  text-decoration: underline;
}

.b-docs:hover .b-docs__iconWrap:before {
  opacity: 1;
}

@media (min-width: 560px) {
  .b-docs__text {
    font-size: 15px;
  }
}

.b-eventCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-eventCard:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-eventCard__imgWrap {
  display: block;
  height: 203px;
}

.b-eventCard__img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.b-eventCard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-eventCard__content_bottomRight {
  min-height: 200px;
}

.b-eventCard__event {
  margin-bottom: 1rem;
  font-size: 13px;
  color: var(--primary-color);
}

.b-eventCard__title {
  margin-bottom: 1.25rem;
  font-size: 15px;
  font-weight: 500;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-eventCard__date {
  font-size: 13px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

@media (min-width: 560px) {
  .b-eventCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-eventCard__imgWrap {
    height: 320px;
    width: 100%;
  }

  .b-eventCard__content {
    position: absolute;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }

  .b-eventCard__content_bottomRight {
    min-height: 0;
  }
}

@media (min-width: 768px) {
  .b-eventCard__imgWrap {
    height: 374px;
  }

  .b-eventCard__content {
    padding: 2rem;
  }

  .b-eventCard__title {
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (min-width: 1024px) {
  .b-eventCard__imgWrap {
    height: 296px;
  }

  .b-eventCard__content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: 183px;
    width: 100%;
  }

  .b-eventCard__content_bottom {
    top: auto;
    bottom: 0;
  }

  .b-eventCard__content_bottom .b-eventCard__title {
    overflow: hidden;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .b-eventCard__content_bottomRight {
    width: 50%;
    height: 100%;
  }

  .b-eventCard__content_bottomRight .b-eventCard__title {
    overflow: hidden;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard {
    height: 296px;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard__imgWrap {
    height: 115px;
  }
}

@media (min-width: 1280px) {
  .b-eventCard__imgWrap {
    height: 366px;
    width: 100%;
  }

  .b-eventCard__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 50%;
  }

  .b-eventCard__content_bottomRight {
    top: auto;
    bottom: 0;
    width: 50%;
    height: 50%;
  }

  .b-eventCard__content_bottomRight .b-eventCard__title {
    -webkit-line-clamp: 3;
  }

  .b-eventCard__title {
    overflow: hidden;
    margin-bottom: 20px;
    height: 72px;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard {
    height: 366px;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard__imgWrap {
    height: 200px;
  }
}

@media (min-width: 1920px) {
  .b-eventCard__imgWrap {
    height: 374px;
  }

  .b-eventCard__content {
    height: 178px;
  }

  .b-eventCard__content_bottom .b-eventCard__title, .b-eventCard__content_bottomRight .b-eventCard__title {
    margin-bottom: 1.25rem;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard {
    height: 374px;
  }

  .b-swiper_nonStandart .b-swiper__item:not(:first-child) .b-eventCard__imgWrap {
    height: 220px;
  }
}

.b-eventCard_sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-eventCard_sidebar .b-eventCard__imgWrap {
  height: 12rem;
}

.b-eventCard_sidebar .b-eventCard__content {
  position: static;
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.b-features {
  line-height: 2rem;
  padding-top: 3rem;
}

.b-features + .b-features {
  margin-top: 1.5rem;
}

.b-features.b-features_noTopPadding {
  padding-top: 0;
  width: 100%;
}

.b-features.b-features_full {
  width: 100%;
}

.b-features__title {
  font-weight: 600;
  font-size: 16px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-features__list {
  overflow: hidden;
  max-height: 168px;
}

.b-features__list.b-features__list_full {
  max-height: none;
}

.b-features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-features__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58.333333%;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-features__option_full {
  width: 100%;
}

.b-features__option > a {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-features__option > a:hover {
  text-decoration: underline;
}

.b-features__points {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  border-bottom-width: 1px;
  border-style: dotted;
  --border-opacity: 1;
  border-color: #999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.b-features__value {
  --text-opacity: 1;
  color: #010101;
  color: rgba(1, 1, 1, var(--text-opacity));
}

.b-features__link {
  margin-top: 0.75rem;
  font-size: 13px;
  color: var(--primary-color);
  text-decoration: underline;
  cursor: pointer;
}

.b-features__link:hover {
  color: var(--hover-color);
}

@media (min-width: 560px) {
  .b-features {
    width: 50%;
    padding-top: 0;
  }

  .b-features__list {
    max-height: 195px;
  }
}

@media (min-width: 1024px) {
  .b-features {
    width: 100%;
    padding-top: 3rem;
    border-top-width: 2px;
    border-style: solid;
    --border-opacity: 1;
    border-color: #ccc;
    border-color: rgba(204, 204, 204, var(--border-opacity));
  }

  .b-features.b-features_noTopPadding {
    border-width: 0;
  }
}

.sf-duplicate {
  padding: 0;
  background-color: transparent;
}

.sf-duplicate__property-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: -10px;
  margin-right: -10px;
}

.sf-duplicate__property-item {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.sf-duplicate__property-name {
  font-size: 14px;
  font-weight: 400;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.sf-duplicate__value-name {
  @aapply text-sm;
}

.filter-checkmark {
  --text-opacity: 1;
  color: #ce3a12;
  color: rgba(206, 58, 18, var(--text-opacity));
}

@media (max-width: 560px) {
  .sf-duplicate__property-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 479px) {
  .sf-duplicate {
    display: none;
  }
}

.filter {
  position: relative;
  font-size: 14px;
  margin-bottom: 20px;
}

.row [class*="col-"].citrus-sf__item {
  padding: 0;
}

.citrus-sf__fields-block {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.citrus-sf-field {
  margin-bottom: 0;
}

.citrus-sf-field._open[data-template="DROPDOWN"] .citrus-sf-values {
  border-top-width: 1px;
  border-style: solid;
  border-color: rgba(205, 205, 205, 0.6);
}

.citrus-sf-label {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 60px;
  line-height: 58px;
  border-color: rgba(205, 205, 205, 0.6);
  padding: 0 40px 0 20px;
}

.citrus-select__search-input {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 60px;
  line-height: 60px;
  border-bottom-color: rgba(205, 205, 205, 0.6);
}

.citrus-select__search-icon {
  height: 60px;
}

[data-display-type="S"] .citrus-select__search-input {
  padding: 0 40px 0 20px;
}

.citrus-sf-label_name {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.has-value .citrus-sf-label_name {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.citrus-sf-label:after {
  font-size: 22px;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  border-width: 0;
  font-family: FontAwesome;
  content: '\f105';
  top: 3px;
  right: -5px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
  height: 22px;
}

[data-display-type="S"] .citrus-select__search-input::-webkit-input-placeholder {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

[data-display-type="S"] .citrus-select__search-input::-moz-placeholder {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

[data-display-type="S"] .citrus-select__search-input:-moz-placeholder {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

[data-display-type="S"] .citrus-select__search-input:-ms-input-placeholder {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.citrus-sf-values {
  margin-top: 0;
  border-width: 0;
  -webkit-box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 13px 20px 0 rgba(0, 0, 0, 0.16);
}

.citrus-sf-values:before, .citrus-sf-values:after {
  display: none;
}

.citrus-sf-label_close {
  top: 0;
  right: 0;
  border-color: transparent;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  height: 58px;
  width: 35px;
  z-index: 1;
}

.icon-close {
  color: var(--primary-color);
}

.citrus-sf__button-block {
  position: absolute;
  right: 0;
  top: 100%;
  width: auto;
  padding: 12px 0 0;
}

.citrus-sf__button {
  margin-bottom: 0;
  border-color: transparent;
  font-size: 14px;
  text-decoration: underline;
  background: none;
  -webkit-appearance: none;
}

.citrus-sf__button:hover {
  text-decoration: none;
  background: none;
}

.citrus-sf__button._submit {
  display: none;
}

.citrus-sf__button._reset {
  color: var(--primary-color);
}

.citrus-sf__button._reset:hover {
  color: var(--hover-color);
}

.sf-openerWrap {
  display: none;
  margin-bottom: 1.25rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.sf-opener {
  font-size: 14px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  text-decoration: underline;
}

@media (min-width: 1920px) {
  .citrus-sf__item {
    width: calc(100% / 6);
  }

  .citrus-sf__item:nth-child(6) .citrus-sf-values {
    right: 0;
    left: auto;
  }

  .citrus-sf-values {
    min-width: 290px;
  }
}

@media (min-width: 1024px) {
  .citrus-sf-values {
    padding: 30px;
  }
}

@media (max-width: 1280px) {
  .filter {
    margin-bottom: 30px;
  }

  .citrus-sf__button-block {
    padding-top: 22px;
  }
}

@media (max-width: 1279px) {
  .citrus-sf__button-block {
    margin-top: 0;
  }
}

@media (max-width: 670px) {
  .citrus-sf__button-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 11px;
  }

  .citrus-sf__button {
    padding-top: 0;
    padding-bottom: 0;
    height: 1.8rem;
  }
}

@media (max-width: 560px) {
  .filter {
    margin-bottom: 24px;
  }
}

@media (max-width: 559px) {
  .citrus-sf__button-block {
    position: static;
    margin: 0 auto;
    padding-top: 7px;
  }

  .sf-openerWrap {
    display: block;
  }

  .citrus-sf__button-block > .sf-opener {
    display: none;
  }
}

@media (max-width: 360px) {
  .filter {
    margin-bottom: 20px;
  }
}

.irs-from, .irs-to, .irs-single {
  top: 100%;
}

.irs-bar {
  height: 8px;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  background: var(--primary-color);
}

.irs-line {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.irs-slider {
  border-width: 3px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  -webkit-box-shadow: 0 2px 6px 0 rgba(54, 54, 54, 0.65);
  box-shadow: 0 2px 6px 0 rgba(54, 54, 54, 0.65);
  background: var(--primary-color);
  width: 26px;
  height: 26px;
  top: 23px;
}

.irs-slider.state_hover, .irs-slider:hover {
  background-color: var(--primary-color);
}

.irs-from, .irs-to, .irs-single {
  font-size: 13px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  background: none;
}

.irs-min, .irs-max {
  font-size: 13px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  background: none;
  top: 100%;
}

.filter-numbers_input {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  width: 43.5%;
  height: 40px;
  line-height: 40px;
}

.citrus-sf-values_result {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  padding-top: 25px;
}

.citrus-sf-field_DROPDOWN .citrus-sf-values_result {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.citrus-select__item:last-child {
  margin-bottom: 5px;
}

.citrus-sf-values_result span {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

@media (min-width: 1024px) {
  .filter-numbers_input {
    width: 43.5%;
  }
}

.citrus-select__item-input:not(:checked) + .filter-checkmark:before {
  --border-opacity: 1;
  border-color: #999;
  border-color: rgba(153, 153, 153, var(--border-opacity));
}

.b-filterPanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.75rem;
  min-height: 19px;
}

@media (min-width: 560px) {
  .b-filterPanel {
    width: auto;
    margin-bottom: 1.5rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-filterPanel__sorting {
    margin-right: 3rem;
  }
}

@media (min-width: 768px) {
  .b-filterPanel__sorting {
    margin-right: 4rem;
  }
}

@media (min-width: 1920px) {
  .b-filterPanel__sorting {
    margin-right: 5rem;
  }
}

.btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  background-image: none;
  border-width: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  width: auto;
  height: 50px;
  padding: 0 20px;
  line-height: 2.25;
  border-radius: 25px;
  min-width: 180px;
  /*default size*/
  max-width: 100%;
  -webkit-transition: background-color .15s ease, color .15s ease, border-color .15s ease;
  transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.btn-primary {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--primary-color);
}

.btn-primary:hover, .btn-primary:active {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--hover-color);
}

.citrus-form-mod--compact .form-group.agree-block {
  margin-top: 30px;
  margin-bottom: 0;
}

.agree-block__text {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  font-style: normal;
  line-height: 1.54;
}

.citrus-form__fields {
  padding-top: 42px;
}

.citrus-form-mod--compact .citrus-form input:not([type]), .citrus-form-mod--compact .citrus-form input[type=text], .citrus-form-mod--compact .citrus-form input[type=password], .citrus-form-mod--compact .citrus-form input[type=email], .citrus-form-mod--compact .citrus-form input[type=url], .citrus-form-mod--compact .citrus-form input[type=time], .citrus-form-mod--compact .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form-mod--compact .citrus-form input[type=datetime-local], .citrus-form-mod--compact .citrus-form input[type=tel], .citrus-form-mod--compact .citrus-form input[type=number], .citrus-form-mod--compact .citrus-form input[type=search], .citrus-form-mod--compact .citrus-form select {
  height: 2.067em;
}

.citrus-form-mod--compact .form-group .field-title {
  font-size: 15px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  top: 0.4em;
}

.citrus-form-mod--compact .form-group:not(.form-group--template-phone) .field-title:not(._active) {
  left: 0;
  padding-left: 0;
}

.form-group {
  margin-bottom: 1.87em;
}

.form-group .field-title._active {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  font-size: 13px;
  -webkit-transform: translateY(-1.7em);
  transform: translateY(-1.7em);
}

.form-group.has-error .field-title {
  display: none;
}

.citrus-form input:not([type]), .citrus-form input[type=text], .citrus-form input[type=password], .citrus-form input[type=email], .citrus-form input[type=url], .citrus-form input[type=time], .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form input[type=datetime-local], .citrus-form input[type=tel], .citrus-form input[type=number], .citrus-form input[type=search], .citrus-form textarea, .citrus-form select {
  font-size: 15px;
}

.citrus-form .form-control {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-radius: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-color: #E2E8F0;
  padding: 0.6em 1em;
}

.citrus-form-phone__input {
  padding-left: calc(0.5em + var(--citrus-forms-phone-icon-size)) !important;
}

.form-group--template-phone .field-title:not(._active) {
  left: 0.8em;
}

.citrus-form-phone__icon {
  left: 0;
}

.input-container.has-error .form-control {
  border-color: transparent;
  border-bottom-color: var(--hover-color);
}

.has-error .help-block, .has-group-error .help-block {
  position: absolute;
  padding: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  color: var(--primary-color);
  font-size: 13px;
  top: -18px;
}

.bootstrap-select .dropdown-toggle {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  border-radius: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-bottom-color: #cccccc;
  padding: 0.6em 1em 0.6em 0;
}

.bootstrap-select.btn-group .dropdown-menu {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.citrus-form-mod--compact .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-size: 15px;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-bottom: 8px dashed;
}

.caret {
  border-top: 8px dashed;
  border-right: 7.5px solid transparent;
  border-left: 7.5px solid transparent;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  top: 55%;
}

.bootstrap-select button[type="button"]:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.citrus-form-mod--compact .citrus-form textarea {
  height: 8.75em;
}

.message-block-icon {
  display: none;
}

.citrus-form__message-block {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  margin-bottom: 20px;
}

.citrus-form__message-block .message-block {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.citrus-form__message-block .message-block._success {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  color: #04b80c;
}

.citrus-form__message-block p, .citrus-form__message-block p:last-child {
  margin: 1em 0 0.5em;
}

.citrus-form__message-block .message-block {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}

.citrus-form__message-block:not(.hidden) + .citrus-form__fields {
  padding-top: 0;
}

.citrus-form__message-block:not(.hidden)._error + .citrus-form__fields {
  padding-top: 0;
}

.citrus-form__message-block .message-block._error {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.b-iconCard {
  display: none;
}

.b-iconCard__icon {
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 1280px) {
  .b-iconCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 1.25rem;
    --bg-opacity: 1;
    background-color: #f5f5f5;
    background-color: rgba(245, 245, 245, var(--bg-opacity));
  }

  .b-iconCard_five {
    width: 20%;
    height: 14rem;
  }

  .b-iconCard_five:not(:last-child) {
    margin-right: 1rem;
  }

  .b-iconCard__text {
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    max-height: 72px;
  }

  .b-iconCard__iconWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 9999px;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
  }

  .b-iconCard__icon {
    width: 50px;
    height: 50px;
    fill: var(--primary-color);
    stroke: var(--primary-color);
  }
}

@media (min-width: 1920px) {
  .b-iconCard {
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .b-iconCard__iconWrap {
    width: 6rem;
    height: 6rem;
  }

  .b-iconCard__icon {
    width: 60px;
    height: 60px;
  }
}

.b-infoCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-infoCard:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-infoCard:hover .b-infoCard__textWrap {
  color: var(--hover-color);
}

.b-infoCard__imgWrap {
  display: block;
  overflow: hidden;
  height: 105px;
  width: 45%;
}

.b-infoCard__img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-infoCard__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
  overflow: hidden;
  font-size: 18px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 600;
  line-height: 1.5rem;
  width: 65%;
}

@media (min-width: 360px) {
  .b-infoCard__imgWrap {
    width: 48%;
  }

  .b-infoCard__textWrap {
    width: 52%;
  }
}

@media (min-width: 560px) {
  .b-infoCard {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .b-infoCard__imgWrap {
    height: 115px;
  }
}

@media (min-width: 768px) {
  .b-infoCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .b-infoCard__imgWrap {
    width: 100%;
    height: 128px;
  }

  .b-infoCard__textWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    text-align: center;
    width: 100%;
    height: 80px;
  }
}

.b-label-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  left: 0;
  top: 0;
  margin-top: 0.75rem;
  z-index: 1;
}

.b-productCard_table .b-label-container {
  margin-top: 0;
}

.b-label {
  margin-top: 0.75rem;
  --label-color: #ccc;
}

.b-label_sale {
  --label-color: var(--primary-color);
}

.b-label_hit {
  --label-color: #ff9900;
}

.b-label_new {
  --label-color: #0fa3c6;
}

.b-label__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  height: 24px;
  background-color: var(--label-color);
}

.b-label__content:before {
  position: absolute;
  display: block;
  top: 0;
  height: 0;
  content: '';
  z-index: 1;
  right: -20px;
  border: 12px solid transparent;
  border-left: 8px solid var(--label-color);
}

.b-label__text {
  font-size: 11px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
}

.b-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-logo__iconWrap {
  width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-logo__icon {
  max-width: 100%;
  max-height: 100%;
}

.b-logo__infoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0.75rem;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  width: 130px;
}

.b-logo__name {
  font-size: 20px;
  line-height: 2.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-logo__nameExtra_bold {
  font-weight: 600;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-logo__desc {
  display: none;
  font-size: 13px;
  line-height: 1.25rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 360px) {
  .b-logo__infoWrap {
    width: 140px;
  }
}

@media (min-width: 560px) {
  .b-logo__infoWrap {
    margin-left: 1.25rem;
    width: 160px;
  }

  .b-logo__name {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  .b-logo__iconWrap {
    width: 330px;
  }

  .b-logo__iconWrap img {
    width: 100%;
  }

  .b-logo__infoWrap {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-left: 1.5rem;
    min-width: 210px;
    max-width: 300px;
  }

  .b-logo__name {
    margin-bottom: 0.25rem;
    font-size: 30px;
  }

  .b-logo__desc {
    display: block;
  }
}

@media (min-width: 1024px) {
  .b-logo__infoWrap {
    max-width: 550px;
  }
}

@media (min-width: 1280px) {
  .b-logo__infoWrap {
    max-width: 780px;
  }
}

@media (min-width: 1920px) {
  .b-logo__infoWrap {
    max-width: 430px;
  }
}

.b-menuFloat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  z-index: 10;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  top: 98%;
}

.b-menuFloat__item {
  width: 237px;
}

.b-menuFloat__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  padding: 10px 13px 10px 30px;
}

.b-menuFloat__title:hover {
  color: var(--primary-color);
}

.b-menuFloat__text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  padding: 10px 13px 10px 30px;
}

.b-menuFloat__text:hover {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--primary-color);
}

.b-menuFooter__col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.b-menuFooter__item {
  font-size: 18px;
  font-weight: 600;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-menuFooter__item:not(:last-child) {
  margin-bottom: 1.25rem;
}

.b-menuFooter__item:hover {
  color: var(--primary-color);
}

.b-menuMobile {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-menuMobile_lev2 {
  display: none;
}

.b-menuMobile__item_open > .b-menuMobile_lev2 {
  display: block;
}

.b-menuMobile__link {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-menuMobile__link:hover {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-menuMobile__link_lev1 {
  font-size: 16px;
  font-weight: 500;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  border-top-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #cdcdcd;
  border-color: rgba(205, 205, 205, var(--border-opacity));
  padding: 16px 16px 16px 30px;
}

.b-menuMobile__link_lev2 {
  font-size: 14px;
  font-weight: 400;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  padding: 12px 16px 12px 30px;
}

.b-menuMobile__item {
  position: relative;
}

.b-menuMobile__item_selected.b-menuMobile__item_lev2 .b-menuMobile__link {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--primary-color);
}

.b-menuMobile__item_open > .b-menuMobile__link {
  color: var(--primary-color);
}

.b-menuMobile__item_open > .b-menuMobile__link_lev1 {
  border-bottom-width: 1px;
}

.b-menuMobile__item_open .b-menuMobile__icon {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: 90deg;
  color: var(--primary-color);
}

.b-menuMobile__iconWrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  width: 50px;
}

.b-menuMobile__icon {
  font-size: 22px;
}

.b-menuSidebar__item_lev1:last-child .b-menuSidebar__link {
  border-bottom-width: 0;
}

.b-menuSidebar__item_active {
  border-bottom-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
}

.b-menuSidebar__item_active > .b-menuSidebar__link_lev1 {
  color: var(--primary-color);
}

.b-menuSidebar__item_active > .b-menuSidebar__link_lev2 {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  background-color: var(--primary-color);
}

.b-menuSidebar__link_lev1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  font-weight: 500;
  font-size: 16px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-menuSidebar__link_lev2 {
  display: block;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 14px;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-menuSidebar__icon {
  position: relative;
  top: 2px;
  font-size: 22px;
}

.b-menuTop_lev1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}

.b-menuTop_lev2 {
  position: absolute;
  padding: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: var(--primary-color);
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
  top: 100%;
  width: 280px;
}

.b-menuTop__item_lev1 {
  position: relative;
}

.b-menuTop__item_lev1:hover .b-menuTop__link_lev1,
  .b-menuTop__item_lev1:hover .b-menuTop__icon {
  color: var(--primary-color);
}

.b-menuTop__item_lev1:hover > .b-menuTop_lev2 {
  visibility: visible;
}

.b-menuTop__item_lev2 {
  display: block;
}

.b-menuTop__item_lev2:hover .b-menuTop__link_lev2 {
  background-color: var(--primary-color);
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-menuTop__link_lev1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  text-decoration: none;
  height: 108.5px;
  padding: 0 20px 0 30px;
}

.b-menuTop__link_lev2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  text-decoration: none;
  padding: 14px 14px 14px 30px;
  line-height: 20px;
}

.b-menuTop__icon {
  margin-left: 0.5rem;
  font-size: 22px;
}

.b-offerCard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
}

.b-offerCard:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-offerCard__imgWrap {
  display: block;
  height: 203px;
}

.b-offerCard__img {
  display: block;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.b-offerCard__content {
  top: auto;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-offerCard__title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 16px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 600;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-offerCard__desc {
  font-size: 14px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  overflow: hidden;
  height: 63px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-offerCard_noDesc .b-offerCard__title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-offerCard_noDesc .b-offerCard__desc {
  display: none;
}

@media (min-width: 360px) {
  .b-offerCard_noDesc .b-offerCard__title {
    height: 54px;
  }
}

@media (min-width: 768px) {
  .b-offerCard__content {
    padding: 2rem;
  }

  .b-offerCard__title {
    font-size: 18px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .b-offerCard_noDesc .b-offerCard__title {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}

@media (min-width: 1024px) {
  .b-offerCard__imgWrap {
    height: 296px;
  }

  .b-offerCard__content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    height: 132px;
  }

  .b-offerCard_noDesc .b-offerCard__content {
    height: auto;
  }
}

@media (min-width: 1280px) {
  .b-offerCard__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


.modal-w-400 {
  max-width: 440px;
}

.modal-w-600 {
  max-width: 600px;
}

.modal-header {
  position: relative;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  padding: 60px 44px 0;
}

.modal-title {
  width: 100%;
  padding: 0;
  font-size: 30px;
  font-weight: 500;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  text-transform: none;
  text-align: center;
  line-height: 1;
}

.btn.modal-close-btn {
  width: 50px;
  height: 50px;
  min-width: 0;
  border-radius: 9999px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn.modal-close-btn:hover {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.modal-close-btn__icon svg {
  display: none;
}

.modal-body {
  padding: 0 44px 50px;
}

.modal-close-btn__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17px;
  height: 17px;
}

.modal-close-btn__icon:before, .modal-close-btn__icon:after {
  position: absolute;
  width: 3px;
  height: 20px;
  --bg-opacity: 1;
  background-color: #888;
  background-color: rgba(136, 136, 136, var(--bg-opacity));
  content: ' ';
  top: -1px;
  left: 7px;
}

.btn.modal-close-btn:hover .modal-close-btn__icon:before,
.btn.modal-close-btn:hover .modal-close-btn__icon:after,
.btn.modal-close-btn:active .modal-close-btn__icon:before,
.btn.modal-close-btn:hover .modal-close-btn__icon:after {
  background-color: var(--primary-color);
}

.modal-close-btn__icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-close-btn__icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.b-sidebarMobile .btn.modal-close-btn {
  display: none;
}

.b-sidebarMobile .modal-title {
  font-size: 25px;
}

.b-sidebarMobile .modal-content {
  margin-top: 0;
}

.b-sidebarMobile .modal-header {
  padding-top: 0;
}

.b-sidebarMobile .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.b-sidebarMobile .btn {
  height: 45px;
}

@media (max-width: 1024px) {
  .modal-title {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  .modal-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 560px) {
  .modal-title {
    font-size: 23px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    margin: 0;
    max-width: 100%;
    height: 100%;
  }
}

@media (max-width: 360px) {
  .modal-title {
    font-size: 20px;
  }
}

.b-price {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-price__old {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  text-decoration: line-through;
}

.b-price_card {
  font-size: 14px;
  font-weight: 400;
}

.b-price_card .b-price__old {
  font-size: 18px;
  margin-right: 0.25rem;
}

.b-price_card .b-price__now {
  font-size: 18px;
  font-weight: 700;
}

.b-price_list {
  font-size: 14px;
  font-weight: 500;
}

.b-price_list .b-price__from {
  font-weight: 400;
}

.b-price_list .b-price__old {
  font-size: 22px;
}

.b-price_list .b-price__now {
  font-size: 22px;
  font-weight: 700;
}

.b-price_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  font-weight: 500;
}

.b-price_table .b-price__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.b-price_table .b-price__priceWrap {
  width: 100%;
}

.b-price_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}

.b-price_detail .b-price__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 58.333333%;
}

.b-price_detail .b-price__priceWrap {
  width: 100%;
  text-align: center;
}

.b-price_detail .b-price__unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 41.666667%;
  padding-top: 5px;
  padding-left: 0.5rem;
  line-height: 28px;
}

.b-price_detail .b-price__old {
  font-size: 20px;
  font-weight: 500;
}

.b-price_detail .b-price__now {
  font-size: 22px;
  font-weight: 500;
}

.b-price_detail .b-price__currency {
  font-weight: 500;
}

@media (min-width: 560px) {
  .b-price_list .b-price__old {
    margin-right: 0.25rem;
  }

  .b-price_detail {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-price_detail .b-price__main {
    width: auto;
  }

  .b-price_detail .b-price__unit {
    font-size: 14px;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
  }

  .b-price_detail .b-price__now {
    font-size: 30px;
  }

  .b-price_detail .b-price__currency {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .b-price_card .b-price__old {
    font-size: 20px;
    font-weight: 500;
  }

  .b-price_card .b-price__now {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .b-price_card {
    font-weight: 500;
  }

  .b-price_card .b-price__now {
    font-weight: 700;
  }

  .b-price_list .b-price__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .b-price_list .b-price__priceWrap {
    width: 100%;
  }

  .b-price_detail {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-price_detail .b-price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-price_detail .b-price__main {
    width: 58.333333%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-price_detail .b-price__priceWrap {
    text-align: left;
  }

  .b-price_detail .b-price__unit {
    width: 41.666667%;
    padding-top: 0.75rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 33px;
  }
}

.b-priceBlock {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-priceBlock__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-priceBlock__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
}

.b-priceBlock__btnWrap {
  width: 58.333333%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.b-priceBlock__btn {
  min-width: 144px;
}

.b-priceBlock__statusWrap {
  width: 41.666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.5rem;
}

.b-priceBlock__status {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-priceBlock__status_in-stock .b-priceBlock__statusSign {
  --bg-opacity: 1;
  background-color: #3ab011;
  background-color: rgba(58, 176, 17, var(--bg-opacity));
}

.b-priceBlock__status_out-of-stock .b-priceBlock__statusSign {
  --bg-opacity: 1;
  background-color: #ff9900;
  background-color: rgba(255, 153, 0, var(--bg-opacity));
}

.b-priceBlock__status_unavailable .b-priceBlock__statusSign {
  --bg-opacity: 1;
  background-color: #cc0a0a;
  background-color: rgba(204, 10, 10, var(--bg-opacity));
}

.b-priceBlock__statusSign {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  border-radius: 9999px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.b-priceBlock__statusText {
  line-height: 1.25rem;
}

@media (min-width: 560px) {
  .b-priceBlock {
    width: 50%;
    padding-top: 1.25rem;
  }

  .b-priceBlock__priceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-priceBlock__action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2rem;
  }

  .b-priceBlock__btnWrap {
    width: 100%;
  }

  .b-priceBlock__btn {
    min-width: 165px;
  }

  .b-priceBlock__statusWrap {
    width: 100%;
    padding-top: 1.25rem;
    padding-left: 0;
  }

  .b-priceBlock__status {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .b-priceBlock {
    width: 100%;
    padding-bottom: 3rem;
    padding-top: 0;
  }

  .b-priceBlock__priceWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .b-priceBlock__action {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 1.25rem;
  }

  .b-priceBlock__btnWrap {
    width: 58.333333%;
    text-align: left;
  }

  .b-priceBlock__statusWrap {
    padding-top: 0;
  }

  .b-priceBlock__status {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.b-priceCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-priceCard:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-priceCard:hover .b-priceCard__title {
  color: var(--hover-color);
}

.b-priceCard__title {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 18px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  font-weight: 600;
}

.b-priceCard__desc {
  display: none;
  font-size: 13px;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.b-priceCard__bottom {
  font-size: 13px;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-priceCard__icon {
  display: none;
  width: 1.5rem;
  fill: var(--primary-color);
}

.b-priceCard__icon svg {
  width: 1.5rem;
  height: 1.25rem;
}

@media (min-width: 560px) {
  .b-priceCard {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .b-priceCard__title {
    margin-bottom: 0;
  }

  .b-priceCard__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    --text-opacity: 1;
    color: #333;
    color: rgba(51, 51, 51, var(--text-opacity));
  }
}

@media (min-width: 768px) {
  .b-priceCard {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }

  .b-priceCard__main {
    height: 10rem;
    overflow: hidden;
  }

  .b-priceCard__title {
    margin-bottom: 0.75rem;
  }

  .b-priceCard__desc, .b-priceCard__icon {
    display: block;
  }

  .b-priceCard__bottom {
    height: 2.5rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
  }

  .b-priceCard__priceValue {
    font-size: 22px;
  }

  .b-priceCard__noPrice {
    font-size: 15px;
  }
}

.b-productCard {
  position: relative;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-productCard:not(.b-productCard_table):hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

.b-productCard__label {
  margin-top: 1.25rem;
}

.b-productCard__img {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-productCard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.b-productCard__title {
  font-size: 15px;
  font-weight: 500;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-productCard__desc {
  font-size: 13px;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-productCard_card {
  display: block;
  padding: 1.25rem;
}

.b-productCard_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.b-productCard_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top-width: 0;
}

.b-productCard_table:hover .b-productCard__title {
  color: var(--primary-color);
}

.b-productCard_caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  font-weight: 500;
}

.b-productCard_card.b-productCard_caption,
.b-productCard_list.b-productCard_caption {
  display: none;
}

.b-productCard_card .b-productCard__imgWrap {
  display: block;
  margin-bottom: 1rem;
  overflow: hidden;
  height: 180px;
}

.b-productCard_card .b-productCard__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-productCard_card .b-productCard__textWrap {
  text-align: center;
}

.b-productCard_card .b-productCard__title {
  display: block;
  height: 3rem;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.b-productCard_card .b-productCard__priceWrap {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}

.b-productCard_card .b-productCard__desc, .b-productCard_card .b-productCard__more, .b-productCard_card .b-productCard__unitsWrap, .b-productCard_card .b-productCard__isAvailable {
  display: none;
}

.b-productCard_list .b-productCard__imgWrap {
  height: 10rem;
  margin-bottom: 0.5rem;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.b-productCard_list .b-productCard__textWrap {
  margin-bottom: 1.25rem;
}

.b-productCard_list .b-productCard__title {
  display: block;
  margin-bottom: 0.75rem;
}

.b-productCard_list .b-productCard__desc {
  display: block;
}

.b-productCard_list .b-productCard__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-productCard_list .b-productCard__price {
  margin-bottom: 5px;
}

.b-productCard_list .b-productCard__btn {
  min-width: 148px;
}

.b-productCard_list .b-productCard__unitsWrap, .b-productCard_list .b-productCard__isAvailable {
  display: none;
}

.b-productCard_table .b-productCard__imgCaption, .b-productCard_table .b-productCard__textCaption, .b-productCard_table .b-productCard__unitsCaption, .b-productCard_table .b-productCard__priceCaption, .b-productCard_table .b-productCard__isAvailableCaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1rem;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-productCard_table .b-productCard__imgCaption, .b-productCard_table .b-productCard__textCaption, .b-productCard_table .b-productCard__unitsCaption, .b-productCard_table .b-productCard__priceCaption, .b-productCard_table .b-productCard__imgWrap, .b-productCard_table .b-productCard__textWrap, .b-productCard_table .b-productCard__unitsWrap, .b-productCard_table .b-productCard__priceWrap {
  border-right-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-productCard_table .b-productCard__label {
  margin-top: 0.5rem;
}

.b-productCard_table .b-productCard__imgWrap, .b-productCard_table .b-productCard__imgCaption {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
}

.b-productCard_table .b-productCard__imgWrap {
  position: relative;
  padding: 0.5rem;
  height: 100px;
}

.b-productCard_table .b-productCard__img {
  display: block;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-productCard_table .b-productCard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-productCard_table .b-productCard__textWrap, .b-productCard_table .b-productCard__textCaption {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 248px;
}

.b-productCard_table .b-productCard__textWrap {
  height: 100px;
}

.b-productCard_table .b-productCard__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  overflow: hidden;
}

.b-productCard_table .b-productCard__unitsWrap, .b-productCard_table .b-productCard__unitsCaption {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
}

.b-productCard_table .b-productCard__unitsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 13px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  height: 100px;
}

.b-productCard_table .b-productCard__priceWrap, .b-productCard_table .b-productCard__priceCaption {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 140px;
}

.b-productCard_table .b-productCard__priceWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 140px;
  height: 100px;
}

.b-productCard_table .b-productCard__isAvailableCaption, .b-productCard_table .b-productCard__isAvailable {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 98px;
}

.b-productCard_table .b-productCard__isAvailable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 13px;
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
  height: 100px;
}

.b-productCard_table .b-productCard__desc, .b-productCard_table .b-productCard__more {
  display: none;
}

@media (min-width: 360px) {
  .b-productCard_list .b-productCard__priceWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 560px) {
  .b-productCard_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.25rem;
  }

  .b-productCard_card .b-productCard__imgWrap {
    height: 230px;
  }

  .b-productCard_list .b-productCard__price {
    margin-bottom: 0;
  }

  .b-productCard_list .b-productCard__imgWrap {
    height: 12rem;
    width: 10rem;
    margin-right: 1.25rem;
    margin-bottom: 0;
  }

  .b-productCard_list .b-productCard__priceWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b-productCard_list .b-productCard__btn {
    min-width: 154px;
  }
}

@media (min-width: 768px) {
  .b-productCard__title {
    font-size: 16px;
  }

  .b-productCard_list {
    padding: 2rem;
  }

  .b-productCard_card .b-productCard__imgWrap {
    height: 225px;
  }

  .b-productCard_list .b-productCard__priceWrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .b-productCard_list .b-productCard__price {
    width: 250px;
  }

  .b-productCard_list .b-productCard__item {
    padding: 2rem;
  }

  .b-productCard_list .b-productCard__imgWrap {
    height: 10rem;
  }

  .b-productCard_list .b-productCard__desc {
    font-size: 14px;
  }

  .b-productCard_list .b-productCard__btn {
    min-width: 170px;
  }

  .b-productCard_table .b-productCard__textWrap {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }

  .b-productCard_table .b-productCard__unitsWrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-productCard_table .b-productCard__priceWrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .b-productCard_list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .b-productCard_card .b-productCard__imgWrap {
    height: 250px;
  }

  .b-productCard_list .b-productCard__imgWrap {
    height: 8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .b-productCard_list .b-productCard__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 148px;
  }

  .b-productCard_list .b-productCard__textWrap {
    margin-bottom: 0;
  }

  .b-productCard_list .b-productCard__title {
    margin-bottom: 1.5rem;
  }

  .b-productCard_list .b-productCard__priceWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 2rem;
  }

  .b-productCard_list .b-productCard__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    margin-bottom: 1.5rem;
  }

  .b-productCard_list .b-productCard__more {
    margin-left: 0;
  }

  .b-productCard_table .b-productCard__imgCaption, .b-productCard_table .b-productCard__textCaption, .b-productCard_table .b-productCard__unitsCaption, .b-productCard_table .b-productCard__priceCaption, .b-productCard_table .b-productCard__isAvailableCaption {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-productCard_table .b-productCard__imgCaption, .b-productCard_table .b-productCard__imgWrap {
    width: 140px;
  }

  .b-productCard_table .b-productCard__textCaption, .b-productCard_table .b-productCard__textWrap {
    width: 446px;
  }

  .b-productCard_table .b-productCard__title {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-productCard_table .b-productCard__unitsCaption, .b-productCard_table .b-productCard__unitsWrap {
    width: 120px;
  }

  .b-productCard_table .b-productCard__isAvailableCaption, .b-productCard_table .b-productCard__isAvailable {
    width: 118px;
  }

  .b-productCard_table .b-productCard__isAvailable {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .b-productCard_list {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-productCard_table .b-productCard__textCaption, .b-productCard_table .b-productCard__textWrap {
    width: 376px;
  }
}

@media (min-width: 1920px) {
  .b-productCard_list {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .b-productCard_list .b-productCard__btn {
    min-width: 180px;
  }

  .b-productCard_table .b-productCard__imgCaption, .b-productCard_table .b-productCard__imgWrap {
    width: 160px;
  }

  .b-productCard_table .b-productCard__unitsCaption, .b-productCard_table .b-productCard__unitsWrap {
    width: 160px;
  }

  .b-productCard_table .b-productCard__priceCaption, .b-productCard_table .b-productCard__priceWrap {
    width: 157px;
  }

  .b-productCard_table .b-productCard__priceWrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .b-productCard_table .b-productCard__isAvailableCaption, .b-productCard_table .b-productCard__isAvailable {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 166px;
  }
}

.b-productGallery {
  position: relative;
  height: 300px;
}

.b-productGallery__slider {
  position: relative;
  display: none;
  width: 16.666667%;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
  border-right-width: 0;
}

.b-productGallery__container {
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.b-productGallery__container:before, .b-productGallery__container:after {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  content: '';
  height: 75px;
  z-index: 2;
}

.b-productGallery__container:before {
  top: 0;
}

.b-productGallery__container:after {
  bottom: 0;
}

.b-productGallery__sliderItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  max-height: 130px;
}

.b-productGallery__sliderLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.b-productGallery__sliderLink > picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-productGallery__sliderImg {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-productGallery__sliderBtn {
  left: 50%;
  right: auto;
  margin-left: -1.5rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: 90deg;
}

.b-productGallery__sliderBtn_prev {
  top: auto;
  bottom: 11px;
}

.b-productGallery__sliderBtn_next {
  top: 37px;
}

.b-productGallery__main {
  position: relative;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
}

.b-productGallery__mainLink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.25rem;
}

.b-productGallery__mainImgWrap {
  display: block;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 40px;
  right: 40px;
}

.b-productGallery__mainImg {
  display: block;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.b-productGallery__btn_prev {
  right: auto;
  left: -10px;
}

.b-productGallery__btn_next {
  left: auto;
  right: -10px;
}

@media (min-width: 560px) {
  .b-productGallery {
    height: 330px;
  }

  .b-productGallery__mainImgWrap {
    left: 60px;
    right: 60px;
  }

  .b-productGallery__btn_prev {
    left: 10px;
  }

  .b-productGallery__btn_next {
    right: 10px;
  }
}

@media (min-width: 768px) {
  .b-productGallery {
    height: 440px;
  }

  __btn_prev {
    left: 20px;
  }

  __btn_next {
    right: 20px;
  }
}

@media (min-width: 1024px) {
  .b-productGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 614px;
  }

  .b-productGallery__slider {
    display: block;
  }

  .b-productGallery__mainImgWrap {
    position: static;
  }

  .b-productGallery__main {
    width: 83.333333%;
  }

  .b-productGallery__mainLink {
    display: none;
    position: absolute;
  }

  .b-productGallery__mainLink_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-productGallery__btn {
    display: none;
  }
}

.b-search {
  -webkit-transition: .30s ease;
  transition: .30s ease;
}

.b-search_header {
  right: 0;
}

.b-search:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.b-search__btnLink {
  font-size: 20px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  cursor: pointer;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0;
  border-radius: 0;
  height: 52px;
  width: 52px;
  line-height: 0;
  font-family: inherit;
  font-weight: inherit;
}

.b-search__btnLink:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.b-search__btnIcon {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-search_header .b-search__form {
  position: absolute;
  right: 0;
  opacity: 0;
  padding: 11px 0 12px;
  top: 15px;
  z-index: -1;
}

.b-search__btn {
  position: absolute;
  padding: 0;
  font-size: 20px;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  top: 15px;
  right: 15px;
  height: 45px;
  line-height: 0;
  width: 20px;
}

.b-search__btn svg {
  fill: #666;
}

.b-search__input {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #ccc;
  border-color: rgba(204, 204, 204, var(--border-opacity));
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  border-radius: 100px;
  height: 52px;
  padding: 0 40px;
  max-width: 690px;
}

.b-search__input::-webkit-input-placeholder {
  font-size: 15px;
}

.b-search__input::-moz-placeholder {
  font-size: 15px;
}

.b-search__input:-moz-placeholder {
  font-size: 15px;
}

.b-search__input:-ms-input-placeholder {
  font-size: 15px;
}

.b-search.b-search_opened {
  z-index: 10;
}

.b-search.b-search_opened .b-search__form {
  width: 50%;
}

.b-search.b-search_opened .b-search__input {
  padding: 0 30px;
}

.b-search.b-search_opened .b-search__input:focus {
  background-color: #fff;
}

@media (max-width: 1180px) {
  .b-search_header {
    width: 45%;
  }

  .b-search.b-search_opened {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .b-search__input {
    max-width: 440px;
  }

  .b-search_header .b-search__form {
    top: 0;
  }

  .b-search.b-search_opened .b-search__form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .b-search.b-search_opened {
    width: 100%;
    background: #fff;
    border: none;
    padding: 0 15px;
    right: 0;
    z-index: 1;
  }
}

@media (max-width: 560px) {
  .b-search__form {
    top: -22px;
  }
}

@media (max-width: 559px) {
  .b-search__btnLink {
    width: 30px;
    height: 30px;
    padding: 0 5px;
  }
}

@media (max-width: 479px) {
  .b-search__form {
    padding: 12px 0;
    top: -16px;
  }

  .b-search__input {
    height: 40px;
  }

  .b-search__btn {
    top: 10px;
  }
}

.b-social__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  --bg-opacity: 1;
  background-color: #ccc;
  background-color: rgba(204, 204, 204, var(--bg-opacity));
  border-radius: 9999px;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-social__item:hover, .b-social__item:active {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-social__item_fb:hover {
  --bg-opacity: 1;
  background-color: #5959d8;
  background-color: rgba(89, 89, 216, var(--bg-opacity));
}

.b-social__item_fb:active {
  --bg-opacity: 1;
  background-color: #4040b3;
  background-color: rgba(64, 64, 179, var(--bg-opacity));
}

.b-social__item_vk:hover {
  --bg-opacity: 1;
  background-color: #628dd3;
  background-color: rgba(98, 141, 211, var(--bg-opacity));
}

.b-social__item_vk:active {
  --bg-opacity: 1;
  background-color: #3768b9;
  background-color: rgba(55, 104, 185, var(--bg-opacity));
}
.b-social__item_telegram {
	background-color: #FFF;
	color: #ccc;
	color: rgba(204, 204, 204, var(--bg-opacity));
}
.b-social__item_telegram:hover {
  --bg-opacity: 1;
  background-color: #FFF;
  color: #2481cc;
  color: rgba(36, 129, 204, var(--bg-opacity));
  /*background-color: #2481cc;
  background-color: rgba(36, 129, 204, var(--bg-opacity));*/
}
.b-social__item_telegram .b-social__icon {
	font-size: 36px;
}

.b-social__item_telegram:active {
  --bg-opacity: 1;
  background-color: #FFF;
  color: #2481cc;
  color: rgba(36, 129, 204, var(--bg-opacity));
  /*background-color: #2481cc;
  background-color: rgba(36, 129, 204, var(--bg-opacity));*/
}


.b-social__item_insta:hover, .b-social__item_ig:hover {
  --bg-opacity: 1;
  background-color: #af35d2;
  background-color: rgba(175, 53, 210, var(--bg-opacity));
}

.b-social__item_insta:active, .b-social__item_ig:active {
  --bg-opacity: 1;
  background-color: #7e47b7;
  background-color: rgba(126, 71, 183, var(--bg-opacity));
}

.b-social__icon {
  font-size: 20px;
}

.b-social_office {
  padding-top: 20px;
}

.b-social__item_office {
  width: 3rem;
  height: 3rem;
}

.b-social__item_office:not(:last-child) {
  margin-right: 0.5rem;
}

.b-sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-sorting__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  text-decoration: underline;
}

.b-sorting__item:hover {
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
  text-decoration: none;
}

.b-sorting__item:not(:first-child) {
  margin-left: 1.5rem;
}

.b-sorting__item_selected {
  color: var(--primary-color);
  text-decoration: none;
}

.b-sorting__item_selected:hover {
  color: var(--primary-color);
}

.b-sorting__item_selected .b-sorting__iconWrap {
  fill: var(--primary-color);
}

.b-sorting__item_order_asc .b-sorting__icon {
  --transform-rotate: -90deg;
}

.b-sorting__item_order_desc .b-sorting__icon {
  --transform-rotate: 90deg;
}

.b-sorting__iconWrap {
  display: block;
  width: 0.75rem;
  height: 1rem;
  fill: #888888;
  margin-left: 0.5rem;
}

.b-sorting__icon {
  height: 1rem;
  width: 1rem;
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: -90deg;
}

@media (min-width: 768px) {
  .b-sorting__item:not(:first-child) {
    margin-left: 2rem;
  }
}

@media (min-width: 1920px) {
  .b-sorting__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}

.b-specifications__main {
  font-size: 13px;
  line-height: 23px;
}

.b-specifications__docs {
  margin-top: 1.5rem;
}

.b-specifications_full .b-specifications__main {
  width: 100%;
}

.b-specifications_full .b-specifications__tableWrap {
  display: none;
}

.b-specifications_withTable .b-specifications__tableWrap {
  margin-top: 1.5rem;
}

.b-specifications_withTable .b-specifications__table {
  scroll-margin-top: 90px;
}

.b-specifications_withTable .b-specifications__table_2 {
  margin-top: 1.5rem;
}

@media (min-width: 560px) {
  .b-specifications__main {
    font-size: 14px;
    line-height: 25px;
  }

  .b-specifications__docs {
    margin-top: 2rem;
  }

  .b-specifications_withTable .b-specifications__tableWrap {
    margin-top: 2rem;
  }

  .b-specifications_withTable .b-specifications__table_2 {
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .b-specifications__main {
    font-size: 15px;
  }

  .b-specifications__docs {
    margin-top: 3rem;
  }

  .b-specifications_withTable .b-specifications__tableWrap {
    margin-top: 3rem;
  }

  .b-specifications_withTable .b-specifications__table_2 {
    margin-top: 3rem;
  }
}

@media (min-width: 1024px) {
  .b-specifications__docs {
    margin-top: 4rem;
  }

  .b-specifications_withTable .b-specifications__tableWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4rem;
  }

  .b-specifications_withTable .b-specifications__table {
    width: 50%;
    scroll-margin-top: 125px;
  }

  .b-specifications_withTable .b-specifications__table_1 {
    margin-right: 1.25rem;
  }

  .b-specifications_withTable .b-specifications__table_2 {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .b-specifications__docs {
    width: 100%;
  }

  .b-specifications_withTable.b-specifications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-specifications_withTable .b-specifications__main {
    width: 60%;
  }

  .b-specifications_withTable .b-specifications__tableWrap {
    display: block;
    width: 40%;
    margin-top: 0;
    padding-left: 3rem;
  }

  .b-specifications_withTable .b-specifications__table {
    width: 100%;
  }

  .b-specifications_withTable .b-specifications__table_1 {
    margin-right: 0;
  }

  .b-specifications_withTable .b-specifications__table_2 {
    margin-top: 3rem;
    margin-left: 0;
  }
}

@media (min-width: 1920px) {
  .b-specifications_withTable .b-specifications__table {
    width: 100%;
  }

  .b-specifications_withTable .b-specifications__table_2 {
    margin-top: 4rem;
  }
}

.b-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.b-switch_right {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.b-switch__numWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.b-switch__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.25rem;
  border-radius: 9999px;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  width: 41px;
  height: 41px;
}

.b-switch__num:not(.b-switch__num_active):hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-switch__num_active {
  background-color: var(--primary-color);
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-switch__btnsWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.25rem;
}

.b-switch__btn_next {
  margin-left: 1.25rem;
}

@media (min-width: 768px) {
  .b-switch__num {
    margin-right: 0.5rem;
  }

  .b-switch__num {
    width: 51px;
    height: 51px;
  }

  .b-switch__btn_next {
    margin-left: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .b-switch_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.b-table {
  width: 100%;
  border-left-width: 3px;
  border-right-width: 3px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.b-table__head {
  display: none;
  font-size: 13px;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-table__th {
  width: 16.666667%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 500;
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
}

.b-table__th_title {
  width: 66.666667%;
}

.b-table__row:first-child .b-table__data_1 {
  border-top-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.b-table__row_white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-table__row_collapsed .b-table__data {
  border-width: 2px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.b-table__row_collapsed .b-table__data_1 {
  --bg-opacity: 1;
  background-color: #e7e7e7;
  background-color: rgba(231, 231, 231, var(--bg-opacity));
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-table__row_collapsed > .b-table__data .b-table__icon {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  --transform-rotate: -90deg;
}

.b-table__data {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.75rem;
}

.b-table__data_1 {
  padding-left: 0.75rem;
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
  font-weight: 600;
  vertical-align: middle;
  background-color: var(--primary-color);
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.b-table__data_2 {
  padding-left: 2rem;
  font-weight: 500;
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-table__icon {
  position: relative;
  top: 2px;
  font-size: 22px;
}

.b-table__text {
  padding-left: 0.75rem;
}

.b-table__price {
  width: 33.333333%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
}

.b-table__price_unit {
  font-size: 13px;
  text-align: center;
}

.b-table__price_price {
  text-align: center;
  font-weight: 500;
}

.b-table__content_old {
  display: block;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  text-decoration: line-through;
}

@media (min-width: 360px) {
  .b-table__price {
  }

  .b-table__price_name {
    width: 50%;
  }

  .b-table__price_unit, .b-table__price_price {
    width: 25%;
  }
}

@media (min-width: 560px) {
  .b-table__data_1 {
    padding-left: 1rem;
  }

  .b-table__data_2 {
    padding-left: 2.5rem;
  }

  .b-table__price_name {
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .b-table {
    table-layout: fixed;
  }

  .b-table__head {
    display: table-header-group;
  }

  .b-table__row:first-child .b-table__data_1 {
    border-top-width: 3px;
  }

  .b-table__text {
    padding-left: 1rem;
  }

  .b-table__price_name {
    width: 66.666667%;
    padding-left: 3rem;
  }

  .b-table__price_unit, .b-table__price_price {
    width: 16.666667%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .b-table__content_old {
    margin-right: 0.75rem;
    display: inline;
  }

  .b-table__data_1 {
    padding-left: 1.25rem;
  }
}

@media (min-width: 1920px) {
  .b-table__data_2 {
    padding-left: 3rem;
  }

  .b-table__price_name {
    padding-left: 3rem;
  }
}

.b-tableShort {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  font-size: 13px;
}

.b-tableShort__line {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-tableShort__line:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-tableShort__cell {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.b-tableShort__cell_title {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.b-tableShort__cell_option span,
    .b-tableShort__cell_value span {
  display: inline-block;
  max-width: 50%;
}

.b-tableShort__option {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-tableShort__value {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.b-tableShort a {
  text-decoration: underline;
}

.b-tableShort_multiple {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.b-tableShort_multiple .b-tableShort__line {
  display: block;
  border-bottom-width: 4px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
}

.b-tableShort_multiple .b-tableShort__line_head {
  display: none;
  position: absolute;
  padding: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
}

.b-tableShort_multiple .b-tableShort__cell {
  display: block;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  text-align: right;
}

.b-tableShort_multiple .b-tableShort__cell:before {
  float: left;
  content: attr(data-label);
}

@media (min-width: 360px) {
  .b-tableShort__cell_option span,
  .b-tableShort__cell_value span {
    display: inline;
    max-width: none;
  }
}

@media (min-width: 560px) {
  .b-tableShort {
    font-size: 15px;
  }

  .b-tableShort__cell {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-tableShort__cell_option {
    --text-opacity: 1;
    color: #666;
    color: rgba(102, 102, 102, var(--text-opacity));
  }

  .b-tableShort__option, .b-tableShort__value {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-tableShort_multiple .b-tableShort__line {
    display: table-row;
    border-width: 0;
  }

  .b-tableShort_multiple .b-tableShort__line_head {
    visibility: visible;
    position: static;
    display: table-row;
    height: auto;
    width: auto;
    margin: 0;
    clip: auto;
  }

  .b-tableShort_multiple .b-tableShort__cell {
    display: table-cell;
    border-width: 1px;
    text-align: left;
  }

  .b-tableShort_multiple .b-tableShort__cell:before {
    float: none;
    content: none;
  }
}

.b-tabs {
  margin-top: 2.5rem;
}

.b-tabs__header {
  display: none;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}

.b-tabs__link_desktop {
  margin-bottom: -2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.b-tabs__link_desktop.b-tabs__link_active {
  border-bottom-width: 2px;
  border-color: var(--primary-color);
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.b-tabs__link_mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  padding-top: 1.25rem;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #dcdcdc;
  border-color: rgba(220, 220, 220, var(--border-opacity));
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.b-tabs__link_mobile.b-tabs__link_active {
  border-bottom-color: var(--primary-color);
}

.b-tabs__icon {
  display: block;
  --text-opacity: 1;
  color: #999;
  color: rgba(153, 153, 153, var(--text-opacity));
  font-size: 22px;
}

.b-tabs__icon_active {
  color: var(--primary-color);
}

.b-tabs__content_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.25rem;
}

.b-tabs__content_desktop:last-child {
  margin-bottom: 0;
}

.b-tabs__content_mobile {
  display: none;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

@media (min-width: 560px) {
  .b-tabs {
    margin-top: 3rem;
  }

  .b-tabs__header {
    font-size: 18px;
  }

  .b-tabs__link_mobile {
    font-size: 18px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .b-tabs__content_mobile {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .b-tabs {
    margin-top: 4rem;
  }

  .b-tabs__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.5rem;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    --border-opacity: 1;
    border-color: #ccc;
    border-color: rgba(204, 204, 204, var(--border-opacity));
  }

  .b-tabs__link_desktop {
    margin-right: 2.5rem;
    border-width: 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: transparent;
  }

  .b-tabs__link_desktop:last-child {
    margin-right: 0;
  }

  .b-tabs__link_mobile {
    display: none;
  }

  .b-tabs__content_desktop {
    display: none;
    margin-bottom: 0;
  }

  .b-tabs__content_desktop.b-tabs__content_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .b-tabs__content_mobile {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .b-tabs__header {
    margin-bottom: 3rem;
  }
}

.b-triple {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 30px;
}

.b-triple__item {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
}

.b-triple__item_img {
  display: none;
}

.b-triple__item_details {
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
  --bg-opacity: 1;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, var(--bg-opacity));
}

.b-triple__item_details ul li {
  padding-left: 0;
}

.b-triple__item_details ul li:before {
  display: none;
}

.b-triple__item_details ul li + li {
  margin-top: 15px;
}

.b-triple__title {
  margin-bottom: 1.25rem;
  font-size: 16px;
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
  font-weight: 600;
}

.b-triple__btnRow {
  padding-top: 20px;
}

@media (min-width: 560px) {
  .b-triple__item {
    padding: 2rem;
  }

  .b-triple__title {
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .b-triple {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .b-triple__title {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .b-triple {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .b-triple__item_img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@charset "UTF-8";

/**
 * ����� ��� ���������������� �������
 */

.b-ugc ul, .b-ugc li {
  margin: 0 0 1.5rem;
}

.b-ugc__table {
  overflow-x: auto;
}

.b-ugc table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  font-size: 13px;
}

.b-ugc table tr {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-ugc table tr:nth-child(even) {
  --bg-opacity: 1;
  background-color: #f2f2f2;
  background-color: rgba(242, 242, 242, var(--bg-opacity));
}

.b-ugc table td, .b-ugc table th {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.b-ugc table td._option, .b-ugc table th._option {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.b-ugc table th {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.b-ugc table td:first-child {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --text-opacity: 1;
  color: #666;
  color: rgba(102, 102, 102, var(--text-opacity));
}

.b-ugc table td:last-child {
  border-width: 1px;
  border-style: solid;
  --border-opacity: 1;
  border-color: #e1e1e1;
  border-color: rgba(225, 225, 225, var(--border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.b-ugc table a {
  text-decoration: underline;
}

@media (min-width: 560px) {
  .b-ugc table {
    font-size: 15px;
  }

  .b-ugc table td, .b-ugc table th {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .b-ugc table td:first-child,
    .b-ugc table td:last-child {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.b-video {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity));
}

.b-video_enabled {
  cursor: pointer;
}

.b-video_enabled .b-video__btn {
  display: block;
}

.b-video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.b-video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.b-video__btn {
  position: absolute;
  padding: 0;
  border-width: 0;
  background-color: transparent;
  display: none;
  margin-top: -40px;
  margin-left: -40px;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.b-video__btnShape {
  position: relative;
  display: block;
  border-radius: 9999px;
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
  width: 80px;
  height: 80px;
}

.b-video__btnShape:after {
  position: absolute;
  display: block;
  height: 0;
  content: '';
  z-index: 1;
  top: 23px;
  right: 9px;
  border: 17px solid transparent;
  border-left-width: 21px;
  border-left-color: var(--primary-color);
}

.b-video:hover .b-video__btnShape:after,
.b-video__btn:focus .b-video__btnShape:after {
  border-left-color: var(--hover-color);
}

@media (min-width: 768px) {
  .b-video__btn {
    margin-top: -50px;
    margin-left: -50px;
  }

  .b-video__btnShape {
    height: 100px;
    width: 100px;
  }

  .b-video__btnShape:after {
    top: 31px;
    right: 11px;
    border: 20px solid transparent;
    border-left-width: 28px;
    border-left-color: var(--primary-color);
  }
}

.production-video {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  height: 416px;
}

@media (max-width: 1023px) {
  .production-video {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .production-video {
    height: 255px;
  }
}

@media (max-width: 479px) {
  .production-video {
    height: 185px;
  }
}

.b-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  padding-right: 7px;
}

.b-view__item {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  --text-opacity: 1;
  color: #888;
  color: rgba(136, 136, 136, var(--text-opacity));
}

.b-view__item:not(:first-child) {
  margin-left: 1.25rem;
}

.b-view__item:hover {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-view__item_active {
  --text-opacity: 1;
  color: #333;
  color: rgba(51, 51, 51, var(--text-opacity));
}

.b-view__item_cards {
  padding-top: 2px;
}

.b-view__item_cards .b-view__icon {
  font-size: 20px;
}

.b-view__icon {
  font-size: 23px;
}

@media (min-width: 768px) {
  .b-view__item:not(:first-child) {
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .b-view {
    margin-top: -5px;
  }
}

/*# sourceMappingURL=components.min.css.map */

/* End */


/* Start:/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/made-russia/style.css?17235481532561*/
.callout-footer {
	background: url("/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/made-russia/collout_background.png") center/cover no-repeat;
}
.callout-footer__title {
	font-weight: 700;
	font-size: 40px;
	line-height: 36px;
	display: flex;
	align-items: center;
	/*background: linear-gradient(90.04deg, #FFA607 0.04%, #FBE165 98.66%);*/
	background: linear-gradient(90.04deg, #FFA607 0.04%, #CDA349 98.66%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.callout-footer__wrap {
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.callout-footer-list__item {
	display: flex;
	align-items: center;
}
.callout-footer-list__item:not(:last-child) {
	margin-bottom: 15px;
}
.callout-footer-list__item-count {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
	/*border: 3px solid #F9B234;*/
	border: 3px solid #CDA349;
	border-color:var(--primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 43px;
	height: 43px;
	margin-right: 15px;
}
.callout-footer-list__item-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
	color: #FFFFFF;
}
.b-btn.callout-footer__btn {
	/*background: #F9B233;*/
	background: #CDA349;
	background-color: var(--primary-color);
	color: #FFFFFF;
}
.b-btn.callout-footer__btn:hover {
    color: var(--hover-color);
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1279px) {
	.callout-footer__title {
		font-size: 35px;
		line-height: 36px;
	}
	.callout-footer__wrap {
		position: relative;
		padding: 45px 0;
		align-items: flex-start;
	}
	.b-btn.callout-footer__btn {
		position: absolute;
		left: 0;
		bottom: 45px;
	}
	.callout-footer-list {
		margin-left: auto;
		max-width: 400px;
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.b-btn.callout-footer__btn {
		position: static;
		left: 0;
		bottom: 0;
	}
	.callout-footer__wrap {
		flex-direction: column;
	}
	.callout-footer-list {
		margin-right: 0;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.callout-footer__title {
		margin-bottom: 20px;
	}
	.callout-footer {
		background: url("/local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/made-russia/collout_background_min.png") center/cover no-repeat;
	}
}
@media (max-width: 767px) {
	.callout-footer__title {
		font-size: 29px;
		line-height: 36px;
	}
}
@media (max-width: 479px) {
	.callout-footer__title {
		font-size: 25px;
		line-height: 36px;
	}
}
/* End */


/* Start:/local/templates/citrus_aproduction3/template_styles.css?174315997456568*/
.section-borders {
	position: relative;
}
.section-borders::before {
	content: "";
	/*background-image: url("data:image/svg+xml,%3Csvg width='206' height='469' viewBox='0 0 206 469' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_18_6003' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='206' height='469'%3E%3Crect x='205.868' y='469' width='205' height='469' transform='rotate(180 205.868 469)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_6003)'%3E%3Cpath d='M25.0123 458.759C25.0099 460.361 25.4829 461.928 26.3712 463.261C27.2595 464.594 28.5232 465.634 30.0026 466.249C31.4819 466.863 33.1104 467.025 34.6818 466.714C36.2533 466.403 37.6972 465.633 38.8308 464.501C39.9643 463.369 40.7367 461.926 41.0501 460.355C41.3635 458.784 41.2038 457.156 40.5913 455.675C39.9788 454.195 38.941 452.93 37.6092 452.04C36.2773 451.149 34.7114 450.674 33.1095 450.674C30.964 450.674 28.9062 451.526 27.3881 453.042C25.8699 454.557 25.0154 456.614 25.0123 458.759Z' fill='%23F9B234'/%3E%3Cpath d='M78.1225 201.577C79.5515 201.577 80.9483 202.001 82.1363 202.795C83.3243 203.59 84.25 204.718 84.7963 206.039C85.3426 207.359 85.485 208.812 85.2053 210.213C84.9257 211.615 84.2366 212.901 83.2254 213.911C82.2141 214.921 80.9261 215.608 79.5243 215.885C78.1225 216.162 76.67 216.018 75.3505 215.469C74.031 214.921 72.9037 213.993 72.1115 212.804C71.3194 211.614 70.8978 210.217 70.9001 208.788C70.9032 206.875 71.6655 205.04 73.0197 203.689C74.3738 202.337 76.2091 201.577 78.1225 201.577ZM78.1225 214.509C79.2536 214.507 80.3585 214.169 81.2978 213.539C82.2371 212.909 82.9686 212.015 83.3998 210.969C83.831 209.924 83.9426 208.774 83.7205 207.665C83.4984 206.556 82.9526 205.537 82.152 204.738C81.3514 203.939 80.332 203.396 79.2226 203.176C78.1131 202.956 76.9633 203.07 75.9186 203.503C74.8738 203.937 73.9811 204.67 73.3529 205.611C72.7248 206.551 72.3895 207.657 72.3895 208.788C72.3927 210.306 72.9981 211.762 74.0729 212.834C75.1477 213.907 76.6041 214.509 78.1225 214.509Z' fill='%23F9B234'/%3E%3Cpath d='M78.1227 200.667C79.7288 200.667 81.2989 201.143 82.6344 202.036C83.9698 202.928 85.0107 204.196 85.6253 205.68C86.24 207.164 86.4008 208.797 86.0875 210.372C85.7742 211.948 85.0007 213.395 83.865 214.53C82.7293 215.666 81.2823 216.439 79.707 216.753C78.1317 217.066 76.4989 216.905 75.015 216.291C73.5311 215.676 72.2629 214.635 71.3705 213.3C70.4782 211.964 70.0019 210.394 70.0019 208.788C70.0081 206.636 70.8657 204.574 72.3873 203.053C73.9089 201.531 75.9708 200.673 78.1227 200.667ZM78.1227 213.67C79.0789 213.67 80.0136 213.386 80.8087 212.855C81.6037 212.324 82.2234 211.569 82.5894 210.685C82.9553 209.802 83.051 208.83 82.8645 207.892C82.6779 206.954 82.2175 206.093 81.5413 205.417C80.8652 204.741 80.0037 204.28 79.0659 204.094C78.1281 203.907 77.156 204.003 76.2725 204.369C75.3891 204.735 74.6341 205.354 74.1029 206.149C73.5716 206.944 73.2881 207.879 73.2881 208.835C73.2881 209.47 73.4131 210.099 73.6561 210.685C73.8991 211.272 74.2552 211.805 74.7041 212.254C75.1531 212.703 75.686 213.059 76.2725 213.302C76.8591 213.545 77.4878 213.67 78.1227 213.67Z' fill='%23F9B234'/%3E%3Cpath d='M78.1226 214.639C78.5834 214.639 79.0254 214.822 79.3513 215.148C79.6772 215.474 79.8602 215.916 79.8602 216.377V249.25C79.8471 249.694 79.6654 250.117 79.3519 250.432L35.0481 294.937V458.275C35.0481 458.745 34.8613 459.196 34.5287 459.529C34.1962 459.861 33.7452 460.048 33.275 460.048C32.8047 460.048 32.3537 459.861 32.0212 459.529C31.6887 459.196 31.5019 458.745 31.5019 458.275V294.251C31.5126 293.806 31.6947 293.383 32.0101 293.069L76.3259 248.576V216.424C76.3259 216.195 76.3711 215.968 76.4592 215.756C76.5473 215.545 76.6764 215.353 76.839 215.191C77.0016 215.03 77.1945 214.902 77.4067 214.815C77.6189 214.729 77.8461 214.685 78.0753 214.686' fill='%23F9B234'/%3E%3Cpath d='M34.1616 132.722C34.1616 134.323 34.6366 135.889 35.5263 137.22C36.416 138.552 37.6806 139.59 39.1601 140.203C40.6397 140.816 42.2678 140.976 43.8385 140.664C45.4092 140.351 46.852 139.58 47.9844 138.447C49.1168 137.315 49.8879 135.872 50.2004 134.302C50.5128 132.731 50.3524 131.103 49.7396 129.623C49.1267 128.144 48.0889 126.879 46.7573 125.989C45.4258 125.1 43.8603 124.625 42.2588 124.625C40.1113 124.625 38.0518 125.478 36.5332 126.996C35.0147 128.515 34.1616 130.574 34.1616 132.722Z' fill='%23F9B234'/%3E%3Cpath d='M43.7364 91.1369C45.1663 91.1322 46.5655 91.5521 47.7566 92.3434C48.9477 93.1347 49.8771 94.2617 50.427 95.5817C50.9769 96.9017 51.1226 98.3553 50.8457 99.7582C50.5687 101.161 49.8815 102.45 48.8712 103.462C47.8609 104.474 46.5729 105.163 45.1705 105.443C43.768 105.722 42.3143 105.579 40.9934 105.031C39.6725 104.483 38.5439 103.555 37.7506 102.366C36.9574 101.176 36.5352 99.7774 36.5376 98.3475C36.5438 96.439 37.3039 94.6104 38.6522 93.2598C40.0006 91.9093 41.828 91.1462 43.7364 91.1369ZM43.7364 104.14C44.8703 104.142 45.9793 103.808 46.9234 103.18C47.8675 102.552 48.6042 101.658 49.0402 100.611C49.4763 99.5648 49.5923 98.4123 49.3733 97.2997C49.1544 96.1872 48.6105 95.1645 47.8103 94.3611C47.0102 93.5577 45.9898 93.0095 44.8782 92.786C43.7665 92.5625 42.6136 92.6737 41.5652 93.1055C40.5167 93.5373 39.6198 94.2702 38.9879 95.2117C38.356 96.1532 38.0175 97.2609 38.0151 98.3948C38.0182 99.9134 38.6213 101.369 39.6929 102.445C40.7645 103.521 42.2178 104.13 43.7364 104.14Z' fill='%23F9B234'/%3E%3Cpath d='M43.7362 90.2503C45.3439 90.2456 46.9167 90.7182 48.2556 91.6081C49.5944 92.4981 50.6389 93.7655 51.2568 95.2497C51.8747 96.7338 52.0382 98.368 51.7266 99.9452C51.4149 101.522 50.6423 102.971 49.5063 104.109C48.3704 105.247 46.9223 106.022 45.3456 106.335C43.7689 106.649 42.1345 106.488 40.6495 105.873C39.1644 105.257 37.8955 104.214 37.0036 102.877C36.1116 101.539 35.6367 99.9669 35.639 98.3592C35.6421 96.2116 36.4959 94.1526 38.0134 92.6329C39.5309 91.1132 41.5886 90.2565 43.7362 90.2503ZM43.7362 103.253C44.6934 103.258 45.6305 102.978 46.4286 102.45C47.2268 101.921 47.8501 101.168 48.2197 100.285C48.5892 99.4019 48.6883 98.4291 48.5045 97.4897C48.3206 96.5503 47.862 95.6867 47.1868 95.0082C46.5116 94.3297 45.6502 93.8668 44.7117 93.6784C43.7733 93.4899 42.8 93.5843 41.9152 93.9495C41.0304 94.3147 40.2739 94.9344 39.7416 95.7299C39.2093 96.5255 38.9252 97.4611 38.9252 98.4183C38.9252 99.6964 39.4313 100.923 40.3329 101.829C41.2344 102.735 42.4581 103.247 43.7362 103.253Z' fill='%23F9B234'/%3E%3Cpath d='M70.0138 356.794C70.0138 358.396 70.4887 359.961 71.3784 361.293C72.2682 362.624 73.5328 363.662 75.0124 364.275C76.4919 364.888 78.1199 365.048 79.6906 364.736C81.2613 364.423 82.7041 363.652 83.8365 362.52C84.9689 361.387 85.7401 359.945 86.0525 358.374C86.365 356.803 86.2047 355.175 85.5918 353.696C84.9789 352.216 83.9411 350.952 82.6095 350.062C81.2779 349.172 79.7124 348.697 78.111 348.697C77.0467 348.694 75.9925 348.901 75.0087 349.307C74.0249 349.713 73.131 350.309 72.3785 351.062C71.626 351.814 71.0297 352.708 70.6238 353.692C70.218 354.676 70.0107 355.73 70.0138 356.794Z' fill='%23F9B234'/%3E%3Cpath d='M14.089 -146.146C14.5529 -146.146 14.9979 -145.962 15.326 -145.634C15.6541 -145.306 15.8384 -144.861 15.8384 -144.397L15.6268 71.2191H43.7364C43.9665 71.2175 44.1947 71.2617 44.4077 71.349C44.6207 71.4364 44.8141 71.5652 44.9769 71.728C45.1396 71.8907 45.2685 72.0842 45.3559 72.2972C45.4432 72.5102 45.4874 72.7384 45.4858 72.9685V92.4017C45.4858 92.872 45.299 93.323 44.9665 93.6555C44.634 93.988 44.183 94.1748 43.7127 94.1748C43.2424 94.1748 42.7914 93.988 42.4589 93.6555C42.1264 93.323 41.9396 92.872 41.9396 92.4017V74.6707H13.8183C13.3574 74.6707 12.9154 74.4877 12.5895 74.1618C12.2637 73.8359 12.0806 73.3939 12.0806 72.933L12.2922 -144.432C12.2906 -144.662 12.3344 -144.889 12.421 -145.101C12.5077 -145.313 12.6354 -145.506 12.7969 -145.669C12.9584 -145.831 13.1505 -145.96 13.3621 -146.049C13.5737 -146.137 13.8007 -146.182 14.0299 -146.182' fill='%23F9B234'/%3E%3Cpath d='M42.2589 130.984C42.488 130.983 42.7153 131.026 42.9275 131.113C43.1396 131.2 43.3326 131.327 43.4952 131.489C43.6578 131.65 43.7868 131.842 43.8749 132.054C43.963 132.266 44.0083 132.493 44.0083 132.722V162.604C43.9909 163.05 43.805 163.473 43.4882 163.786L-41.1005 248.47V427.801C-41.1005 428.271 -41.2873 428.722 -41.6198 429.055C-41.9523 429.387 -42.4033 429.574 -42.8736 429.574C-43.3438 429.574 -43.7948 429.387 -44.1273 429.055C-44.4599 428.722 -44.6467 428.271 -44.6467 427.801V247.749C-44.6359 247.304 -44.4538 246.88 -44.1384 246.567L40.4621 161.883V132.722C40.4621 132.493 40.5074 132.266 40.5955 132.054C40.6836 131.842 40.8126 131.65 40.9752 131.489C41.1378 131.327 41.3308 131.2 41.5429 131.113C41.7551 131.026 41.9824 130.983 42.2115 130.984' fill='%23F9B234'/%3E%3Cpath d='M16.8205 -96.1025C17.0421 -96.0981 17.2607 -96.0499 17.4636 -95.9607C17.6665 -95.8714 17.8497 -95.7429 18.0026 -95.5824L77.7797 -35.8289C78.0878 -35.5113 78.265 -35.0893 78.2761 -34.6469V174.555C78.2662 174.998 78.0888 175.42 77.7797 175.737L-11.2772 264.9V425.661C-11.2772 426.132 -11.464 426.583 -11.7965 426.915C-12.1291 427.248 -12.5801 427.435 -13.0503 427.435C-13.5206 427.435 -13.9716 427.248 -14.3041 426.915C-14.6366 426.583 -14.8234 426.132 -14.8234 425.661V264.191C-14.8025 263.749 -14.6219 263.329 -14.3151 263.009L74.8599 173.881V-33.8667L15.6385 -93.1119C15.4737 -93.2726 15.3427 -93.4648 15.2533 -93.6769C15.1639 -93.889 15.1178 -94.1169 15.1178 -94.3471C15.1178 -94.5773 15.1639 -94.8052 15.2533 -95.0173C15.3427 -95.2295 15.4737 -95.4216 15.6385 -95.5824C15.9489 -95.9044 16.3735 -96.0912 16.8205 -96.1025Z' fill='%23F9B234'/%3E%3Cpath d='M147.829 196.825C147.831 198.425 147.359 199.989 146.472 201.321C145.585 202.652 144.323 203.69 142.846 204.304C141.369 204.918 139.743 205.079 138.174 204.769C136.604 204.458 135.163 203.689 134.031 202.559C132.899 201.428 132.127 199.988 131.815 198.419C131.502 196.85 131.661 195.224 132.273 193.746C132.884 192.268 133.921 191.004 135.25 190.115C136.58 189.226 138.144 188.752 139.744 188.752C141.884 188.758 143.935 189.61 145.45 191.123C146.964 192.635 147.82 194.685 147.829 196.825Z' fill='%23F9B234'/%3E%3Cpath d='M199.131 -7.69571C198.667 -7.69571 198.222 -7.5114 197.894 -7.18332C197.566 -6.85522 197.381 -6.41026 197.381 -5.94627V53.0743L168.007 82.4487C167.846 82.6125 167.72 82.8065 167.635 83.0196C167.549 83.2326 167.507 83.4604 167.51 83.6898V112.828L138.148 142.202C137.822 142.511 137.63 142.935 137.616 143.384V197.168C137.596 197.409 137.626 197.652 137.705 197.88C137.784 198.109 137.909 198.319 138.073 198.497C138.237 198.675 138.435 198.817 138.657 198.914C138.878 199.011 139.118 199.061 139.36 199.061C139.601 199.061 139.841 199.011 140.062 198.914C140.284 198.817 140.483 198.675 140.646 198.497C140.81 198.319 140.935 198.109 141.014 197.88C141.093 197.652 141.123 197.409 141.103 197.168V144.105L170.489 114.778C170.798 114.46 170.979 114.039 170.998 113.596V84.4464L200.36 55.072C200.678 54.7596 200.86 54.3353 200.868 53.8899V-5.86353C200.87 -6.0927 200.826 -6.31993 200.74 -6.5321C200.653 -6.74429 200.525 -6.93723 200.364 -7.09984C200.202 -7.26245 200.01 -7.39149 199.798 -7.47955C199.587 -7.56761 199.36 -7.61296 199.131 -7.61296' fill='%23F9B234'/%3E%3Cpath d='M78.1227 -529.933C78.3519 -529.933 78.5788 -529.887 78.7904 -529.799C79.002 -529.711 79.1941 -529.582 79.3556 -529.42C79.5171 -529.257 79.6449 -529.064 79.7315 -528.852C79.8181 -528.64 79.8619 -528.413 79.8604 -528.183V-393.144C79.8472 -392.7 79.6655 -392.277 79.3521 -391.962L49.9186 -362.54V-303.496C49.9019 -303.055 49.7255 -302.635 49.4222 -302.314L20.1069 -272.94V-153.362L49.434 -125.501L79.3521 -95.6299C79.6635 -95.3134 79.8449 -94.8915 79.8604 -94.4478V-65.1325L107.84 -34.2688C108.126 -33.9681 108.29 -33.5723 108.301 -33.1577L109.79 25.1064V264.191C109.789 264.655 109.606 265.1 109.282 265.432L79.9076 294.783V356.794C79.9076 357.264 79.7208 357.715 79.3883 358.048C79.0558 358.38 78.6048 358.567 78.1345 358.567C77.6643 358.567 77.2133 358.38 76.8807 358.048C76.5482 357.715 76.3614 357.264 76.3614 356.794V294.05C76.3702 293.607 76.5478 293.184 76.8579 292.868L106.232 263.506V25.1537L104.755 -32.4011L76.7988 -63.3004C76.5112 -63.6264 76.3553 -64.0478 76.3614 -64.4824V-93.644L46.9871 -123.006L17.1518 -151.376C16.9814 -151.54 16.8455 -151.736 16.7521 -151.954C16.6587 -152.171 16.6097 -152.404 16.608 -152.641V-273.614C16.6199 -274.058 16.8018 -274.481 17.1163 -274.796L46.4906 -304.217V-363.25C46.4895 -363.48 46.5339 -363.708 46.6211 -363.921C46.7083 -364.134 46.8367 -364.328 46.9989 -364.491L76.3733 -393.865V-528.183C76.3717 -528.414 76.4158 -528.642 76.5032 -528.855C76.5906 -529.068 76.7194 -529.261 76.8822 -529.424C77.0449 -529.587 77.2384 -529.715 77.4514 -529.803C77.6643 -529.89 77.8925 -529.934 78.1227 -529.933Z' fill='%23F9B234'/%3E%3C/g%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%3Csvg width='206' height='469' viewBox='0 0 206 469' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_18_6003' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='206' height='469'%3E%3Crect x='205.868' y='469' width='205' height='469' transform='rotate(180 205.868 469)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_6003)'%3E%3Cpath d='M25.0123 458.759C25.0099 460.361 25.4829 461.928 26.3712 463.261C27.2595 464.594 28.5232 465.634 30.0026 466.249C31.4819 466.863 33.1104 467.025 34.6818 466.714C36.2533 466.403 37.6972 465.633 38.8308 464.501C39.9643 463.369 40.7367 461.926 41.0501 460.355C41.3635 458.784 41.2038 457.156 40.5913 455.675C39.9788 454.195 38.941 452.93 37.6092 452.04C36.2773 451.149 34.7114 450.674 33.1095 450.674C30.964 450.674 28.9062 451.526 27.3881 453.042C25.8699 454.557 25.0154 456.614 25.0123 458.759Z' fill='%23CDA349'/%3E%3Cpath d='M78.1225 201.577C79.5515 201.577 80.9483 202.001 82.1363 202.795C83.3243 203.59 84.25 204.718 84.7963 206.039C85.3426 207.359 85.485 208.812 85.2053 210.213C84.9257 211.615 84.2366 212.901 83.2254 213.911C82.2141 214.921 80.9261 215.608 79.5243 215.885C78.1225 216.162 76.67 216.018 75.3505 215.469C74.031 214.921 72.9037 213.993 72.1115 212.804C71.3194 211.614 70.8978 210.217 70.9001 208.788C70.9032 206.875 71.6655 205.04 73.0197 203.689C74.3738 202.337 76.2091 201.577 78.1225 201.577ZM78.1225 214.509C79.2536 214.507 80.3585 214.169 81.2978 213.539C82.2371 212.909 82.9686 212.015 83.3998 210.969C83.831 209.924 83.9426 208.774 83.7205 207.665C83.4984 206.556 82.9526 205.537 82.152 204.738C81.3514 203.939 80.332 203.396 79.2226 203.176C78.1131 202.956 76.9633 203.07 75.9186 203.503C74.8738 203.937 73.9811 204.67 73.3529 205.611C72.7248 206.551 72.3895 207.657 72.3895 208.788C72.3927 210.306 72.9981 211.762 74.0729 212.834C75.1477 213.907 76.6041 214.509 78.1225 214.509Z' fill='%23CDA349'/%3E%3Cpath d='M78.1227 200.667C79.7288 200.667 81.2989 201.143 82.6344 202.036C83.9698 202.928 85.0107 204.196 85.6253 205.68C86.24 207.164 86.4008 208.797 86.0875 210.372C85.7742 211.948 85.0007 213.395 83.865 214.53C82.7293 215.666 81.2823 216.439 79.707 216.753C78.1317 217.066 76.4989 216.905 75.015 216.291C73.5311 215.676 72.2629 214.635 71.3705 213.3C70.4782 211.964 70.0019 210.394 70.0019 208.788C70.0081 206.636 70.8657 204.574 72.3873 203.053C73.9089 201.531 75.9708 200.673 78.1227 200.667ZM78.1227 213.67C79.0789 213.67 80.0136 213.386 80.8087 212.855C81.6037 212.324 82.2234 211.569 82.5894 210.685C82.9553 209.802 83.051 208.83 82.8645 207.892C82.6779 206.954 82.2175 206.093 81.5413 205.417C80.8652 204.741 80.0037 204.28 79.0659 204.094C78.1281 203.907 77.156 204.003 76.2725 204.369C75.3891 204.735 74.6341 205.354 74.1029 206.149C73.5716 206.944 73.2881 207.879 73.2881 208.835C73.2881 209.47 73.4131 210.099 73.6561 210.685C73.8991 211.272 74.2552 211.805 74.7041 212.254C75.1531 212.703 75.686 213.059 76.2725 213.302C76.8591 213.545 77.4878 213.67 78.1227 213.67Z' fill='%23CDA349'/%3E%3Cpath d='M78.1226 214.639C78.5834 214.639 79.0254 214.822 79.3513 215.148C79.6772 215.474 79.8602 215.916 79.8602 216.377V249.25C79.8471 249.694 79.6654 250.117 79.3519 250.432L35.0481 294.937V458.275C35.0481 458.745 34.8613 459.196 34.5287 459.529C34.1962 459.861 33.7452 460.048 33.275 460.048C32.8047 460.048 32.3537 459.861 32.0212 459.529C31.6887 459.196 31.5019 458.745 31.5019 458.275V294.251C31.5126 293.806 31.6947 293.383 32.0101 293.069L76.3259 248.576V216.424C76.3259 216.195 76.3711 215.968 76.4592 215.756C76.5473 215.545 76.6764 215.353 76.839 215.191C77.0016 215.03 77.1945 214.902 77.4067 214.815C77.6189 214.729 77.8461 214.685 78.0753 214.686' fill='%23CDA349'/%3E%3Cpath d='M34.1616 132.722C34.1616 134.323 34.6366 135.889 35.5263 137.22C36.416 138.552 37.6806 139.59 39.1601 140.203C40.6397 140.816 42.2678 140.976 43.8385 140.664C45.4092 140.351 46.852 139.58 47.9844 138.447C49.1168 137.315 49.8879 135.872 50.2004 134.302C50.5128 132.731 50.3524 131.103 49.7396 129.623C49.1267 128.144 48.0889 126.879 46.7573 125.989C45.4258 125.1 43.8603 124.625 42.2588 124.625C40.1113 124.625 38.0518 125.478 36.5332 126.996C35.0147 128.515 34.1616 130.574 34.1616 132.722Z' fill='%23CDA349'/%3E%3Cpath d='M43.7364 91.1369C45.1663 91.1322 46.5655 91.5521 47.7566 92.3434C48.9477 93.1347 49.8771 94.2617 50.427 95.5817C50.9769 96.9017 51.1226 98.3553 50.8457 99.7582C50.5687 101.161 49.8815 102.45 48.8712 103.462C47.8609 104.474 46.5729 105.163 45.1705 105.443C43.768 105.722 42.3143 105.579 40.9934 105.031C39.6725 104.483 38.5439 103.555 37.7506 102.366C36.9574 101.176 36.5352 99.7774 36.5376 98.3475C36.5438 96.439 37.3039 94.6104 38.6522 93.2598C40.0006 91.9093 41.828 91.1462 43.7364 91.1369ZM43.7364 104.14C44.8703 104.142 45.9793 103.808 46.9234 103.18C47.8675 102.552 48.6042 101.658 49.0402 100.611C49.4763 99.5648 49.5923 98.4123 49.3733 97.2997C49.1544 96.1872 48.6105 95.1645 47.8103 94.3611C47.0102 93.5577 45.9898 93.0095 44.8782 92.786C43.7665 92.5625 42.6136 92.6737 41.5652 93.1055C40.5167 93.5373 39.6198 94.2702 38.9879 95.2117C38.356 96.1532 38.0175 97.2609 38.0151 98.3948C38.0182 99.9134 38.6213 101.369 39.6929 102.445C40.7645 103.521 42.2178 104.13 43.7364 104.14Z' fill='%23CDA349'/%3E%3Cpath d='M43.7362 90.2503C45.3439 90.2456 46.9167 90.7182 48.2556 91.6081C49.5944 92.4981 50.6389 93.7655 51.2568 95.2497C51.8747 96.7338 52.0382 98.368 51.7266 99.9452C51.4149 101.522 50.6423 102.971 49.5063 104.109C48.3704 105.247 46.9223 106.022 45.3456 106.335C43.7689 106.649 42.1345 106.488 40.6495 105.873C39.1644 105.257 37.8955 104.214 37.0036 102.877C36.1116 101.539 35.6367 99.9669 35.639 98.3592C35.6421 96.2116 36.4959 94.1526 38.0134 92.6329C39.5309 91.1132 41.5886 90.2565 43.7362 90.2503ZM43.7362 103.253C44.6934 103.258 45.6305 102.978 46.4286 102.45C47.2268 101.921 47.8501 101.168 48.2197 100.285C48.5892 99.4019 48.6883 98.4291 48.5045 97.4897C48.3206 96.5503 47.862 95.6867 47.1868 95.0082C46.5116 94.3297 45.6502 93.8668 44.7117 93.6784C43.7733 93.4899 42.8 93.5843 41.9152 93.9495C41.0304 94.3147 40.2739 94.9344 39.7416 95.7299C39.2093 96.5255 38.9252 97.4611 38.9252 98.4183C38.9252 99.6964 39.4313 100.923 40.3329 101.829C41.2344 102.735 42.4581 103.247 43.7362 103.253Z' fill='%23CDA349'/%3E%3Cpath d='M70.0138 356.794C70.0138 358.396 70.4887 359.961 71.3784 361.293C72.2682 362.624 73.5328 363.662 75.0124 364.275C76.4919 364.888 78.1199 365.048 79.6906 364.736C81.2613 364.423 82.7041 363.652 83.8365 362.52C84.9689 361.387 85.7401 359.945 86.0525 358.374C86.365 356.803 86.2047 355.175 85.5918 353.696C84.9789 352.216 83.9411 350.952 82.6095 350.062C81.2779 349.172 79.7124 348.697 78.111 348.697C77.0467 348.694 75.9925 348.901 75.0087 349.307C74.0249 349.713 73.131 350.309 72.3785 351.062C71.626 351.814 71.0297 352.708 70.6238 353.692C70.218 354.676 70.0107 355.73 70.0138 356.794Z' fill='%23CDA349'/%3E%3Cpath d='M14.089 -146.146C14.5529 -146.146 14.9979 -145.962 15.326 -145.634C15.6541 -145.306 15.8384 -144.861 15.8384 -144.397L15.6268 71.2191H43.7364C43.9665 71.2175 44.1947 71.2617 44.4077 71.349C44.6207 71.4364 44.8141 71.5652 44.9769 71.728C45.1396 71.8907 45.2685 72.0842 45.3559 72.2972C45.4432 72.5102 45.4874 72.7384 45.4858 72.9685V92.4017C45.4858 92.872 45.299 93.323 44.9665 93.6555C44.634 93.988 44.183 94.1748 43.7127 94.1748C43.2424 94.1748 42.7914 93.988 42.4589 93.6555C42.1264 93.323 41.9396 92.872 41.9396 92.4017V74.6707H13.8183C13.3574 74.6707 12.9154 74.4877 12.5895 74.1618C12.2637 73.8359 12.0806 73.3939 12.0806 72.933L12.2922 -144.432C12.2906 -144.662 12.3344 -144.889 12.421 -145.101C12.5077 -145.313 12.6354 -145.506 12.7969 -145.669C12.9584 -145.831 13.1505 -145.96 13.3621 -146.049C13.5737 -146.137 13.8007 -146.182 14.0299 -146.182' fill='%23CDA349'/%3E%3Cpath d='M42.2589 130.984C42.488 130.983 42.7153 131.026 42.9275 131.113C43.1396 131.2 43.3326 131.327 43.4952 131.489C43.6578 131.65 43.7868 131.842 43.8749 132.054C43.963 132.266 44.0083 132.493 44.0083 132.722V162.604C43.9909 163.05 43.805 163.473 43.4882 163.786L-41.1005 248.47V427.801C-41.1005 428.271 -41.2873 428.722 -41.6198 429.055C-41.9523 429.387 -42.4033 429.574 -42.8736 429.574C-43.3438 429.574 -43.7948 429.387 -44.1273 429.055C-44.4599 428.722 -44.6467 428.271 -44.6467 427.801V247.749C-44.6359 247.304 -44.4538 246.88 -44.1384 246.567L40.4621 161.883V132.722C40.4621 132.493 40.5074 132.266 40.5955 132.054C40.6836 131.842 40.8126 131.65 40.9752 131.489C41.1378 131.327 41.3308 131.2 41.5429 131.113C41.7551 131.026 41.9824 130.983 42.2115 130.984' fill='%23CDA349'/%3E%3Cpath d='M16.8205 -96.1025C17.0421 -96.0981 17.2607 -96.0499 17.4636 -95.9607C17.6665 -95.8714 17.8497 -95.7429 18.0026 -95.5824L77.7797 -35.8289C78.0878 -35.5113 78.265 -35.0893 78.2761 -34.6469V174.555C78.2662 174.998 78.0888 175.42 77.7797 175.737L-11.2772 264.9V425.661C-11.2772 426.132 -11.464 426.583 -11.7965 426.915C-12.1291 427.248 -12.5801 427.435 -13.0503 427.435C-13.5206 427.435 -13.9716 427.248 -14.3041 426.915C-14.6366 426.583 -14.8234 426.132 -14.8234 425.661V264.191C-14.8025 263.749 -14.6219 263.329 -14.3151 263.009L74.8599 173.881V-33.8667L15.6385 -93.1119C15.4737 -93.2726 15.3427 -93.4648 15.2533 -93.6769C15.1639 -93.889 15.1178 -94.1169 15.1178 -94.3471C15.1178 -94.5773 15.1639 -94.8052 15.2533 -95.0173C15.3427 -95.2295 15.4737 -95.4216 15.6385 -95.5824C15.9489 -95.9044 16.3735 -96.0912 16.8205 -96.1025Z' fill='%23CDA349'/%3E%3Cpath d='M147.829 196.825C147.831 198.425 147.359 199.989 146.472 201.321C145.585 202.652 144.323 203.69 142.846 204.304C141.369 204.918 139.743 205.079 138.174 204.769C136.604 204.458 135.163 203.689 134.031 202.559C132.899 201.428 132.127 199.988 131.815 198.419C131.502 196.85 131.661 195.224 132.273 193.746C132.884 192.268 133.921 191.004 135.25 190.115C136.58 189.226 138.144 188.752 139.744 188.752C141.884 188.758 143.935 189.61 145.45 191.123C146.964 192.635 147.82 194.685 147.829 196.825Z' fill='%23CDA349'/%3E%3Cpath d='M199.131 -7.69571C198.667 -7.69571 198.222 -7.5114 197.894 -7.18332C197.566 -6.85522 197.381 -6.41026 197.381 -5.94627V53.0743L168.007 82.4487C167.846 82.6125 167.72 82.8065 167.635 83.0196C167.549 83.2326 167.507 83.4604 167.51 83.6898V112.828L138.148 142.202C137.822 142.511 137.63 142.935 137.616 143.384V197.168C137.596 197.409 137.626 197.652 137.705 197.88C137.784 198.109 137.909 198.319 138.073 198.497C138.237 198.675 138.435 198.817 138.657 198.914C138.878 199.011 139.118 199.061 139.36 199.061C139.601 199.061 139.841 199.011 140.062 198.914C140.284 198.817 140.483 198.675 140.646 198.497C140.81 198.319 140.935 198.109 141.014 197.88C141.093 197.652 141.123 197.409 141.103 197.168V144.105L170.489 114.778C170.798 114.46 170.979 114.039 170.998 113.596V84.4464L200.36 55.072C200.678 54.7596 200.86 54.3353 200.868 53.8899V-5.86353C200.87 -6.0927 200.826 -6.31993 200.74 -6.5321C200.653 -6.74429 200.525 -6.93723 200.364 -7.09984C200.202 -7.26245 200.01 -7.39149 199.798 -7.47955C199.587 -7.56761 199.36 -7.61296 199.131 -7.61296' fill='%23CDA349'/%3E%3Cpath d='M78.1227 -529.933C78.3519 -529.933 78.5788 -529.887 78.7904 -529.799C79.002 -529.711 79.1941 -529.582 79.3556 -529.42C79.5171 -529.257 79.6449 -529.064 79.7315 -528.852C79.8181 -528.64 79.8619 -528.413 79.8604 -528.183V-393.144C79.8472 -392.7 79.6655 -392.277 79.3521 -391.962L49.9186 -362.54V-303.496C49.9019 -303.055 49.7255 -302.635 49.4222 -302.314L20.1069 -272.94V-153.362L49.434 -125.501L79.3521 -95.6299C79.6635 -95.3134 79.8449 -94.8915 79.8604 -94.4478V-65.1325L107.84 -34.2688C108.126 -33.9681 108.29 -33.5723 108.301 -33.1577L109.79 25.1064V264.191C109.789 264.655 109.606 265.1 109.282 265.432L79.9076 294.783V356.794C79.9076 357.264 79.7208 357.715 79.3883 358.048C79.0558 358.38 78.6048 358.567 78.1345 358.567C77.6643 358.567 77.2133 358.38 76.8807 358.048C76.5482 357.715 76.3614 357.264 76.3614 356.794V294.05C76.3702 293.607 76.5478 293.184 76.8579 292.868L106.232 263.506V25.1537L104.755 -32.4011L76.7988 -63.3004C76.5112 -63.6264 76.3553 -64.0478 76.3614 -64.4824V-93.644L46.9871 -123.006L17.1518 -151.376C16.9814 -151.54 16.8455 -151.736 16.7521 -151.954C16.6587 -152.171 16.6097 -152.404 16.608 -152.641V-273.614C16.6199 -274.058 16.8018 -274.481 17.1163 -274.796L46.4906 -304.217V-363.25C46.4895 -363.48 46.5339 -363.708 46.6211 -363.921C46.7083 -364.134 46.8367 -364.328 46.9989 -364.491L76.3733 -393.865V-528.183C76.3717 -528.414 76.4158 -528.642 76.5032 -528.855C76.5906 -529.068 76.7194 -529.261 76.8822 -529.424C77.0449 -529.587 77.2384 -529.715 77.4514 -529.803C77.6643 -529.89 77.8925 -529.934 78.1227 -529.933Z' fill='%23CDA349'/%3E%3C/g%3E%3C/svg%3E%0A");
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 205px;
	height: 100%;
	background-position: top;
	background-repeat: no-repeat;
	z-index: -1;
}
.section-borders::after {
	content: "";
	/*background-image: url("data:image/svg+xml,%3Csvg width='205' height='469' viewBox='0 0 205 469' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_18_5949' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='205' height='469'%3E%3Crect width='205' height='469' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_5949)'%3E%3Cpath d='M177.988 10.2406C177.99 8.6386 177.517 7.07194 176.629 5.73881C175.74 4.40569 174.477 3.36603 172.997 2.75136C171.518 2.13669 169.89 1.97464 168.318 2.28574C166.747 2.59683 165.303 3.36707 164.169 4.49901C163.036 5.63095 162.263 7.0737 161.95 8.64472C161.636 10.2157 161.796 11.8444 162.409 13.3247C163.021 14.8049 164.059 16.0702 165.391 16.9605C166.723 17.8507 168.289 18.3259 169.89 18.3259C172.036 18.3259 174.094 17.4744 175.612 15.9585C177.13 14.4425 177.985 12.386 177.988 10.2406Z' fill='%23F9B234'/%3E%3Cpath d='M124.877 267.423C123.448 267.423 122.052 266.999 120.864 266.205C119.676 265.41 118.75 264.282 118.204 262.961C117.657 261.641 117.515 260.188 117.795 258.787C118.074 257.385 118.763 256.099 119.775 255.089C120.786 254.079 122.074 253.392 123.476 253.115C124.877 252.838 126.33 252.982 127.649 253.531C128.969 254.079 130.096 255.007 130.888 256.196C131.681 257.386 132.102 258.783 132.1 260.212C132.097 262.125 131.334 263.96 129.98 265.311C128.626 266.663 126.791 267.423 124.877 267.423ZM124.877 254.491C123.746 254.493 122.641 254.831 121.702 255.461C120.763 256.091 120.031 256.985 119.6 258.031C119.169 259.076 119.057 260.226 119.279 261.335C119.502 262.444 120.047 263.463 120.848 264.262C121.649 265.061 122.668 265.604 123.777 265.824C124.887 266.044 126.037 265.93 127.081 265.497C128.126 265.063 129.019 264.33 129.647 263.389C130.275 262.449 130.61 261.343 130.61 260.212C130.607 258.694 130.002 257.238 128.927 256.166C127.852 255.093 126.396 254.491 124.877 254.491Z' fill='%23F9B234'/%3E%3Cpath d='M124.877 268.333C123.271 268.333 121.701 267.857 120.366 266.964C119.03 266.072 117.989 264.804 117.375 263.32C116.76 261.836 116.599 260.203 116.913 258.628C117.226 257.053 117.999 255.606 119.135 254.47C120.271 253.334 121.718 252.561 123.293 252.247C124.868 251.934 126.501 252.095 127.985 252.709C129.469 253.324 130.737 254.365 131.629 255.7C132.522 257.036 132.998 258.606 132.998 260.212C132.992 262.364 132.134 264.426 130.613 265.947C129.091 267.469 127.029 268.327 124.877 268.333ZM124.877 255.33C123.921 255.33 122.986 255.614 122.191 256.145C121.396 256.676 120.777 257.431 120.411 258.315C120.045 259.198 119.949 260.17 120.136 261.108C120.322 262.046 120.783 262.907 121.459 263.583C122.135 264.26 122.996 264.72 123.934 264.907C124.872 265.093 125.844 264.997 126.727 264.631C127.611 264.266 128.366 263.646 128.897 262.851C129.428 262.056 129.712 261.121 129.712 260.165C129.712 259.53 129.587 258.901 129.344 258.315C129.101 257.728 128.745 257.195 128.296 256.746C127.847 256.297 127.314 255.941 126.727 255.698C126.141 255.455 125.512 255.33 124.877 255.33Z' fill='%23F9B234'/%3E%3Cpath d='M124.877 254.361C124.417 254.361 123.975 254.178 123.649 253.852C123.323 253.526 123.14 253.084 123.14 252.623V219.75C123.153 219.306 123.335 218.883 123.648 218.568L167.952 174.063V10.7252C167.952 10.255 168.139 9.80399 168.471 9.47147C168.804 9.13895 169.255 8.95215 169.725 8.95215C170.195 8.95215 170.646 9.13895 170.979 9.47147C171.311 9.80399 171.498 10.255 171.498 10.7252V174.749C171.487 175.194 171.305 175.617 170.99 175.931L126.674 220.424V252.576C126.674 252.805 126.629 253.032 126.541 253.244C126.453 253.455 126.324 253.647 126.161 253.809C125.998 253.97 125.806 254.098 125.593 254.185C125.381 254.271 125.154 254.315 124.925 254.314' fill='%23F9B234'/%3E%3Cpath d='M168.839 336.278C168.839 334.677 168.364 333.111 167.474 331.78C166.584 330.448 165.32 329.41 163.84 328.797C162.36 328.184 160.732 328.024 159.162 328.336C157.591 328.649 156.148 329.42 155.016 330.553C153.883 331.685 153.112 333.128 152.8 334.698C152.487 336.269 152.648 337.897 153.261 339.377C153.873 340.856 154.911 342.121 156.243 343.011C157.574 343.9 159.14 344.375 160.741 344.375C162.889 344.375 164.948 343.522 166.467 342.004C167.985 340.485 168.839 338.426 168.839 336.278Z' fill='%23F9B234'/%3E%3Cpath d='M159.264 377.863C157.834 377.868 156.435 377.448 155.243 376.657C154.052 375.865 153.123 374.738 152.573 373.418C152.023 372.098 151.877 370.645 152.154 369.242C152.431 367.839 153.119 366.55 154.129 365.538C155.139 364.526 156.427 363.837 157.83 363.558C159.232 363.278 160.686 363.422 162.007 363.969C163.328 364.517 164.456 365.445 165.249 366.634C166.043 367.824 166.465 369.223 166.462 370.653C166.456 372.561 165.696 374.39 164.348 375.74C162.999 377.091 161.172 377.854 159.264 377.863ZM159.264 364.861C158.13 364.858 157.021 365.192 156.077 365.82C155.133 366.448 154.396 367.342 153.96 368.389C153.524 369.435 153.408 370.588 153.627 371.7C153.846 372.813 154.39 373.836 155.19 374.639C155.99 375.442 157.01 375.991 158.122 376.214C159.233 376.438 160.386 376.326 161.435 375.895C162.483 375.463 163.38 374.73 164.012 373.788C164.644 372.847 164.983 371.739 164.985 370.605C164.982 369.087 164.379 367.631 163.307 366.555C162.236 365.479 160.782 364.87 159.264 364.861Z' fill='%23F9B234'/%3E%3Cpath d='M159.264 378.75C157.656 378.754 156.083 378.282 154.744 377.392C153.406 376.502 152.361 375.234 151.743 373.75C151.125 372.266 150.962 370.632 151.273 369.055C151.585 367.478 152.358 366.028 153.494 364.891C154.63 363.753 156.078 362.978 157.654 362.664C159.231 362.35 160.865 362.512 162.351 363.127C163.836 363.743 165.104 364.786 165.996 366.123C166.888 367.461 167.363 369.033 167.361 370.641C167.358 372.788 166.504 374.847 164.987 376.367C163.469 377.887 161.411 378.743 159.264 378.75ZM159.264 365.747C158.307 365.742 157.37 366.022 156.571 366.55C155.773 367.079 155.15 367.832 154.78 368.715C154.411 369.598 154.312 370.571 154.496 371.51C154.679 372.45 155.138 373.313 155.813 373.992C156.488 374.67 157.35 375.133 158.288 375.322C159.227 375.51 160.2 375.416 161.085 375.05C161.97 374.685 162.726 374.065 163.258 373.27C163.791 372.474 164.075 371.539 164.075 370.582C164.075 369.303 163.569 368.077 162.667 367.171C161.766 366.265 160.542 365.753 159.264 365.747Z' fill='%23F9B234'/%3E%3Cpath d='M132.986 112.206C132.986 110.604 132.511 109.039 131.622 107.707C130.732 106.376 129.467 105.338 127.988 104.725C126.508 104.112 124.88 103.952 123.309 104.264C121.739 104.577 120.296 105.348 119.164 106.48C118.031 107.613 117.26 109.055 116.947 110.626C116.635 112.197 116.795 113.825 117.408 115.304C118.021 116.784 119.059 118.048 120.391 118.938C121.722 119.828 123.288 120.303 124.889 120.303C125.953 120.306 127.008 120.099 127.991 119.693C128.975 119.287 129.869 118.691 130.622 117.938C131.374 117.186 131.97 116.292 132.376 115.308C132.782 114.324 132.989 113.27 132.986 112.206Z' fill='%23F9B234'/%3E%3Cpath d='M188.911 615.146C188.447 615.146 188.002 614.962 187.674 614.634C187.346 614.306 187.162 613.861 187.162 613.397L187.373 397.781H159.264C159.033 397.782 158.805 397.738 158.592 397.651C158.379 397.564 158.186 397.435 158.023 397.272C157.86 397.109 157.731 396.916 157.644 396.703C157.557 396.49 157.513 396.262 157.514 396.031V376.598C157.514 376.128 157.701 375.677 158.033 375.345C158.366 375.012 158.817 374.825 159.287 374.825C159.758 374.825 160.209 375.012 160.541 375.345C160.874 375.677 161.06 376.128 161.06 376.598V394.329H189.182C189.643 394.329 190.085 394.512 190.41 394.838C190.736 395.164 190.919 395.606 190.919 396.067L190.708 613.432C190.709 613.662 190.666 613.889 190.579 614.101C190.492 614.313 190.365 614.506 190.203 614.669C190.042 614.831 189.849 614.96 189.638 615.049C189.426 615.137 189.199 615.182 188.97 615.182' fill='%23F9B234'/%3E%3Cpath d='M160.741 338.016C160.512 338.017 160.285 337.974 160.073 337.887C159.86 337.8 159.668 337.673 159.505 337.511C159.342 337.35 159.213 337.158 159.125 336.946C159.037 336.734 158.992 336.507 158.992 336.278V306.396C159.009 305.95 159.195 305.527 159.512 305.214L244.101 220.53V41.199C244.101 40.7287 244.287 40.2777 244.62 39.9452C244.952 39.6127 245.403 39.4259 245.874 39.4259C246.344 39.4259 246.795 39.6127 247.127 39.9452C247.46 40.2777 247.647 40.7287 247.647 41.199V221.251C247.636 221.696 247.454 222.12 247.138 222.433L162.538 307.117V336.278C162.538 336.507 162.493 336.734 162.405 336.946C162.317 337.158 162.187 337.35 162.025 337.511C161.862 337.673 161.669 337.8 161.457 337.887C161.245 337.974 161.018 338.017 160.789 338.016' fill='%23F9B234'/%3E%3Cpath d='M186.18 565.103C185.958 565.098 185.739 565.05 185.536 564.961C185.334 564.871 185.15 564.743 184.997 564.582L125.22 504.829C124.912 504.511 124.735 504.089 124.724 503.647V294.445C124.734 294.002 124.911 293.58 125.22 293.263L214.277 204.1V43.3385C214.277 42.8683 214.464 42.4173 214.797 42.0847C215.129 41.7522 215.58 41.5654 216.05 41.5654C216.521 41.5654 216.972 41.7522 217.304 42.0847C217.637 42.4173 217.823 42.8683 217.823 43.3385V204.809C217.802 205.251 217.622 205.671 217.315 205.991L128.14 295.119V502.867L187.362 562.112C187.526 562.273 187.657 562.465 187.747 562.677C187.836 562.889 187.882 563.117 187.882 563.347C187.882 563.577 187.836 563.805 187.747 564.017C187.657 564.229 187.526 564.422 187.362 564.582C187.051 564.904 186.627 565.091 186.18 565.103Z' fill='%23F9B234'/%3E%3Cpath d='M55.171 272.175C55.1687 270.575 55.6409 269.011 56.5279 267.679C57.4149 266.348 58.6768 265.31 60.154 264.696C61.6312 264.082 63.2573 263.921 64.8264 264.231C66.3956 264.542 67.8374 265.311 68.9694 266.441C70.1013 267.572 70.8725 269.012 71.1855 270.581C71.4984 272.15 71.3389 273.776 70.7273 275.254C70.1157 276.732 69.0795 277.996 67.7496 278.885C66.4197 279.774 64.856 280.248 63.2564 280.248C61.116 280.242 59.0648 279.39 57.5502 277.877C56.0356 276.365 55.1804 274.315 55.171 272.175Z' fill='%23F9B234'/%3E%3Cpath d='M3.86931 476.696C4.33329 476.696 4.77826 476.511 5.10635 476.183C5.43444 475.855 5.61874 475.41 5.61874 474.946V415.926L34.9931 386.551C35.1537 386.387 35.2803 386.193 35.3655 385.98C35.4507 385.767 35.4929 385.54 35.4896 385.31V356.172L64.8521 326.798C65.1783 326.489 65.3695 326.065 65.384 325.616V271.832C65.4039 271.591 65.3735 271.348 65.2949 271.12C65.2163 270.891 65.0912 270.681 64.9273 270.503C64.7635 270.325 64.5646 270.183 64.3431 270.086C64.1216 269.989 63.8823 269.939 63.6405 269.939C63.3986 269.939 63.1594 269.989 62.9379 270.086C62.7164 270.183 62.5174 270.325 62.3536 270.503C62.1898 270.681 62.0646 270.891 61.986 271.12C61.9074 271.348 61.877 271.591 61.8969 271.832V324.895L32.5107 354.222C32.2021 354.54 32.0213 354.961 32.0025 355.404V384.554L2.63991 413.928C2.32235 414.24 2.13987 414.665 2.13163 415.11V474.864C2.13007 475.093 2.17386 475.32 2.26049 475.532C2.34711 475.744 2.47487 475.937 2.63638 476.1C2.79789 476.262 2.98999 476.391 3.20158 476.48C3.41317 476.568 3.64012 476.613 3.86931 476.613' fill='%23F9B234'/%3E%3Cpath d='M124.877 998.933C124.648 998.933 124.421 998.887 124.21 998.799C123.998 998.711 123.806 998.582 123.644 998.42C123.483 998.257 123.355 998.064 123.269 997.852C123.182 997.64 123.138 997.413 123.14 997.183V862.144C123.153 861.7 123.335 861.277 123.648 860.962L153.081 831.54V772.496C153.098 772.055 153.275 771.635 153.578 771.314L182.893 741.94V622.362L153.566 594.501L123.648 564.63C123.336 564.313 123.155 563.892 123.14 563.448V534.133L95.1602 503.269C94.8745 502.968 94.7103 502.572 94.6992 502.158L93.2097 443.894V204.809C93.2114 204.345 93.3938 203.9 93.7181 203.568L123.092 174.217V112.206C123.092 111.736 123.279 111.285 123.612 110.952C123.944 110.62 124.395 110.433 124.866 110.433C125.336 110.433 125.787 110.62 126.119 110.952C126.452 111.285 126.639 111.736 126.639 112.206V174.95C126.63 175.393 126.452 175.816 126.142 176.132L96.7678 205.494V443.846L98.2454 501.401L126.201 532.3C126.489 532.626 126.645 533.048 126.639 533.482V562.644L156.013 592.006L185.848 620.376C186.019 620.54 186.155 620.736 186.248 620.954C186.341 621.171 186.39 621.404 186.392 621.641V742.614C186.38 743.058 186.198 743.481 185.884 743.796L156.509 773.217V832.25C156.511 832.48 156.466 832.708 156.379 832.921C156.292 833.134 156.163 833.328 156.001 833.491L126.627 862.865V997.183C126.628 997.414 126.584 997.642 126.497 997.855C126.409 998.068 126.281 998.261 126.118 998.424C125.955 998.587 125.762 998.715 125.549 998.803C125.336 998.89 125.108 998.934 124.877 998.933Z' fill='%23F9B234'/%3E%3C/g%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%3Csvg width='205' height='469' viewBox='0 0 205 469' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_18_5949' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='205' height='469'%3E%3Crect width='205' height='469' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_18_5949)'%3E%3Cpath d='M177.988 10.2406C177.99 8.6386 177.517 7.07194 176.629 5.73881C175.74 4.40569 174.477 3.36603 172.997 2.75136C171.518 2.13669 169.89 1.97464 168.318 2.28574C166.747 2.59683 165.303 3.36707 164.169 4.49901C163.036 5.63095 162.263 7.0737 161.95 8.64472C161.636 10.2157 161.796 11.8444 162.409 13.3247C163.021 14.8049 164.059 16.0702 165.391 16.9605C166.723 17.8507 168.289 18.3259 169.89 18.3259C172.036 18.3259 174.094 17.4744 175.612 15.9585C177.13 14.4425 177.985 12.386 177.988 10.2406Z' fill='%23CDA349'/%3E%3Cpath d='M124.877 267.423C123.448 267.423 122.052 266.999 120.864 266.205C119.676 265.41 118.75 264.282 118.204 262.961C117.657 261.641 117.515 260.188 117.795 258.787C118.074 257.385 118.763 256.099 119.775 255.089C120.786 254.079 122.074 253.392 123.476 253.115C124.877 252.838 126.33 252.982 127.649 253.531C128.969 254.079 130.096 255.007 130.888 256.196C131.681 257.386 132.102 258.783 132.1 260.212C132.097 262.125 131.334 263.96 129.98 265.311C128.626 266.663 126.791 267.423 124.877 267.423ZM124.877 254.491C123.746 254.493 122.641 254.831 121.702 255.461C120.763 256.091 120.031 256.985 119.6 258.031C119.169 259.076 119.057 260.226 119.279 261.335C119.502 262.444 120.047 263.463 120.848 264.262C121.649 265.061 122.668 265.604 123.777 265.824C124.887 266.044 126.037 265.93 127.081 265.497C128.126 265.063 129.019 264.33 129.647 263.389C130.275 262.449 130.61 261.343 130.61 260.212C130.607 258.694 130.002 257.238 128.927 256.166C127.852 255.093 126.396 254.491 124.877 254.491Z' fill='%23CDA349'/%3E%3Cpath d='M124.877 268.333C123.271 268.333 121.701 267.857 120.366 266.964C119.03 266.072 117.989 264.804 117.375 263.32C116.76 261.836 116.599 260.203 116.913 258.628C117.226 257.053 117.999 255.606 119.135 254.47C120.271 253.334 121.718 252.561 123.293 252.247C124.868 251.934 126.501 252.095 127.985 252.709C129.469 253.324 130.737 254.365 131.629 255.7C132.522 257.036 132.998 258.606 132.998 260.212C132.992 262.364 132.134 264.426 130.613 265.947C129.091 267.469 127.029 268.327 124.877 268.333ZM124.877 255.33C123.921 255.33 122.986 255.614 122.191 256.145C121.396 256.676 120.777 257.431 120.411 258.315C120.045 259.198 119.949 260.17 120.136 261.108C120.322 262.046 120.783 262.907 121.459 263.583C122.135 264.26 122.996 264.72 123.934 264.907C124.872 265.093 125.844 264.997 126.727 264.631C127.611 264.266 128.366 263.646 128.897 262.851C129.428 262.056 129.712 261.121 129.712 260.165C129.712 259.53 129.587 258.901 129.344 258.315C129.101 257.728 128.745 257.195 128.296 256.746C127.847 256.297 127.314 255.941 126.727 255.698C126.141 255.455 125.512 255.33 124.877 255.33Z' fill='%23CDA349'/%3E%3Cpath d='M124.877 254.361C124.417 254.361 123.975 254.178 123.649 253.852C123.323 253.526 123.14 253.084 123.14 252.623V219.75C123.153 219.306 123.335 218.883 123.648 218.568L167.952 174.063V10.7252C167.952 10.255 168.139 9.80399 168.471 9.47147C168.804 9.13895 169.255 8.95215 169.725 8.95215C170.195 8.95215 170.646 9.13895 170.979 9.47147C171.311 9.80399 171.498 10.255 171.498 10.7252V174.749C171.487 175.194 171.305 175.617 170.99 175.931L126.674 220.424V252.576C126.674 252.805 126.629 253.032 126.541 253.244C126.453 253.455 126.324 253.647 126.161 253.809C125.998 253.97 125.806 254.098 125.593 254.185C125.381 254.271 125.154 254.315 124.925 254.314' fill='%23CDA349'/%3E%3Cpath d='M168.839 336.278C168.839 334.677 168.364 333.111 167.474 331.78C166.584 330.448 165.32 329.41 163.84 328.797C162.36 328.184 160.732 328.024 159.162 328.336C157.591 328.649 156.148 329.42 155.016 330.553C153.883 331.685 153.112 333.128 152.8 334.698C152.487 336.269 152.648 337.897 153.261 339.377C153.873 340.856 154.911 342.121 156.243 343.011C157.574 343.9 159.14 344.375 160.741 344.375C162.889 344.375 164.948 343.522 166.467 342.004C167.985 340.485 168.839 338.426 168.839 336.278Z' fill='%23CDA349'/%3E%3Cpath d='M159.264 377.863C157.834 377.868 156.435 377.448 155.243 376.657C154.052 375.865 153.123 374.738 152.573 373.418C152.023 372.098 151.877 370.645 152.154 369.242C152.431 367.839 153.119 366.55 154.129 365.538C155.139 364.526 156.427 363.837 157.83 363.558C159.232 363.278 160.686 363.422 162.007 363.969C163.328 364.517 164.456 365.445 165.249 366.634C166.043 367.824 166.465 369.223 166.462 370.653C166.456 372.561 165.696 374.39 164.348 375.74C162.999 377.091 161.172 377.854 159.264 377.863ZM159.264 364.861C158.13 364.858 157.021 365.192 156.077 365.82C155.133 366.448 154.396 367.342 153.96 368.389C153.524 369.435 153.408 370.588 153.627 371.7C153.846 372.813 154.39 373.836 155.19 374.639C155.99 375.442 157.01 375.991 158.122 376.214C159.233 376.438 160.386 376.326 161.435 375.895C162.483 375.463 163.38 374.73 164.012 373.788C164.644 372.847 164.983 371.739 164.985 370.605C164.982 369.087 164.379 367.631 163.307 366.555C162.236 365.479 160.782 364.87 159.264 364.861Z' fill='%23CDA349'/%3E%3Cpath d='M159.264 378.75C157.656 378.754 156.083 378.282 154.744 377.392C153.406 376.502 152.361 375.234 151.743 373.75C151.125 372.266 150.962 370.632 151.273 369.055C151.585 367.478 152.358 366.028 153.494 364.891C154.63 363.753 156.078 362.978 157.654 362.664C159.231 362.35 160.865 362.512 162.351 363.127C163.836 363.743 165.104 364.786 165.996 366.123C166.888 367.461 167.363 369.033 167.361 370.641C167.358 372.788 166.504 374.847 164.987 376.367C163.469 377.887 161.411 378.743 159.264 378.75ZM159.264 365.747C158.307 365.742 157.37 366.022 156.571 366.55C155.773 367.079 155.15 367.832 154.78 368.715C154.411 369.598 154.312 370.571 154.496 371.51C154.679 372.45 155.138 373.313 155.813 373.992C156.488 374.67 157.35 375.133 158.288 375.322C159.227 375.51 160.2 375.416 161.085 375.05C161.97 374.685 162.726 374.065 163.258 373.27C163.791 372.474 164.075 371.539 164.075 370.582C164.075 369.303 163.569 368.077 162.667 367.171C161.766 366.265 160.542 365.753 159.264 365.747Z' fill='%23CDA349'/%3E%3Cpath d='M132.986 112.206C132.986 110.604 132.511 109.039 131.622 107.707C130.732 106.376 129.467 105.338 127.988 104.725C126.508 104.112 124.88 103.952 123.309 104.264C121.739 104.577 120.296 105.348 119.164 106.48C118.031 107.613 117.26 109.055 116.947 110.626C116.635 112.197 116.795 113.825 117.408 115.304C118.021 116.784 119.059 118.048 120.391 118.938C121.722 119.828 123.288 120.303 124.889 120.303C125.953 120.306 127.008 120.099 127.991 119.693C128.975 119.287 129.869 118.691 130.622 117.938C131.374 117.186 131.97 116.292 132.376 115.308C132.782 114.324 132.989 113.27 132.986 112.206Z' fill='%23CDA349'/%3E%3Cpath d='M188.911 615.146C188.447 615.146 188.002 614.962 187.674 614.634C187.346 614.306 187.162 613.861 187.162 613.397L187.373 397.781H159.264C159.033 397.782 158.805 397.738 158.592 397.651C158.379 397.564 158.186 397.435 158.023 397.272C157.86 397.109 157.731 396.916 157.644 396.703C157.557 396.49 157.513 396.262 157.514 396.031V376.598C157.514 376.128 157.701 375.677 158.033 375.345C158.366 375.012 158.817 374.825 159.287 374.825C159.758 374.825 160.209 375.012 160.541 375.345C160.874 375.677 161.06 376.128 161.06 376.598V394.329H189.182C189.643 394.329 190.085 394.512 190.41 394.838C190.736 395.164 190.919 395.606 190.919 396.067L190.708 613.432C190.709 613.662 190.666 613.889 190.579 614.101C190.492 614.313 190.365 614.506 190.203 614.669C190.042 614.831 189.849 614.96 189.638 615.049C189.426 615.137 189.199 615.182 188.97 615.182' fill='%23CDA349'/%3E%3Cpath d='M160.741 338.016C160.512 338.017 160.285 337.974 160.073 337.887C159.86 337.8 159.668 337.673 159.505 337.511C159.342 337.35 159.213 337.158 159.125 336.946C159.037 336.734 158.992 336.507 158.992 336.278V306.396C159.009 305.95 159.195 305.527 159.512 305.214L244.101 220.53V41.199C244.101 40.7287 244.287 40.2777 244.62 39.9452C244.952 39.6127 245.403 39.4259 245.874 39.4259C246.344 39.4259 246.795 39.6127 247.127 39.9452C247.46 40.2777 247.647 40.7287 247.647 41.199V221.251C247.636 221.696 247.454 222.12 247.138 222.433L162.538 307.117V336.278C162.538 336.507 162.493 336.734 162.405 336.946C162.317 337.158 162.187 337.35 162.025 337.511C161.862 337.673 161.669 337.8 161.457 337.887C161.245 337.974 161.018 338.017 160.789 338.016' fill='%23CDA349'/%3E%3Cpath d='M186.18 565.103C185.958 565.098 185.739 565.05 185.536 564.961C185.334 564.871 185.15 564.743 184.997 564.582L125.22 504.829C124.912 504.511 124.735 504.089 124.724 503.647V294.445C124.734 294.002 124.911 293.58 125.22 293.263L214.277 204.1V43.3385C214.277 42.8683 214.464 42.4173 214.797 42.0847C215.129 41.7522 215.58 41.5654 216.05 41.5654C216.521 41.5654 216.972 41.7522 217.304 42.0847C217.637 42.4173 217.823 42.8683 217.823 43.3385V204.809C217.802 205.251 217.622 205.671 217.315 205.991L128.14 295.119V502.867L187.362 562.112C187.526 562.273 187.657 562.465 187.747 562.677C187.836 562.889 187.882 563.117 187.882 563.347C187.882 563.577 187.836 563.805 187.747 564.017C187.657 564.229 187.526 564.422 187.362 564.582C187.051 564.904 186.627 565.091 186.18 565.103Z' fill='%23CDA349'/%3E%3Cpath d='M55.171 272.175C55.1687 270.575 55.6409 269.011 56.5279 267.679C57.4149 266.348 58.6768 265.31 60.154 264.696C61.6312 264.082 63.2573 263.921 64.8264 264.231C66.3956 264.542 67.8374 265.311 68.9694 266.441C70.1013 267.572 70.8725 269.012 71.1855 270.581C71.4984 272.15 71.3389 273.776 70.7273 275.254C70.1157 276.732 69.0795 277.996 67.7496 278.885C66.4197 279.774 64.856 280.248 63.2564 280.248C61.116 280.242 59.0648 279.39 57.5502 277.877C56.0356 276.365 55.1804 274.315 55.171 272.175Z' fill='%23CDA349'/%3E%3Cpath d='M3.86931 476.696C4.33329 476.696 4.77826 476.511 5.10635 476.183C5.43444 475.855 5.61874 475.41 5.61874 474.946V415.926L34.9931 386.551C35.1537 386.387 35.2803 386.193 35.3655 385.98C35.4507 385.767 35.4929 385.54 35.4896 385.31V356.172L64.8521 326.798C65.1783 326.489 65.3695 326.065 65.384 325.616V271.832C65.4039 271.591 65.3735 271.348 65.2949 271.12C65.2163 270.891 65.0912 270.681 64.9273 270.503C64.7635 270.325 64.5646 270.183 64.3431 270.086C64.1216 269.989 63.8823 269.939 63.6405 269.939C63.3986 269.939 63.1594 269.989 62.9379 270.086C62.7164 270.183 62.5174 270.325 62.3536 270.503C62.1898 270.681 62.0646 270.891 61.986 271.12C61.9074 271.348 61.877 271.591 61.8969 271.832V324.895L32.5107 354.222C32.2021 354.54 32.0213 354.961 32.0025 355.404V384.554L2.63991 413.928C2.32235 414.24 2.13987 414.665 2.13163 415.11V474.864C2.13007 475.093 2.17386 475.32 2.26049 475.532C2.34711 475.744 2.47487 475.937 2.63638 476.1C2.79789 476.262 2.98999 476.391 3.20158 476.48C3.41317 476.568 3.64012 476.613 3.86931 476.613' fill='%23CDA349'/%3E%3Cpath d='M124.877 998.933C124.648 998.933 124.421 998.887 124.21 998.799C123.998 998.711 123.806 998.582 123.644 998.42C123.483 998.257 123.355 998.064 123.269 997.852C123.182 997.64 123.138 997.413 123.14 997.183V862.144C123.153 861.7 123.335 861.277 123.648 860.962L153.081 831.54V772.496C153.098 772.055 153.275 771.635 153.578 771.314L182.893 741.94V622.362L153.566 594.501L123.648 564.63C123.336 564.313 123.155 563.892 123.14 563.448V534.133L95.1602 503.269C94.8745 502.968 94.7103 502.572 94.6992 502.158L93.2097 443.894V204.809C93.2114 204.345 93.3938 203.9 93.7181 203.568L123.092 174.217V112.206C123.092 111.736 123.279 111.285 123.612 110.952C123.944 110.62 124.395 110.433 124.866 110.433C125.336 110.433 125.787 110.62 126.119 110.952C126.452 111.285 126.639 111.736 126.639 112.206V174.95C126.63 175.393 126.452 175.816 126.142 176.132L96.7678 205.494V443.846L98.2454 501.401L126.201 532.3C126.489 532.626 126.645 533.048 126.639 533.482V562.644L156.013 592.006L185.848 620.376C186.019 620.54 186.155 620.736 186.248 620.954C186.341 621.171 186.39 621.404 186.392 621.641V742.614C186.38 743.058 186.198 743.481 185.884 743.796L156.509 773.217V832.25C156.511 832.48 156.466 832.708 156.379 832.921C156.292 833.134 156.163 833.328 156.001 833.491L126.627 862.865V997.183C126.628 997.414 126.584 997.642 126.497 997.855C126.409 998.068 126.281 998.261 126.118 998.424C125.955 998.587 125.762 998.715 125.549 998.803C125.336 998.89 125.108 998.934 124.877 998.933Z' fill='%23CDA349'/%3E%3C/g%3E%3C/svg%3E%0A");
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 205px;
	height: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
.callout-main-page {
	margin-bottom: -137px;
	transform: translateY(-137px);
	z-index: 1;
	position: relative;
}
@media (max-width: 1848px) {
	.section-borders::before,
	.section-borders::after {
		opacity:0.4;
	}
}
.callout-main-page .b-insertion_dark::before,
.callout-main-page .b-insertion_dark::after {
	background: none;
}
html .b-sectionInfo__text {
	display: block;
}
.about .b-sectionDouble__title {
	max-width: 100%;
}
.news-detail__text.b-ugc img {
    margin-left: auto;
    margin-right: auto;
}

/* Раздел Вакансии */

.block-career .block-company {
	background-color: #fff;
	border: 1px solid #E1E1E1;
	padding: 30px;
	margin-bottom: 60px;
}

.block-career .block-company__title-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: -30px;
}

.block-career h2 {
	color: #333;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
	white-space: nowrap;
}


.block-career .elements__wrap {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.block-career .elements__wrap .circlye {
	display: inline-block;
	height: 25px;
	width: 25px;
	background-color: #FFF;
	/*border: 5px solid #F9B234;*/
	border: 5px solid #CDA349;
	border-color: var(--primary-color);
	border-radius: 50%;
	box-sizing: border-box;
}

.block-career .elements__wrap .line {
	display: inline-block;
	height: 4px;
	width: 416px;
	/*background-color: #F9B234;*/
	background: #CDA349;
	background-color: var(--primary-color);
}

.block-career .block-company__info {
	margin-bottom: 60px;
}

.block-career .advantages {
	display: flex;
	justify-content: space-between;
	gap: 50px;
}

.block-career .advantage__wrap {
	flex-basis: calc( (100% - 100px ) / 3 );
}

.block-career .block__header {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}

.block-career .block__icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/*background: linear-gradient(180deg, #FFC756 0%, #FFA607 100%);*/
	background-color:#CDA349;
	display: inline-block;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	flex: 0 0 50px;
}

.block-career .block__subtitle {
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	color: #333;
}

.block-career .block-advice__wrap {
	margin-bottom: 45px;
}

.block-advice {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.block-advice .block-advice__young,
.block-advice .block-advice__profi {
	background-color: #FFF;
	padding: 35px 30px;
	flex: 100%;
	border: 1px solid var(--primary-color);
}


.block-career .block-request {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.block-career .block-request__info {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.4px;
	margin-bottom: 20px;
}

.block-career .callout-block-request__btn {
	background: var(--primary-color);
	color: #FFFFFF;
	font-size: 16px;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	background-image: none;
	border-width: 0;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	width: auto;
	padding: 0 20px;
	line-height: 2.25;
	border-radius: 25px;
	min-width: 200px;
	max-width: 100%;
	transition: all .9s;
}

.block-career .callout-block-request__btn:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.block-career .block-request__btn {
	text-align: center;
}

/* .request-vacancy .display__none {
	display: none;
} */


.service ul {
	list-style: disc;
	padding-inline-start: 20px;
}
.service .line-title__name {
	color: #000;
}
.change-lang__link {
	display: none;
}
@media (max-width: 1280px) {
	.callout-main-page {
		margin-bottom: 0;
		transform: translateY(0);
	}
}
@media (max-width: 1279px) {
	.section-borders::before,
	.section-borders::after {
		display: none;
	}
}

@media (max-width: 1024px) {
	.block-career .advantages {
		gap: 17px;
	}
	.block-career .block-advice {
		gap: 20px;
	}
	.block-career .advantages {
		gap: 17px;
	}
	.block-career .block-advice {
		gap: 20px;
	}
	.block-career .block-advice__wrap {
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	.block-career .block-company__title-wrap {
		justify-content: center;
	}
	.block-career .elements__wrap {
		display: none;
	}
	.block-career .elements__wrap {
		/* display: none; */
	}
	.block-career .advantages {
		flex-direction: column;
	}
	.block-career .block__subtitle br {
		display: none;
	}

}

@media (max-width: 479px) {
    .block-career h1 {
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: 33.6px;
    }
    .block-career h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }

	.block-career .block-advice__wrap {
        margin-bottom: 30px;
    }
	.block-career .block-company {
		padding: 20px 15px;
	}

	.block-advice .block-advice__young, .block-advice .block-advice__profi {
		padding: 25px 15px;
	}
}




/* ************************************************************************** */
@media (min-width: 1920px) {
	.swiper-slide-active .b-eventCard__content {
		background-color:rgba(255,255,255,0.75);
	}
}

@media (min-width: 1280px) {
	.swiper-slide-active .b-eventCard__content {
		background-color:rgba(255,255,255,0.75);
	}
}
/* ************************************************************************** */


/* ************************************************************************** */
.about .b-video__media {
	object-position:top;
}
/* ************************************************************************** */

/* ************************************************************************** */
@media (min-width: 768px) {
	.b-logo.b-logo__wide {
		margin-right:10px;
	}
	.b-logo__iconWrap.b-logo__iconWrap__wide {
		width:400px;
	}
}
/* ************************************************************************** */
/* End */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/main.min.css?17500676066642614 */
/* /local/templates/citrus_aproduction3/app/assets/dist/css/components.min.css?1750064904110357 */
/* /local/templates/citrus_aproduction3/components/citrus.aproduction3/callout/made-russia/style.css?17235481532561 */
/* /local/templates/citrus_aproduction3/template_styles.css?174315997456568 */
